Description
GNU Wget through 1.25.0, fixed in commit c2640fe, contains a heap buffer overflow vulnerability in the convert_fname() function within src/url.c that allows remote attackers to trigger memory corruption through a server-supplied filename requiring character set conversion. When the output buffer is too small during iconv E2BIG reallocation, the reallocation logic miscalculates the remaining space, leading to a heap buffer overflow that can be exploited via a maliciously crafted server response.
Published: 2026-07-07
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

GNU Wget versions up to 1.25.0 contain a heap buffer overflow in the convert_fname() function within src/url.c. When iconv reports an E2BIG error and reallocation occurs, the logic incorrectly calculates the available space, allowing a maliciously crafted server‑supplied filename to overflow the output buffer. The description notes memory corruption; it is classified as CWE‑122.

Affected Systems

All builds of GNU Wget that have not incorporated commit c2640fe are affected, including the widely distributed 1.25.0 release. The vulnerability applies to client executions of wget that process URLs whose filenames require character set conversion. Systems running older wget binaries on any platform and lacking the patch are vulnerable.

Risk and Exploitability

The CVSS score of 6 indicates moderate. Less than 1% suggests a very low likelihood of exploitation at present. The vulnerability is not listed in the CISA KEV catalog. Attackers must control a server that supplies a specially crafted filename to trigger the overflow, constituting a remote attack vector. Successful exploitation would cause memory corruption on the client machine, potentially leading to crashes or further attack steps if additional privileges are gained. The low current exploit probability, combined with the moderate severity, suggests that patching is the most effective mitigation.

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 commit c2640fe or later, or apply the patch directly from the upstream source.
  • If immediate upgrading is not possible, avoid using URLs that contain filenames requiring character‑set conversion from untrusted servers; consider limiting wget to trusted sources or pre‑processing URLs to sanitize filenames before download.
  • Rebuild wget with a restricted conversion configuration or compile with safeguards that disable iconv reallocation in convert_fname; such hardening reduces the attack surface if the patch cannot be applied immediately.

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

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

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

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', '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 c2640fe, contains a heap buffer overflow vulnerability in the convert_fname() function within src/url.c that allows remote attackers to trigger memory corruption through a server-supplied filename requiring character set conversion. When the output buffer is too small during iconv E2BIG reallocation, the reallocation logic miscalculates the remaining space, leading to a heap buffer overflow that can be exploited via a maliciously crafted server response.
Title GNU Wget 1.25.0 Heap Buffer Overflow via convert_fname() in url.c
Weaknesses CWE-122
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

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

Link: CVE-2026-58471

cve-icon Vulnrichment

Updated: 2026-07-07T20:32:19.583Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-07T19:47:47Z

Links: CVE-2026-58471 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow