Vulnerability 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 Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-16022?
CVE-2026-16022 is a vulnerability with a CVSS score of 7.8 (HIGH). @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...
How severe is CVE-2026-16022?
CVE-2026-16022 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-16022?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.