CVE-2023-39325

HIGHNVD 7.57.5
EchelonGraph scoreMEDIUM confidence

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).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 4%CVSS: 7.5Exploit: NoneExposed: 0

A fix is available — apply it.

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.

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)

Patch Availability(30)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatrhc-1:0.2.2-1.el9_2.22026-04-15redhat
redhatrhceph/snmp-notifier-rhel9:1.2.1-982025-04-28redhat
redhatopenshift4/ose-nutanix-machine-controllers-rhel8:v4.13.0-202502010028.p0.gf68035f.assembly.stream.el82025-02-13redhat
redhatopenshift4/ose-nutanix-machine-controllers-rhel8:v4.12.0-202501200829.p0.g336a488.assembly.stream.el82025-02-06redhat
redhatopenshift4/ose-cluster-samples-operator:v4.12.0-202412170201.p0.g8ea10a9.assembly.stream.el82025-01-09redhat
redhatopenshift4/ose-cluster-samples-operator:v4.13.0-202411300029.p0.g684a853.assembly.stream.el82024-12-12redhat
redhatopenshift4/ose-nutanix-cloud-controller-manager-rhel8:v4.14.0-202411261536.p0.g8aa09cd.assembly.stream.el82024-12-05redhat
redhatopenshift4/ose-nutanix-cloud-controller-manager-rhel9:v4.15.0-202411210403.p0.g040d4e0.assembly.stream.el92024-11-26redhat
redhatodf4/odf-rhel9-operator:v4.16.2-22024-09-18redhat
redhatdevspaces/udi-rhel8:3.15-52024-07-18redhat
redhatceph-ansible-0:6.0.28.8-1.el8cp2024-06-26redhat
redhatrhceph/snmp-notifier-rhel9:1.2.1-672024-06-13redhat
redhathelm-0:3.13.2-35.el92024-04-18redhat
redhatopenshift4/ose-kubevirt-cloud-controller-manager-rhel8:v4.14.0-202404031211.p0.g51599a7.assembly.stream.el82024-04-18redhat
redhatopenshift4/ose-cluster-samples-rhel9-operator:v4.15.0-202404031310.p0.gbf845b5.assembly.stream.el92024-04-16redhat
redhatopenshift4/ose-console-operator:v4.12.0-202403241038.p0.gc17b387.assembly.stream.el82024-04-03redhat
redhatopenshift4/ose-k8s-prometheus-adapter:v4.11.0-202403090037.p0.gc223902.assembly.stream.el82024-03-27redhat
redhatopenshift4/ose-kubevirt-cloud-controller-manager-rhel9:v4.15.0-202403141809.p0.g315a448.assembly.stream.el92024-03-27redhat
redhatopenshift4/ose-kubevirt-cloud-controller-manager-rhel8:v4.14.0-202403141740.p0.gcb57912.assembly.stream.el82024-03-27redhat
redhatopenshift4/ose-console-operator:v4.13.0-202403120638.p0.gb3dea84.assembly.stream.el82024-03-27redhat
redhatrhdh/rhdh-hub-rhel9:1.1-972024-03-18redhat
redhatopenshift4/ose-console-operator:v4.13.0-202402281608.p0.g6893553.assembly.stream.el82024-03-06redhat
redhatkube-descheduler-operator/kube-descheduler-rhel9-operator:v5.0-142024-03-06redhat
redhatopenshift4/ose-oauth-apiserver-rhel8:v4.12.0-202402262137.p0.gf07bf80.assembly.stream.el82024-03-06redhat
redhatopenshift4/ose-oauth-apiserver-rhel8:v4.13.0-202402190938.p0.g89d9537.assembly.stream.el82024-02-28redhat
redhatopenshift4/ose-console-operator:v4.14.0-202402200939.p0.g855f3fc.assembly.stream.el82024-02-28redhat
redhatopenshift4/ose-ptp-rhel9-operator:v4.15.0-202402062138.p0.gd607bfc.assembly.stream.el92024-02-28redhat
redhatrun-once-duration-override-operator/run-once-duration-override-rhel9-operator:v1.1-52024-02-28redhat
redhatopenshift4/ose-vsphere-cluster-api-controllers-rhel9:v4.15.0-202401261531.p0.gb21c0ba.assembly.stream2024-02-27redhat
redhatmicroshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el92024-02-27redhat

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)
PackageVulnerable rangeFixed inDependents
golang.org/x/net0.17.0
stdlib1.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.

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.

  1. 2026-07-11 08:26 UTCEPSS rescore
  2. 2026-07-11 08:26 UTCEPSS rescore
  3. 2026-07-09 19:08 UTCEPSS rescore
  4. 2026-07-08 15:13 UTCEPSS rescore
  5. 2026-07-07 13:44 UTCEPSS rescore
  6. 2026-07-06 16:26 UTCEPSS rescore
  7. 2026-07-06 16:26 UTCEPSS rescore
  8. 2026-07-06 02:22 UTCEPSS rescore
  9. 2026-07-05 02:29 UTCEPSS rescore
  10. 2026-07-04 06:29 UTCEPSS rescore
  11. 2026-07-01 15:05 UTCEPSS rescore
  12. 2026-06-30 23:21 UTCEPSS rescore
  13. 2026-06-30 23:21 UTCEPSS rescore
  14. 2026-06-28 04:55 UTCEPSS rescore
  15. 2026-06-28 04:55 UTCEPSS rescore
  16. 2026-06-27 07:34 UTCOSV refresh
  17. 2026-06-27 03:07 UTCEPSS rescore
  18. 2026-06-27 03:07 UTCEPSS rescore
  19. 2026-06-25 13:48 UTCEPSS rescore
  20. 2026-06-25 13:48 UTCEPSS rescore
  21. 2026-06-24 14:04 UTCEPSS rescore
  22. 2026-06-24 14:04 UTCEPSS rescore
  23. 2026-06-23 21:31 UTCEPSS rescore
  24. 2026-06-23 21:31 UTCEPSS rescore
  25. 2026-06-22 14:24 UTCEPSS rescore
