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, a publicly accessible endpoint exposes all user information, including usernames, roles, and account creation dates. This issue has been patched in version 1.8.4.
AnalysisAI
A publicly accessible endpoint in Blinko prior to version 1.8.4 discloses sensitive user information including usernames, roles, and account creation dates without requiring authentication, allowing unauthenticated attackers to enumerate all user accounts. This information disclosure vulnerability (CWE-200) affects Blinko versions below 1.8.4 and has been patched in the latest release. The vulnerability is remotely exploitable over the network with minimal attack complexity and no privilege requirements, making it a significant privacy and enumeration risk for deployed instances.
Technical ContextAI
Blinko is an AI-powered card note-taking application built as a web service with user account management and role-based access control. The vulnerability stems from inadequate access controls on an API endpoint (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor), where user data is returned without proper authentication or authorization checks. The affected component is identified via CPE as cpe:2.3:a:blinkospace:blinko:*:*:*:*:*:*:*:* for all versions prior to 1.8.4. The root cause is a failure to implement proper authentication middleware or endpoint-level access controls, allowing the application to leak user metadata that should be restricted to authenticated and authorized users only.
RemediationAI
Immediately upgrade Blinko to version 1.8.4 or later, which includes the security patch. The specific remediation commit is available at https://github.com/blinkospace/blinko/commit/ec1e3e20384b620b8bf928fe80b4d8546757b419. For environments unable to patch immediately, implement network-level access controls by restricting HTTP access to the vulnerable endpoint to trusted IP ranges only, or place the Blinko instance behind an authentication proxy that requires valid credentials before allowing any requests. Additionally, audit server logs to determine if the endpoint has been accessed by unauthorized parties and monitor for any suspicious user enumeration activity. Once patching is feasible, apply version 1.8.4 or later and verify the patch via the referenced security advisory at https://github.com/blinkospace/blinko/security/advisories/GHSA-446p-2xf5-frxf.
Blinko, an AI-powered card note-taking application, contains a path traversal vulnerability in its file server endpoint
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
Blinko, an AI-powered card note-taking application, contains an authentication bypass vulnerability in its comment manag
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14541