A utility for retrieving files using the HTTP or FTP protocols
Backport upstream commit c2640fe5171c to fix a buffer overflow
in src/url.c convert_fname() (CVE-2026-58471). The bug was in
incorrect buffer size handling during iconv filename conversion,
where the output buffer tracking used wrong offset calculations.
The patch corrects the reallocation logic in the E2BIG branch
and simplifies the null-termination of the converted string.
CVE: CVE-2026-58471
Upstream patches:
-
|
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| ci.fmf | ||
| gating.yaml | ||
| plans.fmf | ||
| sources | ||
| wget-1.17-path.patch | ||
| wget-1.21-CVE-2024-38428.patch | ||
| wget-1.21-CVE-2026-58471.patch | ||
| wget-1.21-CVE-2026-58472.patch | ||
| wget-1.21-metalink-man.patch | ||
| wget-1.21-segfault.patch | ||
| wget-1.21-strtol.patch | ||
| wget.spec | ||