<?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>Blinko (1.8.7) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/blinko-1.8.7/</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, 04 Sep 2026 15:27:41 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/blinko-1.8.7/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>Blinko Authorization Bypass via Insecure Direct Object Reference</title><link>https://feed.craftedsignal.io/briefs/2026-09-blinko-idor/</link><pubDate>Fri, 04 Sep 2026 15:27:41 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-blinko-idor/</guid><description>Blinko version 1.8.7 is vulnerable to an IDOR flaw in multiple tRPC procedures, allowing authenticated users to access, modify, or delete the AI chat history of other users.</description><content:encoded><![CDATA[<p>Blinko version 1.8.7 contains an Insecure Direct Object Reference (IDOR) vulnerability within multiple tRPC procedures located in 'server/routerTrpc/message.ts' and 'server/routerTrpc/conversation.ts'. The affected procedures include message.list, message.update, message.delete, message.clearAfter, and conversation.clearMessages. While the application requires authentication to access these functions, the server fails to perform authorization checks to ensure the requested resource belongs to the authenticated user. By providing an arbitrary, enumerated conversation or message ID, an attacker can access the private AI chat history of any user on the system. This vulnerability enables unauthorized data exfiltration, the manipulation of sensitive conversation content, and the permanent destruction of user data through message or conversation deletion. Defenders should prioritize patching this vulnerability due to the potential for large-scale data compromise in multi-user Blinko environments.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows any authenticated user to read, modify, or delete the private AI chat history of other users. In a multi-user deployment, this leads to unauthorized information disclosure and loss of data integrity, with the risk of clearing entire chat databases through sequential ID enumeration.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize upgrading Blinko to the latest secure version addressing CVE-2026-85607. Monitor application-level logs for high-frequency tRPC request patterns where a single authenticated user session requests or deletes an abnormally high number of distinct conversation or message IDs within a short timeframe.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>