PHP: Multiple vulnerabilities

Security Team  Contact Address

Updated November 13, 2005

1.  Gentoo Linux Security Advisory

Version Information

Advisory Reference GLSA 200511-08 / PHP
Release Date November 13, 2005
Latest Revision November 13, 2005: 01
Impact normal
Exploitable remote and local
Package Vulnerable versions Unaffected versions Architecture(s)
dev-php/php < 4.4.0-r4 revision >= 4.3.11-r4, >= 4.4.0-r4 All supported architectures
dev-php/mod_php < 4.4.0-r8 revision >= 4.3.11-r4, >= 4.4.0-r8 All supported architectures
dev-php/php-cgi < 4.4.0-r5 revision >= 4.3.11-r5, >= 4.4.0-r5 All supported architectures

Related bugreports: #107602, #111032

Synopsis

PHP suffers from multiple issues, resulting in security functions bypass, local Denial of service, cross-site scripting or PHP variables overwrite.

2.  Impact Information

Background

PHP is a general-purpose scripting language widely used to develop web-based applications. It can run inside a web server using the mod_php module or the CGI version and also stand-alone in a CLI.

Description

Multiple vulnerabilities have been found and fixed in PHP:

Impact

Attackers could leverage these issues to exploit applications that are assumed to be secure through the use of proper register_globals, safe_mode or open_basedir parameters. Remote attackers could also conduct cross-site scripting attacks if a page calling phpinfo() was available. Finally, a local attacker could cause a local Denial of Service using malicious session.save_path options.

3.  Resolution Information

Workaround

There is no known workaround that would solve all issues at this time.

Resolution

All PHP users should upgrade to the latest version:

Code Listing 3.1: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose dev-php/php

All mod_php users should upgrade to the latest version:

Code Listing 3.2: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose dev-php/mod_php

All php-cgi users should upgrade to the latest version:

Code Listing 3.3: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose dev-php/php-cgi

4.  References