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 filePath parameter accepts path traversal sequences, allowing enumeration of file existence on the server via different error responses. This issue has been patched in version 1.8.4.
AnalysisAI
Blinko, an AI-powered card note-taking application, contains a path traversal vulnerability in the filePath parameter that allows unauthenticated remote attackers to enumerate file existence on the server through differential error responses. Versions prior to 1.8.4 are affected, and an attacker can leverage this vulnerability to discover sensitive files and directories without authentication or user interaction. The vulnerability has been patched in version 1.8.4, and exploit code or proof-of-concept demonstrations are available via the GitHub security advisory.
Technical ContextAI
The vulnerability stems from improper input validation of the filePath parameter, which fails to sanitize path traversal sequences such as '../' before processing file operations. This is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) and represents a common weakness in web applications that accept user-supplied file paths without adequate canonicalization or validation. Blinko (cpe:2.3:a:blinkospace:blinko:*:*:*:*:*:*:*:*) implements file-based operations as part of its note-taking functionality, and the application fails to restrict access to files within intended directories. The error response differentiation (such as 'file not found' versus 'permission denied' versus 'access error') allows attackers to infer file system structure without actually reading file contents, making this a reconnaissance vulnerability with high confidence in enumeration results.
RemediationAI
Upgrade Blinko to version 1.8.4 or later immediately by downloading the patched release from https://github.com/blinkospace/blinko/releases/tag/1.8.4. The fix is available in commit 9d6fa80a3e11a99886f90e048657443335fd3e7d and has been verified through the official GitHub Security Advisory at https://github.com/blinkospace/blinko/security/advisories/GHSA-5x64-pmfq-pw7q. If immediate patching is not feasible, restrict network access to the Blinko service via firewall rules or reverse proxy configuration, limit exposure to trusted internal networks only, and disable public internet access until patching is completed. Monitor application logs for suspicious filePath parameter usage patterns that may indicate reconnaissance attempts.
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 an authentication bypass vulnerability in its comment manag
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14539