Vulnerability Description
Blinko 1.8.7 contains an authorization bypass (IDOR) vulnerability in multiple tRPC procedures (message.list, message.update, message.delete, message.clearAfter in server/routerTrpc/message.ts and conversation.clearMessages in server/routerTrpc/conversation.ts). Although these procedures require authentication, they query the database by caller-supplied conversation or message ID without verifying that the resource belongs to the requesting account. Any authenticated user can therefore read another user's full AI chat history, modify individual message content, and delete or wipe entire conversations by enumerating sequential integer IDs.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/blinkospace/blinko
- https://github.com/blinkospace/blinko/blob/1.8.8/server/routerTrpc/conversation.
- https://github.com/blinkospace/blinko/blob/1.8.8/server/routerTrpc/message.ts
- https://github.com/blinkospace/blinko/issues/1218
- https://www.vulncheck.com/advisories/blinko-1.8.7-cross-user-ai-conversation-rea
- https://github.com/blinkospace/blinko/issues/1218
FAQ
What is CVE-2026-85607?
CVE-2026-85607 is a vulnerability with a CVSS score of 8.8 (HIGH). Blinko 1.8.7 contains an authorization bypass (IDOR) vulnerability in multiple tRPC procedures (message.list, message.update, message.delete, message.clearAfter in server/routerTrpc/message.ts and con...
How severe is CVE-2026-85607?
CVE-2026-85607 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-85607?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.