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.
CVE-2023-39325
This high-severity CVE scores 7.5 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 63% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EPSS
- 88.7%
- KEV
- Not listed
Published
October 11, 2023
Last Modified
November 21, 2024
References (86)
- security@golanghttps://go.dev/cl/534215
- security@golanghttps://go.dev/cl/534235
- security@golanghttps://go.dev/issue/63417
- security@golanghttps://groups.google.com/g/golang-announce/c/iNNxDTCjZvo/m/UDd7VKQuAAAJ
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/3OVW5V2DM5K5IC3H7O42YDUGNJ74J35O/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/3SZN67IL7HMGMNAVLOTIXLIHUDXZK4LH/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/3WJ4QVX2AMUJ2F2S27POOAHRC4K3CHU4/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/4BUK2ZIAGCULOOYDNH25JPU6JBES5NF2/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/5RSKA2II6QTD4YUKUNDVJQSRYSFC4VFR/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/AVZDNSMVDAQJ64LJC5I5U5LDM5753647/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/CHHITS4PUOZAKFIUBQAQZC7JWXMOYE4B/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/CLB4TW7KALB3EEQWNWCN7OUIWWVWWCG2/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/D2BBIDR2ZMB3X5BC7SR4SLQMHRMVPY6L/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/ECRC75BQJP6FJN2L7KCKYZW4DSBD7QSD/
- security@golanghttps://lists.fedoraproject.org/archives/list/[email protected]/message/FTMJ3NJIDAZFWJQQSP3L22MUFJ3UP2PT/
Vendor Advisories for CVE-2023-39325(20)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:8322Red Hat Product SecurityCritical
Red Hat Security Advisory: rhc security update
- RHSA-2025:4240Red Hat Product SecurityHigh
Red Hat Security Advisory: Updated 6.1 container image is now available in the Red Hat Ecosystem Catalog.
- RHSA-2025:1116Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.13.55 bug fix and security update
- RHSA-2025:0832Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.12.72 bug fix and security update
- RHSA-2025:0014Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.12.71 bug fix and security update
- RHSA-2024:10813Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.13.54 bug fix and security update
- RHSA-2024:10523Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.14.42 bug fix and security update
- RHSA-2024:10142Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.15.39 bug fix and security update
- +12 more
Patch Availability(30)
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(2 across 1 ecosystem)
Go(2)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| golang.org/x/net | — | 0.17.0 | — |
| stdlib | — | 1.21.3 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Additional Vendor Advisories
(24)
Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.
- Microsoft MSRCCVE-2023-393252023-10-23
HTTP/2 rapid reset can cause excessive work in net/http
- Red HatRHBA-2023:5806IMPORTANT2023-10-10
RHBA-2023:5806 — Important
- Red HatRHBA-2023:6078IMPORTANT2023-10-10
RHBA-2023:6078 — Important
- Red HatRHBA-2023:6109IMPORTANT2023-10-10
RHBA-2023:6109 — Important
- Red HatRHBA-2023:6254IMPORTANT2023-10-10
RHBA-2023:6254 — Important
- Red HatRHBA-2023:6863IMPORTANT2023-10-10
RHBA-2023:6863 — Important
- Red HatRHBA-2024:0599IMPORTANT2023-10-10
RHBA-2024:0599 — Important
- Red HatRHEA-2023:7235IMPORTANT2023-10-10
RHEA-2023:7235 — Important
- Red HatRHEA-2023:7327IMPORTANT2023-10-10
RHEA-2023:7327 — Important
- Red HatRHEA-2024:1366IMPORTANT2023-10-10
RHEA-2024:1366 — Important
- Red HatRHSA-2023:5005IMPORTANT2023-10-10
RHSA-2023:5005 — Important
- Red HatRHSA-2023:5006IMPORTANT2023-10-10
RHSA-2023:5006 — Important
- Red HatRHSA-2023:5007IMPORTANT2023-10-10
RHSA-2023:5007 — Important
- Red HatRHSA-2023:5009IMPORTANT2023-10-10
RHSA-2023:5009 — Important
- Red HatRHSA-2023:5530IMPORTANT2023-10-10
RHSA-2023:5530 — Important
- Red HatRHSA-2023:5541IMPORTANT2023-10-10
RHSA-2023:5541 — Important
- Red HatRHSA-2023:5542IMPORTANT2023-10-10
RHSA-2023:5542 — Important
- Red HatRHSA-2023:5672IMPORTANT2023-10-10
RHSA-2023:5672 — Important
- Red HatRHSA-2023:5675IMPORTANT2023-10-10
RHSA-2023:5675 — Important
- Red HatRHSA-2023:5677IMPORTANT2023-10-10
RHSA-2023:5677 — Important
- Red HatRHSA-2023:5679IMPORTANT2023-10-10
RHSA-2023:5679 — Important
- Red HatRHSA-2023:5697IMPORTANT2023-10-10
RHSA-2023:5697 — Important
- Red HatRHSA-2023:5717IMPORTANT2023-10-10
RHSA-2023:5717 — Important
- Red HatRHSA-2023:5719IMPORTANT2023-10-10
RHSA-2023:5719 — Important
Data Freshness Timeline
(refreshed 9× in last 7d / 44× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-11 08:26 UTCEPSS rescore
- 2026-07-11 08:26 UTCEPSS rescore
- 2026-07-09 19:08 UTCEPSS rescore
- 2026-07-08 15:13 UTCEPSS rescore
- 2026-07-07 13:44 UTCEPSS rescore
- 2026-07-06 16:26 UTCEPSS rescore
- 2026-07-06 16:26 UTCEPSS rescore
- 2026-07-06 02:22 UTCEPSS rescore
- 2026-07-05 02:29 UTCEPSS rescore
- 2026-07-04 06:29 UTCEPSS rescore
- 2026-07-01 15:05 UTCEPSS rescore
- 2026-06-30 23:21 UTCEPSS rescore
- 2026-06-30 23:21 UTCEPSS rescore
- 2026-06-28 04:55 UTCEPSS rescore
- 2026-06-28 04:55 UTCEPSS rescore
- 2026-06-27 07:34 UTCOSV refresh
- 2026-06-27 03:07 UTCEPSS rescore
- 2026-06-27 03:07 UTCEPSS rescore
- 2026-06-25 13:48 UTCEPSS rescore
- 2026-06-25 13:48 UTCEPSS rescore
- 2026-06-24 14:04 UTCEPSS rescore
- 2026-06-24 14:04 UTCEPSS rescore
- 2026-06-23 21:31 UTCEPSS rescore
- 2026-06-23 21:31 UTCEPSS rescore
- 2026-06-22 14:24 UTCEPSS rescore
Show 60 moreShow fewer
- 2026-06-22 14:24 UTCEPSS rescore
- 2026-06-21 14:55 UTCEPSS rescore
- 2026-06-21 14:55 UTCEPSS rescore
- 2026-06-21 01:58 UTCEPSS rescore
- 2026-06-21 01:58 UTCEPSS rescore
- 2026-06-19 19:24 UTCEPSS rescore
- 2026-06-19 19:24 UTCEPSS rescore
- 2026-06-18 17:51 UTCEPSS rescore
- 2026-06-17 17:51 UTCEPSS rescore
- 2026-06-17 17:51 UTCEPSS rescore
- 2026-06-16 17:51 UTCEPSS rescore
- 2026-06-16 17:51 UTCEPSS rescore
- 2026-06-15 17:47 UTCEPSS rescore
- 2026-06-15 17:47 UTCEPSS rescore
- 2026-06-14 23:16 UTCEPSS rescore
- 2026-06-13 22:59 UTCEPSS rescore
- 2026-06-13 22:59 UTCEPSS rescore
- 2026-06-12 23:10 UTCEPSS rescore
- 2026-06-12 23:10 UTCEPSS rescore
- 2026-06-11 13:59 UTCEPSS rescore
- 2026-06-11 13:59 UTCEPSS rescore
- 2026-06-10 22:17 UTCEPSS rescore
- 2026-06-10 13:21 UTCEPSS rescore
- 2026-06-10 13:21 UTCEPSS rescore
- 2026-06-09 18:17 UTCOSV refresh
- 2026-06-08 14:16 UTCEPSS rescore
- 2026-06-08 14:16 UTCEPSS rescore
- 2026-06-07 15:23 UTCEPSS rescore
- 2026-06-07 15:23 UTCEPSS rescore
- 2026-06-06 13:46 UTCEPSS rescore
- 2026-06-06 13:46 UTCEPSS rescore
- 2026-06-05 22:46 UTCEPSS rescore
- 2026-06-05 22:46 UTCEPSS rescore
- 2026-06-05 06:09 UTCEPSS rescore
- 2026-06-05 06:09 UTCEPSS rescore
- 2026-06-04 13:11 UTCEPSS rescore
- 2026-06-04 13:11 UTCEPSS rescore
- 2026-06-02 20:12 UTCEPSS rescore
- 2026-06-02 20:12 UTCEPSS rescore
- 2026-06-02 20:12 UTCEPSS rescore
- 2026-06-01 13:51 UTCEPSS rescore
- 2026-06-01 13:51 UTCEPSS rescore
- 2026-05-31 22:30 UTCEPSS rescore
- 2026-05-31 22:29 UTCEPSS rescore
- 2026-05-31 22:29 UTCEPSS rescore
- 2026-05-31 00:15 UTCEPSS rescore
- 2026-05-31 00:15 UTCEPSS rescore
- 2026-05-29 13:43 UTCEPSS rescore
- 2026-05-29 13:43 UTCEPSS rescore
- 2026-05-28 13:43 UTCEPSS rescore
- 2026-05-28 13:43 UTCEPSS rescore
- 2026-05-27 13:39 UTCEPSS rescore
- 2026-05-26 13:43 UTCEPSS rescore
- 2026-05-26 13:43 UTCEPSS rescore
- 2026-05-26 07:18 UTCEPSS rescore
- 2026-05-26 07:18 UTCEPSS rescore
- 2026-05-26 07:18 UTCEPSS rescore
- 2026-05-24 16:52 UTCEPSS rescore
- 2026-05-24 16:01 UTCEG score recompute
- 2026-05-24 16:01 UTCVendor advisory
Frequently asked(5)
What is CVE-2023-39325?
When was CVE-2023-39325 disclosed?
Is CVE-2023-39325 actively exploited?
What is the CVSS score of CVE-2023-39325?
How do I remediate CVE-2023-39325?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2023-39325
Is Your Infrastructure Affected by CVE-2023-39325?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.