AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-12866

CRITICAL · CVSS 9.8 EPSS 0.50% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-06-23 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. It affects Java. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-12866
Severity
CRITICAL
CVSS
9.8
EPSS
0.50%
Java

Original NVD Description

All versions of the package expr-eval are vulnerable to Code Execution via the toJSFunction() API. An attacker can execute arbitrary JavaScript by supplying crafted expressions that are compiled into native code using new Function(). Because user-controlled expressions are transformed directly into executable JavaScript, attackers can escape the intended expression sandbox and run arbitrary code within the application's context.