<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cypht - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/cypht/</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, 01 Sep 2026 23:09:14 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/cypht/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>PHP Object Injection in Cypht</title><link>https://feed.craftedsignal.io/briefs/2026-09-cypht-rce/</link><pubDate>Tue, 01 Sep 2026 23:09:14 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cypht-rce/</guid><description>Cypht versions before 2.12.2 contain a PHP object injection vulnerability in the logout handler, allowing authenticated attackers to achieve remote code execution via serialized payloads.</description><content:encoded><![CDATA[<p>Cypht versions prior to 2.12.2 are vulnerable to a PHP object injection flaw. The vulnerability resides in the application's logout handler, specifically within the processing of the 'back_query' GET parameter. An authenticated attacker can supply a malicious, base64-encoded serialized PHP object graph. The application decodes and passes this input directly to the PHP unserialize() function without implementing an allow-list, signature verification, or proper type restrictions. This lack of validation allows attackers to trigger gadget-chain exploitation, resulting in remote code execution (RCE) with the privileges of the web server process. Defenders should prioritize patching affected Cypht instances to version 2.12.2 or later to mitigate this risk.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an authenticated attacker to execute arbitrary system commands on the underlying host, leading to full compromise of the web server, potential lateral movement within the network, and exfiltration of sensitive application data.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade all Cypht instances to version 2.12.2 or later immediately to patch CVE-2026-71981.</li>
<li>Monitor web server access logs for anomalous requests to the logout handler containing base64-encoded strings within the 'back_query' parameter.</li>
<li>Implement strict request validation for all parameters passed to deserialization functions within the environment.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>php</category><category>rce</category></item></channel></rss>