CyberRota Analysis
AI-GeneratedThe 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.
Note: these links are listed for security research and verification purposes only.
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.