AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73411

MEDIUM · CVSS 6.3 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 in versions prior to 2.1.14 and 3.0.1, where improper escaping of the tilde character can lead to exposure of the home directory path and potential command manipulation. Attackers controlling input can exploit this flaw to disclose sensitive information or alter command execution locations. Developers and organizations using affected versions of Shescape should prioritize upgrading to the patched versions to mitigate these risks.

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-73411
Severity
MEDIUM
CVSS
6.3
EPSS
0.34%
Java

Original NVD Description

Shescape is a simple shell escape library for JavaScript. Prior to 2.1.14 and 3.0.1, getEscapeFunction in src/internal/unix/dash.js fails to escape ~ after : or = when applications use the escape or escapeAll APIs on Unix with shell set to dash, or with shell set to true when Dash is the default, and interpolate the result into an assignment prefixed to a command. An attacker who controls the input can supply a value such as :~ to disclose the home-directory path and may change the location on which the command operates. This issue is fixed in versions 2.1.14 and 3.0.1.