CVE Catalog

CVE-2026-58472

MediumCVSS 5.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

12th percentile - higher than 12% of all known CVEs

Summary

GNU Wget through version 1.25.0 contains a heap buffer overflow vulnerability in the html_quote_string() function in src/convert.c. A remote attacker can exploit a crafted HTML attribute with a large number of characters requiring entity encoding, causing a signed integer overflow, undersized heap allocation, and subsequent heap buffer overflow.

Risk Assessment

An attacker can remotely trigger memory corruption, potentially leading to application crashes or arbitrary code execution in the context of the user running Wget.

Recommendation

Immediately update GNU Wget to a version containing commit dd692d9 or later. If an update is not possible, restrict Wget usage to trusted sources.

Other vulnerabilities in GNU Wget

See all
Original NVD description (English source)

GNU Wget through 1.25.0, fixed in commit dd692d9, contains a heap buffer overflow vulnerability in the html_quote_string() function in src/convert.c that allows a remote attacker to trigger memory corruption by supplying a crafted HTML attribute with a large number of characters requiring entity encoding. A server-supplied HTML attribute causes a signed integer counter to overflow during output size accumulation, resulting in an undersized heap allocation and subsequent heap buffer overflow during the copy phase.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS