CVE-2026-42076 PUBLISHED

Evolver: Command Injection via `execSync` in `_extractLLM()` function allows Remote Code Execution

Assigner: GitHub_M
Reserved: 23.04.2026 Published: 04.05.2026 Updated: 04.05.2026

Evolver is a GEP-powered self-evolving engine for AI agents. Prior to version 1.69.3, 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. This issue has been patched in version 1.69.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor EvoMap
Product evolver
Versions
  • Version < 1.69.3 is affected

References

Problem Types

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE