<?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>Cpe:2.3:a:cotonti:cotonti:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3acotonticotonti/</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>Fri, 18 Sep 2026 22:11:22 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3acotonticotonti/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>Insecure Deserialization in Cotonti Comments Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-cotonti-unserialize-rce/</link><pubDate>Fri, 18 Sep 2026 22:11:22 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cotonti-unserialize-rce/</guid><description>Cotonti version 1.0.0 contains an insecure deserialization vulnerability in the comments plugin allowing authenticated users to trigger object injection and potential remote code execution.</description><content:encoded><![CDATA[<p>Cotonti version 1.0.0 is affected by an insecure deserialization vulnerability within its comments plugin, specifically within the EditAction function. The application accepts a 'cb' parameter from the user, which is base64-decoded and passed directly to the PHP <code>unserialize()</code> function without implementing <code>allowed_classes</code> restrictions. This design flaw allows authenticated users who possess comment write permissions to inject and instantiate arbitrary PHP objects. If a suitable gadget chain exists within the application's codebase or dependencies, an attacker can leverage this primitive to achieve file write operations or remote code execution. This vulnerability represents a significant risk to the integrity and availability of the platform, as it permits authenticated low-privileged users to elevate their impact to server-side code execution.</p>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows for potential remote code execution and arbitrary file writes on servers running Cotonti 1.0.0. An attacker must have a registered account with comment write permissions to exploit this flaw. Successful exploitation can lead to a full system compromise, data exfiltration, or unauthorized modification of the website's backend infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Detection engineering teams should focus on identifying abnormal HTTP traffic patterns associated with the 'cb' parameter in comment-related requests.</p>
<ul>
<li>Monitor web server logs for requests to the comments plugin that contain base64-encoded strings within the 'cb' parameter.</li>
<li>Audit PHP code and dependencies for vulnerable classes or gadgets that could be combined with <code>unserialize()</code> to facilitate exploit chains.</li>
<li>Restrict application permissions where possible to limit the number of users capable of interacting with the vulnerable EditAction functionality.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>deserialization</category><category>vulnerability</category></item></channel></rss>