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 the iconv conversion reports an E2BIG error and a buffer reallocation is attempted, the computation of the remaining space is incorrect, allowing a maliciously crafted server‑supplied filename to overflow the output buffer. This is a CWE‑122 heap buffer overflow and results in memory corruption on the client side.

Affected Systems

All installations of GNU Wget that have not applied commit c2640fe, including the widely distributed 1.25.0 release, are vulnerable. The issue affects any client execution that processes URLs whose filenames require character set conversion.

Risk and Exploitability

The CVSS score of 6 indicates moderate severity. An EPSS score of 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 lead to memory corruption on the client machine.

Generated by OpenCVE AI on August 4, 2026 at 18:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update GNU Wget to a patched release that includes commit c2640fe or later.
  • If compiling from source, apply the patch manually by checking out commit c2640fe and rebuilding.
  • If upgrade is not immediately possible, temporarily replace Wget with an alternative such as curl until a patched version is available.

Generated by OpenCVE AI on August 4, 2026 at 18:49 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

Status : Analyzed

Published: 2026-07-07T21:17:28.710

Modified: 2026-07-09T16:02:07.273

Link: CVE-2026-58471

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-58471 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T19:00:10Z

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow