Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1391000 - (CVE-2016-9137) CVE-2016-9137 php: Use after free in unserialize()
CVE-2016-9137 php: Use after free in unserialize()
Status: CLOSED WONTFIX
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20160923,repor...
: Security
Depends On: 1391008
Blocks:
  Show dependency treegraph
 
Reported: 2016-11-02 07:39 EDT by Adam Mariš
Modified: 2016-11-02 09:10 EDT (History)
14 users (show)

See Also:
Fixed In Version: php 5.6.27, php 7.0.12
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2016-11-02 07:42:28 EDT
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Adam Mariš 2016-11-02 07:39:58 EDT
A use after free vulnerability was found in unserialize().

Upstream bug:

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

Upstream patch:

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

CVE assignment:

http://seclists.org/oss-sec/2016/q4/296
Comment 1 Adam Mariš 2016-11-02 07:40:35 EDT
Created php tracking bugs for this issue:

Affects: fedora-all [bug 1391008]
Comment 2 Adam Mariš 2016-11-02 07:42:28 EDT
This issue happens when untrusted input is unserialized. Doing so is documented as being unsafe:

  http://php.net/manual/en/function.unserialize.php

  Do not pass untrusted user input to unserialize(). Unserialization can
  result in code being loaded and executed due to object instantiation and
  autoloading, and a malicious user may be able to exploit this. Use a safe,
  standard data interchange format such as JSON (via json_decode() and
  json_encode()) if you need to pass serialized data to the user.

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