Описание
Security update for go1.24
This update for go1.24 fixes the following issues:
This update ships go1.24rc2 (bsc#1236217).
- CVE-2024-45341: Properly check for IPv6 hosts in URIs (bsc#1236045)
- CVE-2024-45336: Persist header stripping across repeated redirects (bsc#1236046)
- CVE-2025-22865: Avoid panic when parsing partial PKCS#1 private keys (bsc#1236361)
- CVE-2024-45340: Restore netrc preferences for GOAUTH and fix domain lookup (bsc#1236360)
Список пакетов
SUSE Enterprise Storage 7.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
SUSE Linux Enterprise Module for Development Tools 15 SP6
SUSE Linux Enterprise Server 15 SP3-LTSS
SUSE Linux Enterprise Server 15 SP4-LTSS
SUSE Linux Enterprise Server 15 SP5-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP3
SUSE Linux Enterprise Server for SAP Applications 15 SP4
SUSE Linux Enterprise Server for SAP Applications 15 SP5
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2025:0285-1
- E-Mail link for SUSE-SU-2025:0285-1
- SUSE Security Ratings
- SUSE Bug 1236045
- SUSE Bug 1236046
- SUSE Bug 1236217
- SUSE Bug 1236360
- SUSE Bug 1236361
- SUSE CVE CVE-2024-45336 page
- SUSE CVE CVE-2024-45340 page
- SUSE CVE CVE-2024-45341 page
- SUSE CVE CVE-2025-22865 page
Описание
The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.
Затронутые продукты
Ссылки
- CVE-2024-45336
- SUSE Bug 1236046
Описание
Credentials provided via the new GOAUTH feature were not being properly segmented by domain, allowing a malicious server to request credentials they should not have access to. By default, unless otherwise set, this only affected credentials stored in the users .netrc file.
Затронутые продукты
Ссылки
- CVE-2024-45340
- SUSE Bug 1236360
Описание
A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.
Затронутые продукты
Ссылки
- CVE-2024-45341
- SUSE Bug 1236045
Описание
Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed.
Затронутые продукты
Ссылки
- CVE-2025-22865
- SUSE Bug 1236361