CVE-2026-16022

@oblique/cli 15.4.0 contains an OS command injection vulnerability in the project creation functionality. The CLI constructs shell commands through string concatenation and executes them with execSync(). A user-controlled project-name argument is inserted into the shell command without proper neutralization, allowing shell metacharacters to execute additional operating-system commands when the CLI is invoked with a crafted project name.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 13:20

Updated : 2026-08-26 16:39


NVD link : CVE-2026-16022

Mitre link : CVE-2026-16022

CVE.ORG link : CVE-2026-16022


JSON object : View

Products Affected

No product.

CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')