<?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>Cinnamon - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/cinnamon/</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 17:25:23 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/cinnamon/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unauthenticated Remote Code Execution in kotaemon</title><link>https://feed.craftedsignal.io/briefs/2026-08-kotaemon-rce/</link><pubDate>Tue, 04 Aug 2026 17:25:23 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-kotaemon-rce/</guid><description>An insecure deserialization vulnerability (CVE-2026-69098) in the kotaemon check_connection endpoint allows unauthenticated attackers to achieve remote code execution by injecting malicious __type__ fields.</description><content:encoded><![CDATA[<p>Cinnamon kotaemon versions through 0.12.0 contain a critical insecure deserialization vulnerability identified as CVE-2026-69098. The vulnerability exists within the application's 'check_connection' endpoint, which fails to properly sanitize user-supplied input when deserializing YAML or JSON data. By crafting a specific payload containing a '<strong>type</strong>' field, an unauthenticated remote attacker can instruct the application to instantiate arbitrary Python classes.</p>
<p>The exploit allows an attacker to manipulate this type-instantiation mechanism to trigger 'subprocess.check_output' with attacker-supplied arguments. This results in the execution of arbitrary commands with the privileges of the underlying application process. Because the endpoint does not require authentication, the attack vector is highly accessible to any network actor capable of reaching the service. Given the ease of exploitation and the severity of achieving remote code execution, this vulnerability poses a significant risk to any environment hosting kotaemon.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full remote code execution on the server running the kotaemon application. An attacker can execute arbitrary OS commands with the permissions of the user running the application process, potentially leading to total system compromise, data exfiltration, or lateral movement within the network.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the kotaemon application to a version beyond 0.12.0 immediately to mitigate CVE-2026-69098.</li>
<li>Implement network-level access control to restrict access to the 'check_connection' endpoint to authorized users or internal network segments only.</li>
<li>Audit application logs for suspicious POST requests directed at the '/check_connection' URI that contain unexpected JSON/YAML structures, particularly those utilizing '<strong>type</strong>' fields or shell-related commands.</li>
<li>Deploy webserver logging to monitor for unauthorized traffic patterns interacting with API endpoints.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>