Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2024:3089-1

Опубликовано: 03 сент. 2024
Источник: suse-cvrf

Описание

Security update for go1.21-openssl

This update for go1.21-openssl fixes the following issues:

  • CVE-2024-24791: Fixed denial of service due to improper 100-continue handling (bsc#1227314)
  • CVE-2024-24789: Fixed mishandling of corrupt central directory record in archive/zip (bsc#1225973)
  • CVE-2024-24790: Fixed unexpected behavior from Is methods for IPv4-mapped IPv6 addresses in net/netip (bsc#1225974)
  • CVE-2024-24787: Fixed arbitrary code execution during build on darwin in cmd/go (bsc#1224017)
  • CVE-2023-45288: Fixed denial of service due to close connections when receiving too many headers in net/http and x/net/http2 (bsc#1221400)
  • CVE-2023-45289: Fixed incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http and net/http/cookiejar (bsc#1221000)
  • CVE-2023-45290: Fixed memory exhaustion in Request.ParseMultipartForm in net/http (bsc#1221001)
  • CVE-2024-24783: Fixed denial of service on certificates with an unknown public key algorithm in crypto/x509 (bsc#1220999)
  • CVE-2024-24784: Fixed comments in display names are incorrectly handled in net/mail (bsc#1221002)
  • CVE-2024-24785: Fixed errors returned from MarshalJSON methods may break template escaping in html/template (bsc#1221003)

Other fixes:

  • Update to version 1.21.13.1 cut from the go1.21-fips-release (jsc#SLE-18320)
  • Update to version 1.21.13 (bsc#1212475)
  • Remove subpackage go1.x-openssl-libstd for compiled shared object libstd.so. (jsc#PED-1962)
  • Ensure VERSION file is present in GOROOT as required by go tool dist and go tool distpack (bsc#1219988)

Список пакетов

SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
go1.21-openssl-1.21.13.1-150000.1.11.1
go1.21-openssl-doc-1.21.13.1-150000.1.11.1
go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
go1.21-openssl-1.21.13.1-150000.1.11.1
go1.21-openssl-doc-1.21.13.1-150000.1.11.1
go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise Module for Development Tools 15 SP5
go1.21-openssl-1.21.13.1-150000.1.11.1
go1.21-openssl-doc-1.21.13.1-150000.1.11.1
go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise Server 15 SP4-LTSS
go1.21-openssl-1.21.13.1-150000.1.11.1
go1.21-openssl-doc-1.21.13.1-150000.1.11.1
go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
go1.21-openssl-1.21.13.1-150000.1.11.1
go1.21-openssl-doc-1.21.13.1-150000.1.11.1
go1.21-openssl-race-1.21.13.1-150000.1.11.1
openSUSE Leap 15.5
go1.21-openssl-1.21.13.1-150000.1.11.1
go1.21-openssl-doc-1.21.13.1-150000.1.11.1
go1.21-openssl-race-1.21.13.1-150000.1.11.1

Описание

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions being made by programs using different parsers.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

If errors returned from MarshalJSON methods contain user controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing for subsequent actions to inject unexpected content into templates.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the -lto_library flag in a "#cgo LDFLAGS" directive.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects files containing these errors.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки

Описание

The net/http HTTP/1.1 client mishandled the case where a server responds to a request with an "Expect: 100-continue" header with a non-informational (200 or higher) status. This mishandling could leave a client connection in an invalid state, where the next request sent on the connection will fail. An attacker sending a request to a net/http/httputil.ReverseProxy proxy can exploit this mishandling to cause a denial of service by sending "Expect: 100-continue" requests which elicit a non-informational response from the backend. Each such request leaves the proxy with an invalid connection, and causes one subsequent request using that connection to fail.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-doc-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.21-openssl-race-1.21.13.1-150000.1.11.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.21-openssl-1.21.13.1-150000.1.11.1

Ссылки
Уязвимость SUSE-SU-2024:3089-1