On this page

CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')

Weakness Summary

The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval").

  • Canonical source: MITRE CWE-95 (opens in a new tab)
  • Published Atomicorp CVE observations: 10
  • Distinct affected products in those observations: 8
  • Active Atomicorp rules associated with this weakness: 17

Atomicorp Research Context

Atomicorp has published CVE-specific research observations associated with this weakness category. Each linked CVE page states whether the tested request was detected or blocked and is the authoritative customer-facing finding.

The CVEs and rules shown here are selected published examples, not a complete list of Atomicorp protections. If a CWE, CVE, or rule is absent from this page, no conclusion should be drawn about whether Atomicorp protects against that weakness or attack method.

A CWE describes a class of software weakness. It does not identify one exploit request, and association with a CWE does not mean that every vulnerability or exploitation path in that category is detected or blocked.

Selected Published CVE Observations

CVEVulnerabilityProductAtomicorp findingObserved rules
CVE-2024-21650XWiki < 4.10.20 - Remote code executionxwikiAttack Blocked by Atomicorp340130
CVE-2024-7954SPIP Porte Plume Plugin - Remote Code ExecutionSPIPAttack Blocked by Atomicorp340023 , 340128 , 344370 , 380018 , 390801
CVE-2025-24893XWiki Platform - Remote Code ExecutionxwikiAttack Blocked by Atomicorp340023 , 347009
CVE-2026-46562Yamcs: Remote Code Execution via Mission Database algorithm overrideyamcsAttack Blocked by Atomicorp340014 , 340023 , 340029 , 340193 , 344360 , 344361 , 344363 , 344364 , 344366 , 344370 , 347009 , 393655
CVE-2026-47391PraisonAI's unauthenticated A2A official example can reach real LLM-driven eval() tool executionPraisonAIAttack Blocked by Atomicorp340014 , 340023 , 340029 , 344360 , 344361 , 344363 , 344364 , 344366 , 344370 , 393655
CVE-2026-39932OpenEMR 8.2.0 Remote Code Execution via CategoryTree eval() InjectionopenemrAttack Blocked by Atomicorp340014 , 340029 , 340193 , 344360 , 344361 , 344363 , 344364 , 344366 , 344370 , 347009 , 393655
CVE-2025-31114Fooocus webui vulnerable to Remote Code ExecutionFooocusAttack Blocked by Atomicorp340014 , 340023 , 340029 , 344360 , 344361 , 344363 , 344364 , 344366 , 344370 , 393655
CVE-2026-61511vBulletin 6.x - Remote Code ExecutionvBulletinAttack Blocked by Atomicorp340014 , 340023 , 340029 , 340193 , 344360 , 344361 , 344363 , 344364 , 344366 , 344370 , 347009 , 360151 , 393655
CVE-2023-37462XWiki Platform - Remote Code ExecutionxwikiAttack Blocked by Atomicorp340130
CVE-2026-40187Authenticated RCE via Malicious eTemplate Upload in EGroupwareegroupwareAttack Blocked by Atomicorp340014 , 340023 , 340029 , 340193 , 344360 , 344361 , 344363 , 344364 , 344366 , 344370 , 347009 , 393655

Associated Atomicorp WAF Rules

RuleStatusBehavior
340014Activedisruptive (deny)
340023Activedisruptive (deny)
340029Activedisruptive (deny)
340128Activedisruptive (deny)
340130Activedisruptive (deny)
340193Activedisruptive (deny)
344360Activedisruptive (deny)
344361Activedisruptive (deny)
344363Activedisruptive (deny)
344364Activedisruptive (deny)
344366Activedisruptive (deny)
344370Activedisruptive (deny)
347009Activedisruptive (deny)
360151Activedisruptive (deny)
380018Activedisruptive (deny)
390801Activedisruptive (deny)
393655Activedisruptive (deny)

MITRE associates this CWE with the following attack-pattern entries. These taxonomy relationships are context, not Atomicorp coverage claims:

CAPEC-35 (opens in a new tab)