Описание
ELSA-2024-1962: go-toolset:ol8 security update (IMPORTANT)
delve golang [1.20.12-8]
- Update sources file
- Related: RHEL-27928
[1.20.12-7]
- Fix CVE-2024-1394
- Resolves: RHEL-27928
[1.20.12-6]
- Fix CVE-2023-45288
- Resolves: RHEL-31914 go-toolset
Обновленные пакеты
Oracle Linux 8
Oracle Linux aarch64
Module go-toolset:ol8 is enabled
go-toolset
1.20.12-1.module+el8.9.0+90189+385a1f8c
golang
1.20.12-8.module+el8.9.0+90310+35919188
golang-bin
1.20.12-8.module+el8.9.0+90310+35919188
golang-docs
1.20.12-8.module+el8.9.0+90310+35919188
golang-misc
1.20.12-8.module+el8.9.0+90310+35919188
golang-src
1.20.12-8.module+el8.9.0+90310+35919188
golang-tests
1.20.12-8.module+el8.9.0+90310+35919188
Oracle Linux x86_64
Module go-toolset:ol8 is enabled
delve
1.20.2-1.0.1.module+el8.9.0+90001+52c302fe
go-toolset
1.20.12-1.module+el8.9.0+90189+385a1f8c
golang
1.20.12-8.module+el8.9.0+90310+35919188
golang-bin
1.20.12-8.module+el8.9.0+90310+35919188
golang-docs
1.20.12-8.module+el8.9.0+90310+35919188
golang-misc
1.20.12-8.module+el8.9.0+90310+35919188
golang-src
1.20.12-8.module+el8.9.0+90310+35919188
golang-tests
1.20.12-8.module+el8.9.0+90310+35919188
Связанные CVE
Связанные уязвимости
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.
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.
An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of ...