Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2017-13089

8.8 · HIGH
Published Oct 27, 2017 gnu CWE-121 EPSS 79.86% (100th pctl)

Overview

CVE-2017-13089 is a high-severity vulnerability affecting gnu wget. It was published on October 27, 2017 and has a CVSS 3.0 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.0 base score of 8.8, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from gnu. Update wget to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
gnu wget 0 Affected

Frequently Asked Questions

What is CVE-2017-13089?

CVE-2017-13089 is a high-severity vulnerability affecting gnu wget. It was published on October 27, 2017 and has a CVSS 3.0 base score of 8.8 (HIGH).

How severe is CVE-2017-13089?

This vulnerability has a CVSS 3.0 base score of 8.8, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2017-13089?

Check the references section for vendor advisories and patches from gnu. Update wget to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2017-13089?

CyberStrike's AI-powered security agents can automatically detect CVE-2017-13089 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.