Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Command execution gives full C/I/A impact, but as a library flaw exploitation depends on the host app routing untrusted input into the vulnerable option, so AC:H.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
ngrok v4.3.3 and 5.0.0-beta.2 is vulnerable to Command Injection.
AnalysisAI
Command injection in the ngrok Node.js package (npm) versions 4.3.3 and 5.0.0-beta.2 allows attackers to execute arbitrary OS commands on the host running the tunneling wrapper, achieving total loss of confidentiality, integrity, and availability (CVSS 8.8). The flaw stems from unsanitized input being passed to a shell when invoking the underlying ngrok binary. There is no public exploit identified as weaponized, though a reference gist appears to contain proof-of-concept material, and EPSS remains low at 0.21% with SSVC marking exploitation status as 'none'.
Technical ContextAI
The affected component is the popular 'ngrok' npm module - a Node.js wrapper that programmatically manages ngrok tunnels by shelling out to the native ngrok agent binary. CWE-77 (Improper Neutralization of Special Elements used in a Command) indicates that connection or configuration parameters (e.g., tunnel options, region, auth token, or binary path passed to the API) are concatenated into a shell command without sanitization, so shell metacharacters (;, |, `, $()) supplied through those parameters are interpreted by the operating system rather than treated as literal data. The CPE data is a placeholder ('cpe:2.3:a:n/a:n/a') and provides no additional product identification; the npmjs.com reference is the authoritative anchor confirming this is the JavaScript package rather than the standalone ngrok agent itself.
RemediationAI
No vendor-released fixed version is identified in the provided data at time of analysis, so the primary action is to review the npm advisory and package release notes on https://www.npmjs.com for the ngrok package and upgrade to a patched release once published; do not rely on the 5.0.0-beta.2 pre-release. As compensating controls until a fix is confirmed, never pass user- or attacker-controlled input into ngrok API options (tunnel names, region, addr, binary path, or auth strings) - hardcode or strictly allowlist these values, which removes the injection vector at the cost of losing dynamic per-request tunnel configuration. If dynamic values are unavoidable, validate them against a strict character allowlist (e.g., alphanumerics only) to reject shell metacharacters, and run the Node process under a low-privilege, sandboxed account to limit the blast radius of any successful injection. Consult the VulDB advisory (https://vuldb.com/vuln/364483) and NVD entry for updates.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-77 – Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209888
GHSA-qr28-p3wr-mxq3