CVE Catalog

CVE-2026-16022

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.48%

39th percentile - higher than 39% of all known CVEs

Summary

In @oblique/cli 15.4.0, an OS command injection vulnerability exists in the project creation functionality. The project name is concatenated into a shell command without proper neutralization, allowing execution of additional commands.

Risk Assessment

An attacker can trick a user into running the CLI with a malicious project name, leading to arbitrary command execution in the user's context.

Recommendation

Update @oblique/cli to a patched version or avoid passing untrusted project names to the CLI.

Related vulnerabilities

Original NVD description (English source)

@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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS