<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Perspective - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/perspective/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 04 Aug 2026 15:44:15 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/perspective/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unauthenticated Remote Code Execution in Perspective 5.0.0</title><link>https://feed.craftedsignal.io/briefs/2026-08-perspective-rce/</link><pubDate>Tue, 04 Aug 2026 15:44:15 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-perspective-rce/</guid><description>Perspective version 5.0.0 is vulnerable to unauthenticated remote code execution via unsafe Python eval() calls within the PolarsVirtualServer backend triggered by crafted protobuf messages.</description><content:encoded><![CDATA[<p>Perspective version 5.0.0 contains a critical remote code execution vulnerability (CVE-2026-67195) located within its PolarsVirtualServer backend component. The vulnerability originates from the unsafe handling of client-supplied expression strings, which are passed directly to Python's eval() function. Although the application attempts to restrict the environment by clearing <strong>builtins</strong>, this mechanism is insufficient as it does not prevent object attribute traversal. An attacker can leverage this limitation to traverse the interpreter's loaded class hierarchy, eventually accessing subprocess.Popen to execute arbitrary operating system commands. This flaw is reachable by unauthenticated attackers who can deliver specially crafted TableValidateExprReq or TableMakeViewReq protobuf messages to the service. Given that Perspective is often deployed in data-intensive environments, successful exploitation allows an attacker to gain full control over the host process and the underlying system.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability results in unauthenticated remote code execution with the privileges of the Perspective host process. This can lead to full system compromise, data exfiltration, or the deployment of further post-exploitation payloads. All instances of Perspective 5.0.0 are considered high-risk until patched.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Identify all deployments of Perspective 5.0.0 in the environment and verify if they are internet-facing.</li>
<li>Implement network-level access controls to restrict access to the PolarsVirtualServer service to trusted management segments only.</li>
<li>Prioritize upgrading Perspective to a patched version once provided by the vendor.</li>
<li>Monitor server logs for incoming traffic containing protobuf serialization patterns associated with TableValidateExprReq or TableMakeViewReq types if application-level inspection is available.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>cve-2026-67195</category><category>perspective</category><category>denial-of-service</category><category>vulnerability</category><category>CVE-2026-67198</category></item></channel></rss>