Bug 1305551 - php: Crash on bad SOAP request
Summary: php: Crash on bad SOAP request
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:56 UTC by Adam Mariš
Modified: 2019-09-29 13:44 UTC (History)
12 users (show)

Fixed In Version: php 5.6.18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-07 21:44:04 UTC
Embargoed:


Attachments (Terms of Use)

Description Adam Mariš 2016-02-08 14:56:15 UTC
A crash on bad SOAP request when always_populate_raw_post_data is not configured in php.ini or is configured with always_populate_raw_post_data = On. The error handler is overloaded with the SOAP one. However the SOAP handler eventually wants to access some of its globals, but SOAP globals aren't initialized.

Upstream bug:

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

Upstream patch:

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

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

Affects: fedora-all [bug 1305565]

Comment 2 Tomas Hoger 2017-09-07 21:44:04 UTC
Currently no plan to backport this fix to PHP versions in already released products.


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