Описание
Security update for warewulf4
This update for warewulf4 fixes the following issues:
Update to v4.7.0.
Security issues fixed:
- CVE-2025-69725: incorrect input validation in the
RedirectSlashesfunction can lead to an open redirect (bsc#1258511). - CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad
SETTINGS_MAX_FRAME_SIZEcan lead to a denial of service (bsc#1265653). - CVE-2026-34986: github.com/go-jose/go-jose/v4: crafted JWE input with a missing encrypted key can lead to a denial of service (bsc#1262810).
- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege escalation (bsc#1266483).
Other updates and bugfixes:
- Add correct flag
--update-overlaysfix (bsc#1268790). - v4.7.0:
- New
wwctlunset command - Refactored server routes (URLs)
- New
/files/route for serving individual files and templates - Server TLS support
- Removed support for fetching individual overlays and individual files from overlays
- Fixed whitespace handling around template functions
- Security fixes, including updated Go and library versions
- New
- v4.6.5:
- New wwctl overlay info command
- Fixed
wwctlimage import--updateoption - Cross-arch support for
wwclient - Improved IPv6 support
- Improved support for bonded interfaces
- Renamed
debian.interfacesoverlay toifupdown - New
systemd-networkdoverlay warewulf-dracutfixes, includingprovision-to-diskfixes
- Remove
slurm-overlaypackage. - Fix
wwctlimage import--updateoption (bsc#1254470).
Список пакетов
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
SUSE Linux Enterprise Module for HPC 15 SP7
SUSE Linux Enterprise Server 15 SP6-LTSS
Ссылки
- Link for SUSE-SU-2026:2830-1
- E-Mail link for SUSE-SU-2026:2830-1
- SUSE Security Ratings
- SUSE Bug 1254470
- SUSE Bug 1258511
- SUSE Bug 1262810
- SUSE Bug 1265653
- SUSE Bug 1266483
- SUSE Bug 1268790
- SUSE CVE CVE-2025-69725 page
- SUSE CVE CVE-2026-33814 page
- SUSE CVE CVE-2026-34986 page
- SUSE CVE CVE-2026-39821 page
Описание
An Open Redirect vulnerability in the go-chi/chi >=5.2.2 RedirectSlashes function allows remote attackers to redirect victim users to malicious websites using the legitimate website domain.
Затронутые продукты
Ссылки
- CVE-2025-69725
- SUSE Bug 1258511
Описание
When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
Затронутые продукты
Ссылки
- CVE-2026-33814
- SUSE Bug 1264506
- SUSE Bug 1268758
Описание
Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. Prior to 4.1.4 and 3.0.5, decrypting a JSON Web Encryption (JWE) object will panic if the alg field indicates a key wrapping algorithm (one ending in KW, with the exception of A128GCMKW, A192GCMKW, and A256GCMKW) and the encrypted_key field is empty. The panic happens when cipher.KeyUnwrap() in key_wrap.go attempts to allocate a slice with a zero or negative length based on the length of the encrypted_key. This code path is reachable from ParseEncrypted() / ParseEncryptedJSON() / ParseEncryptedCompact() followed by Decrypt() on the resulting object. Note that the parse functions take a list of accepted key algorithms. If the accepted key algorithms do not include any key wrapping algorithms, parsing will fail and the application will be unaffected. This panic is also reachable by calling cipher.KeyUnwrap() directly with any ciphertext parameter less than 16 bytes long, but calling this function directly is less common. Panics can lead to denial of service. This vulnerability is fixed in 4.1.4 and 3.0.5.
Затронутые продукты
Ссылки
- CVE-2026-34986
- SUSE Bug 1262805
Описание
The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".
Затронутые продукты
Ссылки
- CVE-2026-39821
- SUSE Bug 1266474