Commit Graph

16 Commits

Author SHA1 Message Date
RHEL Packaging Agent
eb49e00e28 Fix CVE-2026-58471: buffer overflow in convert_fname()
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:
 - c2640fe517.patch
Resolves: RHEL-194521

This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Ymir
2026-08-03 11:54:09 +00:00
RHEL Packaging Agent
a596752c69 Fix CVE-2026-58472: integer+buffer overflow in html_quote_string()
Backport fix for CVE-2026-58472 to wget-1.21.1. The patch
addresses an integer and buffer overflow in html_quote_string()
by using INT_ADD_OK for safe integer arithmetic when calculating
the output buffer size for HTML entity encoding. Also includes
the follow-up fix for an off-by-1 error in the size calculation
for each entity-encoded character, along with unit tests.

The combined fix is added as Patch6: wget-1.21-CVE-2026-58472.patch
based on upstream commits dd692d9 and f76978a.

CVE: CVE-2026-58472
Upstream patches:
 - dd692d9cea.patch
 - f76978a51b.patch
Resolves: RHEL-210636

This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Ymir
2026-08-03 11:51:17 +00:00
Ondrej Mejzlik
928040f599 Update 4 files
- /plans/public.fmf
- /plans/tier1-internal.fmf
- /gating.yaml
- /plans.fmf
2026-05-07 10:38:47 +00:00
Michal Ruprich
c117b43148 Resolves: RHEL-43226 - Misinterpretation of input may lead to improper behavior 2024-07-15 10:26:23 +02:00
Michal Ruprich
03f4821234 Adding tmt test files 2023-03-30 10:21:18 +00:00
Michal Ruprich
e7b741d6f9 Resolves: #2017842 - Two different segfaults when downloading multiple files
Removing metalink from manpage
2021-11-03 13:19:55 +01:00
Mohan Boddu
e74434b73b Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:19:52 +00:00
Michal Ruprich
860334d32b Resolves: #1967216 - consider disabling metalink support in wget 2021-06-08 16:21:11 +02:00
Michal Ruprich
4f15b75ca9 Adding gating file for wget 2021-05-26 10:35:02 +02:00
Mohan Boddu
c045114245 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 06:10:39 +00:00
Michal Ruprich
e81344a4a6 Resolves: #1949045 - wget in F33 i686 is unable to download files larger than 2GiB 2021-04-14 12:22:19 +02:00
DistroBaker
498d6f6310 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/wget.git#17124feb431fa584add9824caf5ccce3271456d0
2021-02-04 22:17:06 +00:00
DistroBaker
a93c9113b9 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/wget.git#98c1199c2b1fbc8ca2d44a74e0e62015e15618e8
2021-01-22 09:50:50 +00:00
DistroBaker
f34d1bb6cb Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/wget.git#4992a04fcca85b3bbe0a9d02ca6592c8088ff562
2020-12-10 01:49:46 +01:00
Troy Dawson
e467b10060 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/wget#6c7ea8d76ff077aa0734516127a349a9c8fa7bb1
2020-10-15 13:43:03 -07:00
Release Configuration Management
eaa16bee2b New branch setup 2020-10-09 05:20:27 +00:00