Bug 799187 (CVE-2012-1172)
Summary: | CVE-2012-1172 php: $_FILES array indexes corruption | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Kurt Seifried <kseifried> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | agk, fedora, jlieskov, jorton, ldimaggi, maurizio.antillon, mjc, rpm, tkramer |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | php 5.3.11, php 5.4.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-27 17:08:43 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 816639, 819855, 819856, 830727, 830728, 830729, 830730 | ||
Bug Blocks: | 782956, 835958, 835959, 835960 |
Description
Kurt Seifried
2012-03-02 05:03:24 UTC
As far as I can tell this only affects the 5.4 beta, I'll check our RPMs as time permits. Upstream patch: http://svn.php.net/viewvc?view=revision&revision=321664 Novell Bugzilla record: https://bugzilla.novell.com/show_bug.cgi?id=752030 Possible reproducer (from https://bugzilla.novell.com/show_bug.cgi?id=752030#c2): TEST_PHP_EXECUTABLE=/usr/bin/php TEST_PHP_CGI_EXECUTABLE=/usr/bin/php-cgi ./run-tests.php ~/work/php5/752030/bug55500.phpt PHP 5.3.11 and 5.4.1 fix this: Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172). as per: http://www.php.net/archive/2012.php#id2012-04-26-1 Created php tracking bugs for this issue Affects: fedora-all [bug 816639] php-5.3.11-1.fc15, php-eaccelerator-0.9.6.1-9.fc15.3, maniadrive-1.2-32.fc15.3 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. php-5.3.11-1.fc16, php-eaccelerator-0.9.6.1-9.fc16.3, maniadrive-1.2-32.fc16.3 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. php-5.4.1-1.fc17, maniadrive-1.2-38.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. Upstream PHP bugs: https://bugs.php.net/bug.php?id=54374 https://bugs.php.net/bug.php?id=55500 This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2012:1047 https://rhn.redhat.com/errata/RHSA-2012-1047.html This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2012:1046 https://rhn.redhat.com/errata/RHSA-2012-1046.html This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2012:1045 https://rhn.redhat.com/errata/RHSA-2012-1045.html |