RHSA-2006:0669: php security update
PHP is an HTML-embedded scripting language commonly used with the ApacheHTTP Web server.A response-splitting issue was discovered in the PHP session handling. Ifa remote attacker can force a carefully crafted session identifier to beused, a cross-site-scripting or response-splitting attack could bepossible. (CVE-2006-3016)A buffer overflow was discovered in the PHP sscanf() function. If a scriptused the sscanf() function with positional arguments in the format string,a remote attacker sending a carefully crafted request could executearbitrary code as the 'apache' user. (CVE-2006-4020)An integer overflow was discovered in the PHP wordwrap() and strrepeat()functions. If a script running on a 64-bit server used either of thesefunctions on untrusted user data, a remote attacker sending a carefullycrafted request might be able to cause a heap overflow. (CVE-2006-4482)A buffer overflow was discovered in the PHP gd extension. If a script wasset up to process GIF images from untrusted sources using the gd extension,a remote attacker could cause a heap overflow. (CVE-2006-4484)An integer overflow was discovered in the PHP memory allocation handling. On 64-bit platforms, the "memorylimit" setting was not enforced correctly,which could allow a denial of service attack by a remote user. (CVE-2006-4486)Users of PHP should upgrade to these updated packages which containbackported patches to correct these issues. These packages also contain afix for a bug where certain input strings to the metaphone() function couldcause memory corruption.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of RHSA-2006:0669?
The severity of RHSA-2006:0669 is classified as moderate due to the potential for cross-site scripting attacks.
How do I fix RHSA-2006:0669?
To fix RHSA-2006:0669, you should update your PHP installation to the latest version provided by your vendor.
What systems are affected by RHSA-2006:0669?
RHSA-2006:0669 primarily affects systems running vulnerable versions of PHP with session handling misconfigurations.
What kind of attacks can occur due to RHSA-2006:0669?
Due to RHSA-2006:0669, attackers can exploit the vulnerability for cross-site scripting or response-splitting attacks.
Is there a workaround for RHSA-2006:0669?
A potential workaround for RHSA-2006:0669 includes modifying session management settings to validate session identifiers more stringently.