Description
GNU Wget through 1.25.0, fixed in commit 43d3ba9, contains an integer overflow vulnerability in the parse_content_range() function within src/http.c that allows server-controlled values to cause signed integer arithmetic to overflow. Attackers can supply malicious Content-Range header values to trigger undefined behavior and download desynchronization in the affected client.
Published: 2026-07-07
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This integer overflow (CWE‑190) in GNU Wget up to and including version 1.25.0 stems from unchecked signed integer arithmetic in the parse_content_range() function used to interpret the Content‑Range header. A server can supply a malicious range that overflows the signed 32‑bit counter, triggering undefined behaviour. The result can be a corrupted or desynchronised download, potentially allowing integrity tampering or other side effects. The CVSS score of 6.9 reflects moderate severity.

Affected Systems

GNU25.0 and all earlier releases distributed by the GNWget project. The vulnerability affects any system that runs these versions of the wget client.

Risk and Exploitability

The CVSS score of 6.9 denotes moderate severity while the EPSS <1 % indicates a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalogue, suggesting no known wide‑scale attacks. Based on the description, the attack vector is inferred to be a malicious HTTP server delivering crafted Content‑Range headers to a victim using wget. Attackers can exploit it by hosting a malicious web server that constructs carefully chosen Content‑Range headers and having a victim use the vulnerable wget to download a resource. No local privilege escalation or advanced conditions are required; the attack is performed over a normal network request.

Generated by OpenCVE AI on July 23, 2026 at 13:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GNU Wget to a version that includes the integer‑overflow fix (a release built after commit 43d3ba9).
  • If upgrading is not immediately possible, apply the patch from the GitLab commit https://gitlab.com/gnuwget/wget/-/commit/43d3ba9336bc94937e6fae2365c6ffd30c34ffcf before compiling the source.
  • Configure your HTTP clients or servers to validate or restrict the use of the Content‑Range header, and consider disabling byte‑range requests if not needed.
  • Monitor network traffic for anomalous Content‑Range headers as an indicator of exploitation attempts.

Generated by OpenCVE AI on July 23, 2026 at 13:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8543-1 Wget vulnerabilities
History

Wed, 15 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 14 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
First Time appeared Gnu
Gnu wget
CPEs cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*
Vendors & Products Gnu
Gnu wget

Fri, 10 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Wget
Wget wget
Vendors & Products Wget
Wget wget

Wed, 08 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description GNU Wget through 1.25.0, fixed in commit 43d3ba9, contains an integer overflow vulnerability in the parse_content_range() function within src/http.c that allows server-controlled values to cause signed integer arithmetic to overflow. Attackers can supply malicious Content-Range header values to trigger undefined behavior and download desynchronization in the affected client.
Title GNU Wget 1.25.0 Integer Overflow via Content-Range Header Parsing
Weaknesses CWE-190
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:11.587Z

Reserved: 2026-06-30T20:20:33.790Z

Link: CVE-2026-58470

cve-icon Vulnrichment

Updated: 2026-07-08T13:07:29.296Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-07T19:45:53Z

Links: CVE-2026-58470 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T13:30:04Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound