A utility for retrieving files using the HTTP or FTP protocols
Backport upstream fix for CVE-2026-58471, a buffer overflow in
convert_fname() in src/url.c. The patch (from upstream commit
c2640fe5171c59f87c58dc9fcb195b2d18b010ee) fixes incorrect buffer
size tracking during iconv filename conversion by removing the
flawed `done` variable and replacing the E2BIG reallocation logic
with a correct implementation that properly tracks used bytes,
ensures buffer growth, and updates all size/pointer variables
after reallocation.
CVE: CVE-2026-58471
Upstream patches:
-
|
||
|---|---|---|
| .gitignore | ||
| gating.yaml | ||
| sources | ||
| wget-1.17-path.patch | ||
| wget-1.19.5-Add-TLS-1.3-support-for-GnuTLS.patch | ||
| wget-1.19.5-ca-cert-too-verbose.patch | ||
| wget-1.19.5-covscan-important-issues.patch | ||
| wget-1.19.5-CVE-2019-5953.patch | ||
| wget-1.19.5-CVE-2024-38428.patch | ||
| wget-1.19.5-CVE-2026-58471.patch | ||
| wget-1.19.5-CVE-2026-58472.patch | ||
| wget-1.19.5-Don-t-limit-the-test-suite-HTTPS-server-to-TLSv1.patch | ||
| wget-1.19.5-Dont-save-userpw-with---xattr.patch | ||
| wget-1.19.5-Dont-use-extended-attributes---xattr-by-default.patch | ||
| wget-1.19.5-Enable-post-handshake-auth-under-gnutls-on-TLS1.3.patch | ||
| wget-1.19.5-no_proxy-dot-prefix.patch | ||
| wget-1.19.5-no_proxy-tests.patch | ||
| wget-1.19.5-no-log-when-quiet.patch | ||
| wget.spec | ||