AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73413

HIGH · CVSS 8.7 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Shescape library for JavaScript, specifically versions 2.1.11 to 2.1.14 and 3.0.1, where a flaw in the flag-protection loop can lead to excessive CPU consumption when processing large untrusted inputs. This can result in a denial of service, impacting applications that rely on this library. Developers and organizations using affected versions should prioritize upgrading to versions 2.1.14 or 3.0.1 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73413
Severity
HIGH
CVSS
8.7
EPSS
0.34%
Java

Original NVD Description

Shescape is a simple shell escape library for JavaScript. From 2.1.11 until 2.1.14 and 3.0.1, the flag-protection loop in compose in src/internal/compose.js repeatedly joins and slices flag fragments when flagProtection is enabled, which is the default, making processing quadratic in input size across the escape, escapeAll, quote, and quoteAll APIs. An attacker who can supply a large untrusted input containing many flag fragments can consume CPU and cause denial of service. This issue is fixed in versions 2.1.14 and 3.0.1.