Show 60 more
  1. 2026-06-22 14:24 UTCEPSS rescore
  2. 2026-06-21 14:55 UTCEPSS rescore
  3. 2026-06-21 14:55 UTCEPSS rescore
  4. 2026-06-21 01:58 UTCEPSS rescore
  5. 2026-06-21 01:58 UTCEPSS rescore
  6. 2026-06-19 19:24 UTCEPSS rescore
  7. 2026-06-19 19:24 UTCEPSS rescore
  8. 2026-06-18 17:51 UTCEPSS rescore
  9. 2026-06-17 17:51 UTCEPSS rescore
  10. 2026-06-17 17:51 UTCEPSS rescore
  11. 2026-06-16 17:51 UTCEPSS rescore
  12. 2026-06-16 17:51 UTCEPSS rescore
  13. 2026-06-15 17:47 UTCEPSS rescore
  14. 2026-06-15 17:47 UTCEPSS rescore
  15. 2026-06-14 23:16 UTCEPSS rescore
  16. 2026-06-13 22:59 UTCEPSS rescore
  17. 2026-06-13 22:59 UTCEPSS rescore
  18. 2026-06-12 23:10 UTCEPSS rescore
  19. 2026-06-12 23:10 UTCEPSS rescore
  20. 2026-06-11 13:59 UTCEPSS rescore
  21. 2026-06-11 13:59 UTCEPSS rescore
  22. 2026-06-10 22:17 UTCEPSS rescore
  23. 2026-06-10 13:21 UTCEPSS rescore
  24. 2026-06-10 13:21 UTCEPSS rescore
  25. 2026-06-09 18:17 UTCOSV refresh
  26. 2026-06-08 14:16 UTCEPSS rescore
  27. 2026-06-08 14:16 UTCEPSS rescore
  28. 2026-06-07 15:23 UTCEPSS rescore
  29. 2026-06-07 15:23 UTCEPSS rescore
  30. 2026-06-06 13:46 UTCEPSS rescore
  31. 2026-06-06 13:46 UTCEPSS rescore
  32. 2026-06-05 22:46 UTCEPSS rescore
  33. 2026-06-05 22:46 UTCEPSS rescore
  34. 2026-06-05 06:09 UTCEPSS rescore
  35. 2026-06-05 06:09 UTCEPSS rescore
  36. 2026-06-04 13:11 UTCEPSS rescore
  37. 2026-06-04 13:11 UTCEPSS rescore
  38. 2026-06-02 20:12 UTCEPSS rescore
  39. 2026-06-02 20:12 UTCEPSS rescore
  40. 2026-06-02 20:12 UTCEPSS rescore
  41. 2026-06-01 13:51 UTCEPSS rescore
  42. 2026-06-01 13:51 UTCEPSS rescore
  43. 2026-05-31 22:30 UTCEPSS rescore
  44. 2026-05-31 22:29 UTCEPSS rescore
  45. 2026-05-31 22:29 UTCEPSS rescore
  46. 2026-05-31 00:15 UTCEPSS rescore
  47. 2026-05-31 00:15 UTCEPSS rescore
  48. 2026-05-29 13:43 UTCEPSS rescore
  49. 2026-05-29 13:43 UTCEPSS rescore
  50. 2026-05-28 13:43 UTCEPSS rescore
  51. 2026-05-28 13:43 UTCEPSS rescore
  52. 2026-05-27 13:39 UTCEPSS rescore
  53. 2026-05-26 13:43 UTCEPSS rescore
  54. 2026-05-26 13:43 UTCEPSS rescore
  55. 2026-05-26 07:18 UTCEPSS rescore
  56. 2026-05-26 07:18 UTCEPSS rescore
  57. 2026-05-26 07:18 UTCEPSS rescore
  58. 2026-05-24 16:52 UTCEPSS rescore
  59. 2026-05-24 16:01 UTCEG score recompute
  60. 2026-05-24 16:01 UTCVendor advisory

Frequently asked(5)

What is CVE-2023-39325?
CVE-2023-39325 is a high vulnerability published on October 11, 2023. 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…
When was CVE-2023-39325 disclosed?
CVE-2023-39325 was first published in the National Vulnerability Database on October 11, 2023, with the most recent update on November 21, 2024. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2023-39325 actively exploited?
CVE-2023-39325 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 88.7% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2023-39325?
CVE-2023-39325 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2023-39325?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2023-39325, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2023-39325

Explore →

Is Your Infrastructure Affected by CVE-2023-39325?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.