2) Running PHP as regular CGI (not FCGI) is a very dated practice so the amount of implementations that are vulnerable is probably limited.
New PHP Vulnerability:?-s may expose source code for mod_cgi
11–20 of 65 posts
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#12Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#13Wow, it's pretty scary that a vulnerability as simple as this has been around for 8 years!
Yeah, but nobody's run PHP in this silly CGI configuration for 10 years.
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#14This vulnerability is about as bad as it gets, and my heart stopped while I was reading the intro (it's so trivially simple to compromise a site). Then I reached this sentence, which I felt needed to be bolded and underlined: A large number of sites run PHP as either an Apache module through mod_php or using php-fpm under nginx. Neither of these setups are vulnerable to this. . Thank God. That said, some blackhats ar…
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#15Although to be honest I doubt it's going to affect anyone as I reckon 99%+ are on mod_php.
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#16Then I asked on SO and found out I was doing things horribly, horribly wrong.
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#17Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#18Wow, it's pretty scary that a vulnerability as simple as this has been around for 8 years!
Yeah, but nobody's run PHP in this silly CGI configuration for 10 years.
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#19Earlier quoted context omitted.
Yeah, but nobody's run PHP in this silly CGI configuration for 10 years.
I wouldn't be so sure: http://wiki.dreamhost.com/Php#PHP_on_DreamHost
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#20This vulnerability is about as bad as it gets, and my heart stopped while I was reading the intro (it's so trivially simple to compromise a site). Then I reached this sentence, which I felt needed to be bolded and underlined: A large number of sites run PHP as either an Apache module through mod_php or using php-fpm under nginx. Neither of these setups are vulnerable to this. . Thank God. That said, some blackhats ar…
The vulnerability can only be exploited if the HTTP server follows a fairly obscure part of the CGI spec. Apache does this, but many other servers do not.
From: http://eindbazen.net/2012/05/php-cgi-advisory-cve-2012-1823/