Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, the /api/v1/comment/create endpoint has an unauthorized access vulnerability, allowing attackers to post comments on any note (including private notes) without authorization, even if the note has not been publicly shared. The /api/v1/comment/list endpoint has the same issue, allowing unauthorized viewing of comments on all notes. This issue has been patched in version 1.8.4.
AnalysisAI
Blinko, an AI-powered card note-taking application, contains an authentication bypass vulnerability in its comment management endpoints that allows unauthenticated attackers to create and view comments on any note, including private notes that have not been publicly shared. Versions prior to 1.8.4 are vulnerable, and a patch has been released and is available via the official GitHub repository. The vulnerability has a CVSS 4.0 score of 6.9 with a network attack vector requiring no privileges or user interaction, making it trivial to exploit.
Technical ContextAI
The vulnerability exists in two API endpoints of the Blinko application (cpe:2.3:a:blinkospace:blinko:*:*:*:*:*:*:*:*): the /api/v1/comment/create and /api/v1/comment/list endpoints. These endpoints fail to properly enforce access control checks before processing requests, resulting in a CWE-639 (Authorization Bypass Through User-Controlled Key) vulnerability. The root cause is insufficient authorization validation; the application does not verify that the authenticated user (or lack thereof) has permission to interact with comments on a given note before returning data or creating new records. This is a classic broken access control issue where the API trusts client requests without server-side authorization checks.
RemediationAI
Upgrade Blinko immediately to version 1.8.4 or later, which contains the authorization bypass fixes. The patch commit (4623dd02bdeed768ffa6fea4cc2f8644cbb08c5e) is available in the repository and can be verified via https://github.com/blinkospace/blinko/commit/4623dd02bdeed768ffa6fea4cc2f8644cbb08c5e. If an immediate upgrade is not feasible, restrict network access to the Blinko API endpoints to trusted internal networks only and consider implementing a reverse proxy with request authentication enforcement. Additionally, audit logs for the /api/v1/comment/create and /api/v1/comment/list endpoints in affected versions to identify any unauthorized comment activity that may have occurred.
Blinko, an AI-powered card note-taking application, contains a path traversal vulnerability in its file server endpoint
A publicly accessible endpoint in Blinko prior to version 1.8.4 discloses sensitive user information including usernames
Blinko versions 1.8.3 and earlier contain a path traversal vulnerability in the plugin file server endpoint that fails t
Blinko versions prior to 1.8.4 contain a critical privilege escalation vulnerability in the upsertUser endpoint that all
Insecure Direct Object Reference (IDOR) in Blinko 1.8.7 allows any authenticated user to read, modify, and delete AI cha
Blinko versions prior to 1.8.4 allow authenticated high-privilege users to execute arbitrary commands through the MCP se
Cross-user private note disclosure in Blinko 1.8.7 allows any authenticated user to read other users' private notes, att
An Insecure Direct Object Reference (IDOR) vulnerability in Blinko versions prior to 1.8.4 allows authenticated attacker
Blinko versions 1.8.3 and earlier allow authenticated users to write arbitrary files to the filesystem through an unvali
Blinko, an AI-powered card note-taking application, contains an authenticated arbitrary file write vulnerability in the
Blinko, an AI-powered card note-taking application, contains a path traversal vulnerability in the filePath parameter th
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14544