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%、83 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
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 |