Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 177016

Summary: dev-lang/php Multiple Vulnerabilities
Product: Gentoo Security Reporter: Lars Hartmann <lars>
Component: VulnerabilitiesAssignee: Gentoo Security <security>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://secunia.com/advisories/25123/
Whiteboard:
Package list:
Runtime testing required: ---

Description Lars Hartmann 2007-05-04 11:19:35 UTC
Several vulnerabilities and weaknesses have been reported in PHP, where some have unknown impacts and others can be exploited by malicious users to manipulate certain data, disclose potentially sensitive information, bypass certain security restrictions, or to cause a DoS (Denial of Service).

1) An unspecified error in the "ftp_putcmd()" function can be exploited to inject newline characters.

2) An unspecified error in the "import_request_variables()" can be exploited to overwrite global variables.

3) An unspecified error can remotely be exploited to cause a buffer overflow within in the "make_http_soap_request()" function (PHP 5).

4) An unspecified error can be exploited to cause a buffer overflow within the "user_filter_factory_create()" function (PHP 5).

5) An unspecified error in the bundled libxmlrpc library can remotely be exploited to cause a buffer overflow.

6) An input validation error in the "mail()" function allows injection of headers via the "To" and "Subject" parameters.

7) An error in the "mail()" function allows to truncate messages via ASCIIZ bytes.

8) The "safe_mode" and "open_basedir" protection mechanisms can be bypassed via the "zip://" and "bzip://" wrappers.

9) An integer overflow exists in "substr_compare()", which can be exploited to read memory from memory behind PHP variables. The "substr_count" function is reportedly also affected.

10) An error in the "mb_parse_str()" can be exploited to activate "register_globals".

11) An error in the Zend engine related to nested array variables that can be exploited to crash a PHP application.

Solution:
Update to version 5.2.2 or 4.4.7. Grant only trusted users permission to execute PHP code.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-04 12:25:45 UTC

*** This bug has been marked as a duplicate of bug 169372 ***