The PHP Group has learned of a serious security vulnerability in the CGI SAPI of PHP version 4.3.0.. . .
The PHP Group has learned of a serious security vulnerability in the CGI SAPI of PHP version 4.3.0.

PHP contains code for preventing direct access to the CGI binary with configure option "--enable-force-cgi-redirect" and php.ini option "cgi.force_redirect". In PHP 4.3.0 there is a bug which renders these options useless.

NOTE: This bug does NOT affect any of the other SAPI modules. (such as the Apache or ISAPI modules, etc.)

Impact

Anyone with access to websites hosted on a web server which employs the CGI module may exploit this vulnerability to gain access to any file readable by the user under which the webserver runs.

A remote attacker could also trick PHP into executing arbitrary PHP code if attacker is able to inject the code into files accessible by the CGI. This could be for example the web server access-logs.

...