PHP 4.3.8 Released, Fixing Remote Security Hole
christian klink writes "While it was already reported on Slashdot, that PHP5 was released, it was not mentioned that the PHP developers have also announced the release of PHP 4.3.8 which is supposed to fix a major remote security hole in nearly all PHP installations. Additionally this new version adds a workaround for another Internet Explorer bug. The bugs were found by security specialist Stefan Esser of e-matters who is also a member of the PHP developers."
A remote vulnerability that affects about 50% of all Apache servers world wide and not frontpage?
A temporary workaround (while distributions update their packages) is to disable the memory_limit parameter. Though it can bring other weaknesses on a server (DoS by memory exhaustion), it's a lesser pain than remote code execution.
I am under the impression this vulnerability only affects Apache 2.x? So 1.3.x tree is safe?
Are there PHP config options to address this scenario?