New PHP Vulnerability:?-s may expose source code for mod_cgi
1–10 of 65 posts
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#2Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#3Then 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 are going to be really sore that a backdoor that's been wide open for "at least 8 years" is finally being closed.
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#4This 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
#5Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#6This 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…
It also does not appear to be a problem on servers running php via libapache2-mod-fcgid.
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#7Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#8Wow, it's pretty scary that a vulnerability as simple as this has been around for 8 years!
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#9> [...] we had a bug in our bug system [...] causing this issue to go public before we had time to test solutions to the level we would like.
Ouch.
Re: New PHP Vulnerability:?-s may expose source code for mod_cgi
#10On the other hand, this does make me feel better about my own code!