CVE-2026-67195: Perspective 5.0.0 RCE via eval() Expression Injection
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-67195?
The severity of CVE-2026-67195 is rated as high, with a score of 8.8.
How do I fix CVE-2026-67195?
To fix CVE-2026-67195, update your TIBCO Perspective installation to a patched version that addresses this vulnerability.
Who is affected by CVE-2026-67195?
CVE-2026-67195 affects users of TIBCO Perspective version 5.0.0.
What type of vulnerability is CVE-2026-67195?
CVE-2026-67195 is a remote code execution (RCE) vulnerability.
What exploit does CVE-2026-67195 present?
CVE-2026-67195 allows unauthenticated attackers to execute arbitrary operating system commands through crafted expression strings.