Bug 1437837 (CVE-2017-7272)
| Summary: | CVE-2017-7272 php: potential SSRF via fsockopen | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Martin Prpič <mprpic> |
| Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | abhgupta, fedora, hhorak, jorton, kseifried, rcollet, sardella, tiwillia, webstack-team |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-31 09:43:24 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: | 1437838 | ||
| Bug Blocks: | |||
|
Description
Martin Prpič
2017-03-31 09:42:22 UTC
Created php tracking bugs for this issue: Affects: fedora-all [bug 1437838] Fixed in 7.0.18RC1 and 7.1.4RC1 Notice, the fix for this minor security issue create a minor behavior change (regression), at least noticed for "proxy" attribute of stream context. See: guzzle/guzzle report https://github.com/guzzle/guzzle/issues/1790 guzzle/ringphp report https://github.com/guzzle/RingPHP/issues/41 Possible fix (probably not accepted) https://github.com/php/php-src/pull/2443 while the patch was in 7.0.18/7.1.4 we discovered it breaks lot of applications relying on undocumented behavior. See https://externals.io/thread/831 https://bugs.php.net/74429 https://bugs.php.net/74432 So change have been reverted (in 7.0.19RC1 / 7.1.5R1) |