Vulnerability Description
PHP through 7.1.11 enables potential SSRF in applications that accept an fsockopen or pfsockopen hostname argument with an expectation that the port number is constrained. Because a :port syntax is recognized, fsockopen will use the port number that is specified in the hostname argument, instead of the port number in the second argument of the function.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Php | Php | <= 7.1.3 |
Related Weaknesses (CWE)
References
- http://www.securityfocus.com/bid/97178Third Party AdvisoryVDB Entry
- http://www.securitytracker.com/id/1038158
- https://bugs.php.net/bug.php?id=74216Issue TrackingVendor Advisory
- https://bugs.php.net/bug.php?id=75505
- https://github.com/php/php-src/commit/bab0b99f376dac9170ac81382a5ed526938d595aIssue TrackingPatchThird Party Advisory
- https://security.netapp.com/advisory/ntap-20180112-0001/
- https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20170403-
- http://www.securityfocus.com/bid/97178Third Party AdvisoryVDB Entry
- http://www.securitytracker.com/id/1038158
- https://bugs.php.net/bug.php?id=74216Issue TrackingVendor Advisory
- https://bugs.php.net/bug.php?id=75505
- https://github.com/php/php-src/commit/bab0b99f376dac9170ac81382a5ed526938d595aIssue TrackingPatchThird Party Advisory
- https://security.netapp.com/advisory/ntap-20180112-0001/
- https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20170403-
FAQ
What is CVE-2017-7272?
CVE-2017-7272 is a vulnerability with a CVSS score of 7.4 (HIGH). PHP through 7.1.11 enables potential SSRF in applications that accept an fsockopen or pfsockopen hostname argument with an expectation that the port number is constrained. Because a :port syntax is re...
How severe is CVE-2017-7272?
CVE-2017-7272 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2017-7272?
Check the references section above for vendor advisories and patch information. Affected products include: Php Php.