Project

General

Profile

Actions

Bug #15963

closed

IP address check blocks access from private nets

Added by Martin Kutschker over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
-
Start date:
2006-04-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The code in typo3/install/index.php checks if the access comes from localhost (127.0.0.1) or from the priavte net class C (192.168.0.0).

But it prevents access from private nets of class A (10.0.0.0) or B (172.16.0.0).

See http://www.faqs.org/rfcs/rfc1918.html.

(issue imported from #M3161)

Actions #1

Updated by Martin Kutschker almost 18 years ago

In 4.1 access is forbidden for any host except local hosts.

Actions

Also available in: Atom PDF