Comment on New PHP Vulnerability:?-s may expose source code for mod_cgiparentComments−thaumaturgy14yIt also does not appear to be a problem on servers running php via libapache2-mod-fcgid.−ComputerGuru14yIt basically only affects PHP as CGI (one PHP CGI process is started and stopped for each request). Anything using an alternative communication channel or API to process requests between frontend and backend is safe (for now).
Comments
It also does not appear to be a problem on servers running php via libapache2-mod-fcgid.
It basically only affects PHP as CGI (one PHP CGI process is started and stopped for each request). Anything using an alternative communication channel or API to process requests between frontend and backend is safe (for now).