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
| Link | Resource |
|---|---|
| https://github.com/Secsys-FDU/LLM-Tool-Calling-CVEs/issues/8 | Third Party Advisory |
| https://ridvay.com/ | Product |
Configurations
History
03 Apr 2026, 15:57
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/Secsys-FDU/LLM-Tool-Calling-CVEs/issues/8 - Third Party Advisory | |
| References | () https://ridvay.com/ - Product | |
| First Time |
Ridvay auto-approval Module
Ridvay |
|
| CPE | cpe:2.3:a:ridvay:auto-approval_module:*:*:*:*:*:*:*:* |
01 Apr 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
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:57
NVD link : CVE-2026-30314
Mitre link : CVE-2026-30314
CVE.ORG link : CVE-2026-30314
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')
