SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-41507

CRITICAL · CVSS 9.8 EPSS 0.39% Public Exploit

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

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. 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.

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

CVE
CVE-2026-41507
Severity
CRITICAL
CVSS
9.8
EPSS
0.39%

Original NVD Description

math-codegen generates code from mathematical expressions. Prior to version 0.4.3, string literal content passed to cg.parse() is injected verbatim into a new Function() body without sanitization. This allows an attacker to execute arbitrary system commands when user-controlled input reaches the parser. Any application exposing a math evaluation endpoint where user input flows into cg.parse() is vulnerable to full RCE. This issue has been patched in version 0.4.3.