Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPBuilder.com:
Two PHP 5 Security Flaws Found
Jul 05, 2012 @ 02:04:33

As reported in this new post on PHPBuilder.com, there are two new security issues that could allow an attacker to execute their own code (note: these are fixed by the latest releases, PHP 5.4.4 and PHP 5.3.14).

The flaws are related to each other, with the primary issue being an insecure implementation of the DES within the crypt() function. In his eSecurityPlanet article about recent PHP security updates, Sean Michael Kerner provides the details of these two security flaws.

The issue stems from a flaw in the DES implementation where certain keys are truncated before the DES digestion and a problem in the phar extension that could allow for arbitrary code execution. You can find more on these security issues here.

tagged: security issue des phar extension upgrade

Link:


Trending Topics: