← Back to search

CVE-2026-16022

7.8 HIGHpublic exploit available

Published 2026-08-05 · Updated 2026-08-05

AI risk analysis

Summary
The flaw allows for OS command injection due to improper neutralization of user-controlled input in project creation, enabling execution of arbitrary commands.
Exploitability
Exploitation requires crafting a specific project name with shell metacharacters; moderate difficulty if the attacker can influence the project name input.
Blast radius
If exploited, this could lead to full system compromise and unauthorized command execution on the affected machine.
Prioritized remediation
Update @oblique/cli to version 15.4.1 or later which addresses this vulnerability.
rceos-command-injectionclivulnerability

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

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

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Weaknesses

CWE-78

Public exploit & PoC references

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.