AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-67195

HIGH · CVSS 8.8 EPSS 1.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-04 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability allows unauthenticated attackers to execute arbitrary operating system commands on the Perspective 5.0.0 backend by submitting specially crafted expression strings, which are processed using Python's eval() function with minimal restrictions. This remote code execution risk poses a significant threat, as it enables attackers to manipulate the host process and potentially gain control over the system. Organizations using Perspective 5.0.0 should prioritize immediate patching or mitigation efforts to safeguard against this high-severity vulnerability.

Public Exploit Signal

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

Detected Signals
exploit remote code execution code execution

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

CVE
CVE-2026-67195
Severity
HIGH
CVSS
8.8
EPSS
1.16%

Original NVD Description

Perspective 5.0.0 contains a remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary operating system commands by submitting crafted expression strings to the PolarsVirtualServer backend, which passes client-supplied input directly to Python's eval() with only __builtins__={} cleared. Attackers can exploit Python object attribute traversal through the interpreter's loaded class list to reach subprocess.Popen via a TableValidateExprReq or TableMakeViewReq protobuf message, achieving arbitrary command execution in the Perspective host process.