Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2023-39325 | First vendor Publication | 2023-10-11 |
Vendor | Cve | Last vendor Modification | 2024-11-21 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | |||
---|---|---|---|
Overall CVSS Score | 7.5 | ||
Base Score | 7.5 | Environmental Score | 7.5 |
impact SubScore | 3.6 | Temporal Score | 7.5 |
Exploitabality Sub Score | 3.9 | ||
Attack Vector | Network | Attack Complexity | Low |
Privileges Required | None | User Interaction | None |
Scope | Unchanged | Confidentiality Impact | None |
Integrity Impact | None | Availability Impact | High |
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
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. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-39325 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-770 | Allocation of Resources Without Limits or Throttling |
CPE : Common Platform Enumeration
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-03-29 03:25:00 |
|
2025-03-28 13:38:08 |
|
2024-11-28 14:28:10 |
|
2024-08-02 13:50:39 |
|
2024-08-02 01:33:43 |
|
2024-04-28 09:27:29 |
|
2024-03-23 09:27:43 |
|
2024-03-10 09:27:28 |
|
2024-03-07 09:27:44 |
|
2024-02-02 02:47:43 |
|
2024-02-01 12:30:49 |
|
2024-01-21 09:27:41 |
|
2024-01-19 09:27:43 |
|
2024-01-18 09:27:43 |
|
2023-12-07 09:27:40 |
|
2023-12-01 13:27:41 |
|
2023-11-29 09:27:41 |
|
2023-11-25 17:27:44 |
|
2023-11-20 09:27:49 |
|
2023-11-18 09:27:53 |
|
2023-11-17 09:27:55 |
|
2023-11-10 21:28:01 |
|
2023-11-07 21:27:39 |
|
2023-11-04 05:27:40 |
|
2023-10-31 21:27:43 |
|
2023-10-29 09:27:40 |
|
2023-10-12 17:27:21 |
|
2023-10-12 05:27:19 |
|