跳转到帖子

Alpine Linux: CVE-2023-45288: Vulnerability in Multiple Components

recommended_posts

发布于
  • Members

Alpine Linux: CVE-2023-45288: Vulnerability in Multiple Components

Severity
4
CVSS
(AV:L/AC:M/Au:N/C:P/I:P/A:P)
Published
04/04/2024
Created
08/23/2024
Added
08/22/2024
Modified
10/01/2024

Description

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.

Solution(s)

  • alpine-linux-upgrade-go

References

  • https://attackerkb.com/topics/cve-2023-45288
  • CVE - 2023-45288
  • https://security.alpinelinux.org/vuln/CVE-2023-45288
  • 查看数 706
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。
注意:你的帖子需要版主批准后才能看到。

游客
回帖…