CVE-2017-7189
Last modified
CVE-2017-7189 is a vulnerability of currently unknown severity. main/streams/xp_socket.c in PHP 7.x before 2017-03-07 misparses fsockopen calls, such as by interpreting fsockopen('127.0.0.1:80', 443) as if the address/port were 127.0.0.1:80:443, which is later truncated to 127.0.0.1:80. This behavior has a security risk if the explicitly provided port number (i.e., 443 in this example) is hardcoded into an application as a security policy, but the hostname argument (i.e., 127.0.0.1:80 in this example) is obtained from untrusted input.. EPSS estimates a 2.49% chance of exploitation in the next 30 days.
Description
main/streams/xp_socket.c in PHP 7.x before 2017-03-07 misparses fsockopen calls, such as by interpreting fsockopen('127.0.0.1:80', 443) as if the address/port were 127.0.0.1:80:443, which is later truncated to 127.0.0.1:80. This behavior has a security risk if the explicitly provided port number (i.e., 443 in this example) is hardcoded into an application as a security policy, but the hostname argument (i.e., 127.0.0.1:80 in this example) is obtained from untrusted input.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Php | Php | >= 7.0.0, < 7.0.16 |
References
- https://bugs.php.net/bug.php?id=74192Permissions Required, Vendor Advisory
- https://github.com/php/php-src/commit/bab0b99f376dac9170ac81382a5ed526938d595aPatch, Third Party Advisory
- https://bugs.php.net/bug.php?id=74192Permissions Required, Vendor Advisory
- https://github.com/php/php-src/commit/bab0b99f376dac9170ac81382a5ed526938d595aPatch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2017-7189?
How severe is CVE-2017-7189?
How do I fix CVE-2017-7189?
Are you affected by CVE-2017-7189?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
