Vulnerabilities
Vulnerable Software

Vulnerability Details CVE-2023-39325

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.
Exploit prediction scoring system (EPSS) score
EPSS Score 0.002
EPSS Ranking 36.6%
CVSS Severity
CVSS v3 Score 7.5
References
Products affected by CVE-2023-39325
  • Golang » Go » Version: 1.20.0
    cpe:2.3:a:golang:go:1.20.0
  • Golang » Go » Version: 1.20.1
    cpe:2.3:a:golang:go:1.20.1
  • Golang » Go » Version: 1.20.2
    cpe:2.3:a:golang:go:1.20.2
  • Golang » Go » Version: 1.20.3
    cpe:2.3:a:golang:go:1.20.3
  • Golang » Go » Version: 1.20.4
    cpe:2.3:a:golang:go:1.20.4
  • Golang » Go » Version: 1.20.5
    cpe:2.3:a:golang:go:1.20.5
  • Golang » Go » Version: 1.20.6
    cpe:2.3:a:golang:go:1.20.6
  • Golang » Go » Version: 1.20.7
    cpe:2.3:a:golang:go:1.20.7
  • Golang » Go » Version: 1.20.8
    cpe:2.3:a:golang:go:1.20.8
  • Golang » Go » Version: 1.20.9
    cpe:2.3:a:golang:go:1.20.9
  • Golang » Go » Version: 1.21.0
    cpe:2.3:a:golang:go:1.21.0
  • Golang » Go » Version: 1.21.0-0
    cpe:2.3:a:golang:go:1.21.0-0
  • Golang » Go » Version: 1.21.1
    cpe:2.3:a:golang:go:1.21.1
  • Golang » Go » Version: 1.21.2
    cpe:2.3:a:golang:go:1.21.2
  • Golang » Http2 » Version: 0.10.0
    cpe:2.3:a:golang:http2:0.10.0
  • Golang » Http2 » Version: 0.11.0
    cpe:2.3:a:golang:http2:0.11.0
  • Golang » Http2 » Version: 0.12.0
    cpe:2.3:a:golang:http2:0.12.0
  • Golang » Http2 » Version: 0.13.0
    cpe:2.3:a:golang:http2:0.13.0
  • Golang » Http2 » Version: 0.14.0
    cpe:2.3:a:golang:http2:0.14.0
  • Golang » Http2 » Version: 0.15.0
    cpe:2.3:a:golang:http2:0.15.0
  • Golang » Http2 » Version: 0.16.0
    cpe:2.3:a:golang:http2:0.16.0
  • Golang » Http2 » Version: 0.4.0
    cpe:2.3:a:golang:http2:0.4.0
  • Golang » Http2 » Version: 0.5.0
    cpe:2.3:a:golang:http2:0.5.0
  • Golang » Http2 » Version: 0.6.0
    cpe:2.3:a:golang:http2:0.6.0
  • Golang » Http2 » Version: 0.7.0
    cpe:2.3:a:golang:http2:0.7.0
  • Golang » Http2 » Version: 0.8.0
    cpe:2.3:a:golang:http2:0.8.0
  • Golang » Http2 » Version: 0.9.0
    cpe:2.3:a:golang:http2:0.9.0
  • Netapp » Astra Trident » Version: N/A
    cpe:2.3:a:netapp:astra_trident:-
  • Netapp » Astra Trident Autosupport » Version: N/A
    cpe:2.3:a:netapp:astra_trident_autosupport:-
  • Fedoraproject » Fedora » Version: 37
    cpe:2.3:o:fedoraproject:fedora:37
  • Fedoraproject » Fedora » Version: 38
    cpe:2.3:o:fedoraproject:fedora:38
  • Fedoraproject » Fedora » Version: 39
    cpe:2.3:o:fedoraproject:fedora:39


Contact Us

Shodan ® - All rights reserved