CVE-2026-0755: Insecure Cmd Quoting Or Unsafe File Ref

Detected conditional quoting logic for Windows cmd.exe arguments or manual string wrapping for `@file` tokens without prompt path validation. Escaping arguments ONLY if they contain whitespace allows OS command injection via unescaped metacharacters (e.g. `&`, `|`). Manual quote wrapping of `@`-prefixed prompts risks bypassing proper boundary validation and

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0TS
greprules fetch cve-2026-0755-insecure-cmd-quoting-or-unsafe-file-ref --engine opengrep

Description

Detected conditional quoting logic for Windows cmd.exe arguments or manual string wrapping for `@file` tokens without prompt path validation. Escaping arguments ONLY if they contain whitespace allows OS command injection via unescaped metacharacters (e.g. `&`, `|`). Manual quote wrapping of `@`-prefixed prompts risks bypassing proper boundary validation and