The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.
総合評価: CVE-2017-13089 は高リスク(75/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 79.86%、100 パーセンタイル) 根拠: EPSS 上、短期間での悪用可能性は高い水準です。 直近 1 日で EPSS が +5.81% 上昇。悪用への関心が高まっている可能性があります。 推奨対応: 悪用可能性が高いため、影響範囲の確認と修補の優先付けを推奨します。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 74.05% | 79.86% | +5.81% |
| 2 | 2026-06-01 | 75.77% | 74.05% | -1.72% |
| 3 | 2026-04-15 | — | 75.77% | — |
EPSS の全履歴 (全 62 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.8 | 3.0 | HIGH |
|
2.8 | 5.9 | [email protected] |
| 8.8 | 3.0 | HIGH |
|
2.8 | 5.9 | [email protected] |
| 9.3 | 2.0 | HIGH |
|
8.6 | 10.0 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2017-13089 not yet assigned priority: Debian including 1 source packages (wget), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2017-13089 |
gentoo
|
normal | CVE-2017-13089: 1 GLSA(s) (201711-06), 1 atom(s) (net-misc/wget); latest impact normal. | https://bugs.gentoo.org/buglist.cgi?quicksearch=CVE-2017-13089 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2017-13089 |
suse
|
high | — | https://www.suse.com/security/cve/CVE-2017-13089/ |
ubuntu
|
medium | CVE-2017-13089 medium priority: Ubuntu including 1 source packages (wget), 5 status rows across 5 suites (artful, trusty, upstream, xenial, zesty): released 4, needs-triage 1. | https://ubuntu.com/security/CVE-2017-13089 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| gnu | wget | <= 1.19.1 | cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:* |
| debian | debian_linux | 8.0 | cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:* |
| debian | debian_linux | 9.0 | cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f | Issue Tracking Patch Third Party Advisory |
| http://www.debian.org/security/2017/dsa-4008 | Issue Tracking Third Party Advisory |
| http://www.securityfocus.com/bid/101592 | Issue Tracking Third Party Advisory VDB Entry |
| http://www.securitytracker.com/id/1039661 | Issue Tracking Third Party Advisory VDB Entry |
| https://access.redhat.com/errata/RHSA-2017:3075 | |
| https://github.com/r1b/CVE-2017-13089 | Issue Tracking Third Party Advisory |
| https://security.gentoo.org/glsa/201711-06 | Issue Tracking Third Party Advisory |
| https://www.synology.com/support/security/Synology_SA_17_62_Wget | |
| https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html | Issue Tracking Patch Third Party Advisory |