CVE-2026-72923
Last modified
CVE-2026-72923 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 1.20% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Microsoft | OpenApi.YamlReader | >= 2.0.0-preview.11, < 2.12.0; >= 3.0.0, < 3.10.0 |
| Microsoft | OpenApi.Readers | < 1.6.30 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-72923?
How severe is CVE-2026-72923?
How do I fix CVE-2026-72923?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72918Rocket.Chat is an open-source, secure, fully customizable co…5.4
- CVE-2026-72919Rocket.Chat is an open-source, secure, fully customizable co…4.3
- CVE-2026-7292A security vulnerability has been detected in o2oa up to 10.…5.6
- CVE-2026-72920SeaweedFS is a distributed storage system. Prior to 4.24, th…9.8
- CVE-2026-72921SeaweedFS is a distributed storage system. Prior to 4.24, th…8.1
- CVE-2026-72922AutoGPT is a workflow automation platform for creating, depl…8.2
- CVE-2026-72924GitHub CLI (gh) is GitHub's official command line tool. Vers…2.1
- CVE-2026-72925SWC is a TypeScript / JavaScript compiler written in Rust. P…6.1
- CVE-2026-72926Use after free in Windows Internet Connection Sharing (ICS) …7
- CVE-2026-72927Heap-based buffer overflow in Winsock allows an authorized a…7.8
- CVE-2026-72928Use after free in Windows DNS allows an authorized attacker …7.5
- CVE-2026-72929Improper validation of integrity check value in Windows Inst…7.8
Are you affected by CVE-2026-72923?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
