Bug 1332454 (CVE-2016-4343) - CVE-2016-4343 php: Uninitialized pointer in phar_make_dirstream()
Summary: CVE-2016-4343 php: Uninitialized pointer in phar_make_dirstream()
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2016-4343
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1332455
Blocks: 1305564
TreeView+ depends on / blocked
 
Reported: 2016-05-03 09:01 UTC by Adam Mariš
Modified: 2019-11-14 07:55 UTC (History)
15 users (show)

Fixed In Version: php 5.6.18, php 7.0.3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-12 12:58:50 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2016:2750 0 normal SHIPPED_LIVE Moderate: rh-php56 security, bug fix, and enhancement update 2016-11-15 16:40:02 UTC

Description Adam Mariš 2016-05-03 09:01:53 UTC
A missing variable initialization in phar_make_dirstream() and not properly checking return values when parsing malicious .tar file allows an attacker, that could control stack frame at the moment before calling zend_hash_get_current_key_ex(), to take over variables str_key and key_len and could cause a DoS or has other impact.

Upstream bug:

https://bugs.php.net/bug.php?id=71331

Upstream patch:

http://git.php.net/?p=php-src.git;a=commitdiff;h=9649ca1630433473a307d015ba1a79a4a7a779f5

CVE assignment:

http://seclists.org/oss-sec/2016/q2/163

Comment 1 Adam Mariš 2016-05-03 09:02:31 UTC
Created php tracking bugs for this issue:

Affects: fedora-all [bug 1332455]

Comment 3 Tomas Hoger 2016-10-12 12:58:50 UTC
This issue is triggered by a specially-crafted Tar format Phar files.  Phar files are distribution format for PHP applications (similar to Java Jar format) and their content is typically executed on the server.  Malicious Phar archive can therefore execute code on the system without exploiting any parsing issues.

If Phar extension is not used, it can be disabled by commenting out the following line:

  extension=phar.so

in /etc/php.d/phar.ini to prevent loading of the extension.

Comment 4 errata-xmlrpc 2016-11-15 11:51:30 UTC
This issue has been addressed in the following products:

  Red Hat Software Collections for Red Hat Enterprise Linux 6
  Red Hat Software Collections for Red Hat Enterprise Linux 6.7 EUS
  Red Hat Software Collections for Red Hat Enterprise Linux 7
  Red Hat Software Collections for Red Hat Enterprise Linux 7.2 EUS
  Red Hat Software Collections for Red Hat Enterprise Linux 7.3 EUS

Via RHSA-2016:2750 https://rhn.redhat.com/errata/RHSA-2016-2750.html


Note You need to log in before you can comment on or make changes to this bug.