CVE-2026-58470
Received Received - Intake

Integer Overflow in GNU Wget via Malicious Content-Range Header

Vulnerability report for CVE-2026-58470, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-07

Last updated on: 2026-07-07

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-07
Last Modified
2026-07-07
Generated
2026-07-08
AI Q&A
2026-07-08
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
gnu wget 1.25.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in GNU Wget versions up to 1.25.0 in the parse_content_range() function located in src/http.c. It is an integer overflow issue caused by server-controlled values in the Content-Range header. Malicious servers can supply specially crafted Content-Range headers that trigger signed integer arithmetic overflow, leading to undefined behavior and download desynchronization in the affected client.

Impact Analysis

The impact of this vulnerability is that an attacker controlling a server can cause the Wget client to behave unpredictably by exploiting the integer overflow. This can result in download desynchronization, potentially causing corrupted or incomplete downloads. While it does not directly lead to code execution or data disclosure, it can disrupt normal file retrieval processes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58470. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart