CVE-2026-72923

HIGHPre-NVD 7.57.5—
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 1.2%, top 33% 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, secondary
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 7.5Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In Microsoft.OpenApi.YamlReader from 2.0.0-preview.11 until 2.12.0 and from 3.0.0 until 3.10.0, and in Microsoft.OpenApi.Readers prior to 1.6.30, a small YAML OpenAPI document containing nested anchors and aliases can cause uncontrolled resource consumption when parsed through the public YAML reader APIs. YAML is parsed through SharpYaml, which represents aliases as shared nodes in a directed acyclic graph, so the parsed YAML graph stays small, but converting that graph to System.Text.Json.Nodes.JsonNode requires every alias to be materialized as an independent node because a JsonNode cannot be attached to multiple parents. Without a bound on that conversion work, a document with N nested anchors each referenced k times can require k^N materialized JSON nodes, leading to excessive memory allocation and process termination through out-of-memory conditions, a billion laughs style denial of service. The patched versions bound the YAML-to-JSON conversion by node count and nesting depth and report an OpenApiDiagnostic error instead of expanding without limit. This vulnerability is fixed in Microsoft.OpenApi.YamlReader 2.12.0 and 3.10.0, and Microsoft.OpenApi.Readers 1.6.30.

CVSS v3
7.5
EG Score
7.5(medium)
EG Risk
49(Track)
EG Risk 49/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity75% × 45%
Exploitation1% × 40%
Automatability100% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
67%
KEV
Not listed

Published

September 8, 2026

Last Modified

September 10, 2026

Advisory Details (1)

Auto-updated Sep 8, 2026
Patch available. Sources: github.
github Patch Available

Microsoft.OpenApi.YamlReader/Readers vulnerable to denial of service via YAML alias expansion · Advisory · microsoft/OpenAPI.NET · GitHub

https://github.com/microsoft/OpenAPI.NET/security/advisories/GHSA-7pxr-59rr-hqj2

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 11× in last 7d / 28× 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-09-24 22:22 UTCEG score recompute
  2. 2026-09-24 00:38 UTCEG score recompute
  3. 2026-09-23 17:54 UTCEPSS rescore
  4. 2026-09-22 16:03 UTCEG score recompute
  5. 2026-09-22 05:11 UTCEG score recompute
  6. 2026-09-21 21:09 UTCEPSS rescore
  7. 2026-09-21 07:26 UTCEG score recompute
  8. 2026-09-20 20:16 UTCEPSS rescore
  9. 2026-09-19 22:32 UTCEG score recompute
  10. 2026-09-19 00:35 UTCEG score recompute
  11. 2026-09-18 19:28 UTCEPSS rescore
  12. 2026-09-18 02:52 UTCEG score recompute
  13. 2026-09-16 18:17 UTCEG score recompute
  14. 2026-09-16 14:08 UTCEPSS rescore
  15. 2026-09-16 06:34 UTCEG score recompute
  16. 2026-09-16 05:15 UTCEPSS rescore
  17. 2026-09-15 08:46 UTCEG score recompute
  18. 2026-09-15 03:12 UTCEPSS rescore
  19. 2026-09-14 00:07 UTCEG score recompute
  20. 2026-09-12 15:32 UTCEG score recompute
  21. 2026-09-12 15:02 UTCEPSS rescore
  22. 2026-09-11 17:48 UTCEG score recompute
  23. 2026-09-11 14:53 UTCEPSS rescore
  24. 2026-09-10 14:44 UTCEG score recompute
  25. 2026-09-10 09:35 UTCEPSS rescore
Show 3 more
  1. 2026-09-08 19:17 UTCEG score recompute
  2. 2026-09-08 18:00 UTCEG score recompute
  3. 2026-09-08 17:25 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-72923?
CVE-2026-72923 is a high vulnerability published on September 8, 2026. In Microsoft.OpenApi.YamlReader from 2.0.0-preview.11 until 2.12.0 and from 3.0.0 until 3.10.0, and in Microsoft.OpenApi.Readers prior to 1.6.30, a small YAML OpenAPI document containing nested anchors and aliases can cause uncontrolled resource consumption when parsed through the public YAML…
When was CVE-2026-72923 disclosed?
CVE-2026-72923 was first published in the National Vulnerability Database on September 8, 2026, with the most recent update on September 10, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-72923 actively exploited?
CVE-2026-72923 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 33.2% of all scored CVEs.
What is the CVSS score of CVE-2026-72923?
CVE-2026-72923 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-72923?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-72923, 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

Explore the affected products and dependency analysis for CVE-2026-72923

Explore →

Is Your Infrastructure Affected by CVE-2026-72923?

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