CVE-2026-42076: Evolver: Command Injection via `execSync` in `_extractLLM()` function allows Remote Code Execution
(updated )
A command injection vulnerability in the _extractLLM() function allows attackers to execute arbitrary shell commands on the server. The function constructs a curl command using string concatenation and passes it to execSync() without proper sanitization, enabling remote code execution when the corpus parameter contains shell metacharacters.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-42076 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →