CVE-2026-30311

Ridvay Code's command auto-approval module contains a critical OS command injection vulnerability that renders its whitelist security mechanism completely ineffective. The system relies on fragile regular expressions to parse command structures; while it attempts to intercept dangerous operations, it fails to account for standard Shell command substitution Ridvay Code (specifically$(...)and backticks ...). An attacker can construct a command such as git log --grep="$(malicious_command)", forcing Syntx to misidentify it as a safe git operation and automatically approve it. The underlying Shell prioritizes the execution of the malicious code injected within the arguments, resulting in Remote Code Execution without any user interaction.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:ridvay:auto-approval_module:*:*:*:*:*:*:*:*

History

03 Apr 2026, 15:54

Type Values Removed Values Added
First Time Ridvay auto-approval Module
Ridvay
CPE cpe:2.3:a:ridvay:auto-approval_module:*:*:*:*:*:*:*:*
References () https://github.com/Secsys-FDU/LLM-Tool-Calling-CVEs/issues/8 - () https://github.com/Secsys-FDU/LLM-Tool-Calling-CVEs/issues/8 - Third Party Advisory
References () https://ridvay.com/ - () https://ridvay.com/ - Product

01 Apr 2026, 19:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8
CWE CWE-78

31 Mar 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-31 15:16

Updated : 2026-04-03 15:54


NVD link : CVE-2026-30311

Mitre link : CVE-2026-30311

CVE.ORG link : CVE-2026-30311


JSON object : View

Products Affected

ridvay

  • auto-approval_module
CWE
CWE-78

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