Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-pm4m-ph32-ghv5 | js-yaml: Exponential parsing time in flow collections leads to denial of service |
Thu, 13 Aug 2026 18:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. In src/parser/parser.ts, readFlowCollection uses restoreState and calls parseNode a second time when a flow-sequence entry is recognized as a key: value pair. If the key is a nested flow sequence of the same shape, every level is parsed twice, causing O(2^n) work and allowing an input under 200 bytes to keep one CPU busy for minutes, block the Node.js event loop, and stall the process. No anchors, aliases, merges, tags, or nondefault options are required. This issue is fixed in version 5.2.2. | |
| Title | js-yaml: Exponential parsing time in the flow collections leads to denial of service | |
| Weaknesses | CWE-407 | |
| References |
| |
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-13T17:47:30.404Z
Reserved: 2026-08-13T14:04:09.603Z
Link: CVE-2026-73643
No data.
Status : Received
Published: 2026-08-13T18:18:19.947
Modified: 2026-08-13T18:18:19.947
Link: CVE-2026-73643
No data.
OpenCVE Enrichment
No data.
-
CWE-407
Inefficient Algorithmic Complexity
Github GHSA