Bug 1305540 - php: Null pointer dereference in phar_tar_setupmetadata()
Summary: php: Null pointer dereference in phar_tar_setupmetadata()
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1305565
Blocks: 1305564
TreeView+ depends on / blocked
 
Reported: 2016-02-08 14:35 UTC by Adam Mariš
Modified: 2019-09-29 13:44 UTC (History)
11 users (show)

Fixed In Version: php 5.6.18, php 5.5.32
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-07 12:21:53 UTC
Embargoed:


Attachments (Terms of Use)

Description Adam Mariš 2016-02-08 14:35:27 UTC
A NULL pointere dereference vulnerability in tar's metadata parsing was reported.

Upstream bug:

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

Upstream patch:

https://git.php.net/?p=php-src.git;a=commit;h=1c1b8b69982375700d4b011eb89ea48b66dbd5aa

Comment 1 Adam Mariš 2016-02-08 15:13:08 UTC
Created php tracking bugs for this issue:

Affects: fedora-all [bug 1305565]

Comment 2 Tomas Hoger 2017-09-07 12:20:56 UTC
This bug is not triggered by a malformed phar archive, but requires a PHP script to perform specific operation on a tar-format phar archive - call to a Phar::delMetadata function.  That's rather unlikely, and does not seem to be worth calling security.


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