Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
3DescriptionGitHub Advisory
Blinko is an AI-powered card note-taking project. In versions from 1.8.3 and prior, the fileName parameter is not filtered, allowing path traversal to write files anywhere on the file system. Moreover, this interface only requires authProcedure (normal user), not superAdminAuthMiddleware. At time of publication, there are no publicly available patches.
AnalysisAI
Blinko versions 1.8.3 and earlier allow authenticated users to write arbitrary files to the filesystem through an unvalidated fileName parameter, exploiting a path traversal weakness. The vulnerability requires only basic user authentication and can be leveraged to place malicious files anywhere on the server, potentially leading to remote code execution or system compromise. No patch is currently available.
Technical ContextAI
Blinko is identified via CPE as cpe:2.3:a:blinkospace:blinko:*:*:*:*:*:*:*:*, a Node.js-based AI-powered note-taking application. The vulnerability stems from CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, aka 'Path Traversal'), which occurs when user-supplied input in the fileName parameter is not sanitized before being used in file system operations. The application likely uses this parameter directly in file write operations without stripping directory traversal sequences such as '../' or absolute path specifiers. The authentication bypass aspect—where the vulnerable endpoint only checks authProcedure rather than superAdminAuthMiddleware—indicates a second-order flaw in the authorization logic, allowing any authenticated user (even low-privileged ones) to trigger the path traversal vulnerability.
RemediationAI
At the time of this analysis, no official patch is available from the Blinko project. Organizations should monitor the GitHub Security Advisory at https://github.com/blinkospace/blinko/security/advisories/GHSA-7v3f-v6vf-jm9q for patch availability and upgrade immediately upon release. As an interim mitigation, restrict network access to Blinko instances to trusted IP ranges, enforce authentication with strong credentials, implement file system permissions to limit write access from the Blinko application process to only necessary directories, and consider deploying a Web Application Firewall (WAF) with rules to detect and block path traversal patterns (e.g., requests containing '../' or absolute paths in the fileName parameter). Do not rely solely on application-level controls; defense-in-depth approaches combining network segmentation, least-privilege file system permissions, and access logging are essential until a patch is released.
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, 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-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14538