RHSA-2010:0919: Moderate: php security update
PHP is an HTML-embedded scripting language commonly used with the ApacheHTTP Server.An input validation flaw was discovered in the PHP session serializer. If aPHP script generated session variable names from untrusted user input, aremote attacker could use this flaw to inject an arbitrary variable intothe PHP session. (CVE-2010-3065)An information leak flaw was discovered in the PHP varexport() functionimplementation. If some fatal error occurred during the execution of thisfunction (such as the exhaustion of memory or script execution time limit),part of the function's output was sent to the user as script output,possibly leading to the disclosure of sensitive information.(CVE-2010-2531)A numeric truncation error and an input validation flaw were found in theway the PHP utf8decode() function decoded partial multi-byte sequencesfor some multi-byte encodings, sending them to output without them beingescaped. An attacker could use these flaws to perform a cross-sitescripting attack. (CVE-2009-5016, CVE-2010-3870)It was discovered that the PHP lcgvalue() function used insufficiententropy to seed the pseudo-random number generator. A remote attacker couldpossibly use this flaw to predict values returned by the function, whichare used to generate session identifiers by default. This update changesthe function's implementation to use more entropy during seeding.(CVE-2010-1128)It was discovered that the PHP fnmatch() function did not restrict thelength of the pattern argument. A remote attacker could use this flaw tocrash the PHP interpreter where a script used fnmatch() on untrustedmatching patterns. (CVE-2010-1917)A NULL pointer dereference flaw was discovered in the PHP XML-RPCextension. A malicious XML-RPC client or server could use this flaw tocrash the PHP interpreter via a specially-crafted XML-RPC request.(CVE-2010-0397)All php users should upgrade to these updated packages, which containbackported patches to resolve these issues. After installing the updatedpackages, the httpd daemon must be restarted for the update to take effect.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of RHSA-2010:0919?
The severity of RHSA-2010:0919 is classified as important due to the potential for remote code execution.
How do I fix RHSA-2010:0919?
To fix RHSA-2010:0919, update to PHP version 5.1.6-27.el5_5.3 or later.
What systems are affected by RHSA-2010:0919?
RHSA-2010:0919 affects multiple PHP packages on Red Hat Enterprise Linux 5 systems.
What kind of flaw is addressed in RHSA-2010:0919?
RHSA-2010:0919 addresses an input validation flaw in the PHP session serializer.
Is RHSA-2010:0919 related to PHP security?
Yes, RHSA-2010:0919 is directly related to security vulnerabilities in PHP.