CVE-2017-13089

HIGHNVD 8.88.8
EchelonGraph scoreMEDIUM confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2022-05-14. NVD baseline CVSS 8.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Elevated
8.8
EchelonGraph verdictPatch this weekExploitation is likely or a public exploit exists.
  • High exploitation likelihood — EPSS 80%
CISA-KEV: Not listedEPSS: 80%CVSS: 8.8Exploit: NoneExposed: 0

A fix is available — apply it.

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.

CVSS v3
8.8
EG Score
8.8(medium)
EPSS
99.6%
KEV
Not listed

Published

October 27, 2017

Last Modified

May 13, 2026

Vendor Advisories for CVE-2017-13089(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(3)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntuwget (1.13.4-2ubuntu1.5) @ precise2026-05-22ubuntu
ubuntuwget (1.19.1-3ubuntu1.1) @ artful2026-05-22ubuntu
redhatwget-0:1.14-15.el7_4.12017-10-26redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Additional Vendor Advisories

(2)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

(refreshed 3× in last 7d / 18× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-04 06:28 UTCEPSS rescore
  2. 2026-07-01 15:02 UTCEPSS rescore
  3. 2026-07-01 15:02 UTCEPSS rescore
  4. 2026-06-25 13:47 UTCEPSS rescore
  5. 2026-06-25 13:47 UTCEPSS rescore
  6. 2026-06-23 21:30 UTCEPSS rescore
  7. 2026-06-22 22:05 UTCOSV refresh
  8. 2026-06-21 14:54 UTCEPSS rescore
  9. 2026-06-21 14:54 UTCEPSS rescore
  10. 2026-06-21 01:57 UTCEPSS rescore
  11. 2026-06-21 01:57 UTCEPSS rescore
  12. 2026-06-16 17:50 UTCEPSS rescore
  13. 2026-06-15 17:45 UTCEPSS rescore
  14. 2026-06-13 22:57 UTCEPSS rescore
  15. 2026-06-12 23:09 UTCEPSS rescore
  16. 2026-06-11 13:57 UTCEPSS rescore
  17. 2026-06-10 22:15 UTCEPSS rescore
  18. 2026-06-08 14:14 UTCEPSS rescore
  19. 2026-06-07 15:22 UTCEPSS rescore
  20. 2026-06-07 15:22 UTCEPSS rescore
  21. 2026-06-05 22:44 UTCEPSS rescore
  22. 2026-06-05 14:27 UTCOSV refresh
  23. 2026-06-05 06:08 UTCEPSS rescore
  24. 2026-06-05 06:08 UTCEPSS rescore
  25. 2026-06-04 13:10 UTCEPSS rescore
Show 19 more
  1. 2026-06-04 13:10 UTCEPSS rescore
  2. 2026-06-02 20:11 UTCEPSS rescore
  3. 2026-06-02 20:11 UTCEPSS rescore
  4. 2026-06-01 13:49 UTCEPSS rescore
  5. 2026-06-01 13:49 UTCEPSS rescore
  6. 2026-05-31 00:14 UTCEPSS rescore
  7. 2026-05-29 13:41 UTCEPSS rescore
  8. 2026-05-28 13:42 UTCEPSS rescore
  9. 2026-05-28 13:42 UTCEPSS rescore
  10. 2026-05-26 07:17 UTCEPSS rescore
  11. 2026-05-26 07:17 UTCEPSS rescore
  12. 2026-05-22 21:15 UTCEPSS rescore
  13. 2026-05-22 21:15 UTCEPSS rescore
  14. 2026-05-22 21:15 UTCEPSS rescore
  15. 2026-05-22 08:26 UTCEG score recompute
  16. 2026-05-22 08:26 UTCVendor advisory
  17. 2026-05-22 08:26 UTCGHSA enrichment
  18. 2026-05-18 21:30 UTCEPSS rescore
  19. 2026-05-18 21:30 UTCEPSS rescore

Publicly available exploits

(2 references)

Working exploit code is in the public domain (2 GitHub PoCs). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.

  • GitHub PoCmzeyong/CVE-2017-13089
    First seen Nov 15, 2017

    CVE-2017-13089

    Open source ↗
  • GitHub PoCr1b/CVE-2017-13089
    First seen Oct 27, 2017

    PoC for wget v1.19.1

    Open source ↗

Frequently asked(5)

What is CVE-2017-13089?
CVE-2017-13089 is a high vulnerability published on October 27, 2017. The http.c:skipshortbody() 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…
When was CVE-2017-13089 disclosed?
CVE-2017-13089 was first published in the National Vulnerability Database on October 27, 2017, with the most recent update on May 13, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2017-13089 actively exploited?
CVE-2017-13089 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 99.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2017-13089?
CVE-2017-13089 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2017-13089?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2017-13089, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2017-13089

Explore →

Is Your Infrastructure Affected by CVE-2017-13089?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.