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.
結論預警: CVE-2017-7189 綜合評估為中等風險(59.8/100):CVSS 技術影響為高級,利用機率(EPSS 2.49%) 強制指令: 梳理受影響資產並納入修補計畫。
風險隨態勢動態變化;本站持續評估並同步更新本頁展示內容。
EPSS 日更估計相對被利用可能性;百分位表示該 CVE 在已評分漏洞中的相對排名(越高表示相對更嚴重)。
| # | 日期 | 舊 EPSS 分數 | 新 EPSS 分數 | 變化(新 − 舊) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 1.59% | 2.49% | +0.90% |
| 2 | 2026-03-04 | 1.21% | 1.59% | +0.38% |
| 3 | 2026-03-01 | — | 1.21% | — |
完整 EPSS 歷史 (共 37 筆)
該 CVE 的 CVSS 指標。
| 底座分 | 版本 | 嚴重度 | 向量 | 可利用性 | 影響 | 分數來源 |
|---|---|---|---|---|---|---|
| 7.5 | 3.0 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2017-7189 |
suse
|
low | CVE-2017-7189 severity low: SUSE including 111 source package names (apache2-mod_php5, apache2-mod_php53, …), 334 product×package rows across 24 product lines (SLES for SAP Applications 11 SP2, SLES for SAP Applications 11 SP3, … (24 product lines)): Known Not Affected 334. | https://www.suse.com/security/cve/CVE-2017-7189/ |
ubuntu
|
low | CVE-2017-7189 low priority: Ubuntu including 7 source packages (php5, php7.0, …), 118 status rows across 19 suites (bionic, cosmic, disco, eoan, focal, groovy, hirsute, impish, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): DNE 100, needs-triage 7, ignored 6, deferred 5. | https://ubuntu.com/security/CVE-2017-7189 |
| URL | 標籤 |
|---|---|
| https://bugs.php.net/bug.php?id=74192 | Permissions Required Vendor Advisory |
| https://github.com/php/php-src/commit/bab0b99f376dac9170ac81382a5ed526938d595a | Patch Third Party Advisory |