Rapid7 Vulnerability & Exploit Database

Alma Linux: CVE-2023-39325: Important: go-toolset and golang security and bug fix update (Multiple Advisories)

Free InsightVM Trial No Credit Card Necessary
2024 Attack Intel Report Latest research by Rapid7 Labs
Back to Search

Alma Linux: CVE-2023-39325: Important: go-toolset and golang security and bug fix update (Multiple Advisories)

Severity
4
CVSS
(AV:L/AC:M/Au:N/C:P/I:P/A:P)
Published
10/11/2023
Created
10/18/2023
Added
10/18/2023
Modified
07/25/2024

Description

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.

Solution(s)

  • alma-upgrade-go-toolset
  • alma-upgrade-golang
  • alma-upgrade-golang-bin
  • alma-upgrade-golang-docs
  • alma-upgrade-golang-misc
  • alma-upgrade-golang-race
  • alma-upgrade-golang-src
  • alma-upgrade-golang-tests
  • alma-upgrade-grafana
  • alma-upgrade-toolbox
  • alma-upgrade-toolbox-tests

With Rapid7 live dashboards, I have a clear view of all the assets on my network, which ones can be exploited, and what I need to do in order to reduce the risk in my environment in real-time. No other tool gives us that kind of value and insight.

– Scott Cheney, Manager of Information Security, Sierra View Medical Center

;