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
3DescriptionGitHub Advisory
Blinko is an AI-powered card note-taking project. In versions from 1.8.3 and prior, the plugin file server endpoint uses join() to concatenate paths but does not verify if the final path is within the plugins directory, leading to path traversal. At time of publication, there are no publicly available patches.
AnalysisAI
Blinko versions 1.8.3 and earlier contain a path traversal vulnerability in the plugin file server endpoint that fails to validate whether requested file paths remain within the plugins directory, enabling unauthenticated remote attackers to read arbitrary files. The vulnerability has a CVSS score of 5.3 and currently lacks a publicly available patch.
Technical ContextAI
Blinko is an AI-powered card note-taking application (CPE: cpe:2.3:a:blinkospace:blinko:*:*:*:*:*:*:*:*) that includes a plugin file server endpoint. The vulnerability stems from improper path canonicalization in the path concatenation logic, which is a classic instance of CWE-22. The endpoint uses the join() function to combine user-supplied input with the base plugins directory path, but fails to perform post-join validation or canonicalization checks (such as realpath() or Path normalization) to ensure the resolved path remains within the intended plugins directory. This allows attackers to inject path traversal sequences like '../' to escape the plugins directory and access arbitrary files on the filesystem. The root cause reflects a common security antipattern where input validation occurs before normalization, allowing encoded or unusual traversal sequences to bypass checks.
RemediationAI
At the time of publication, no official patch is available from the vendor. The primary remediation is to monitor the GitHub Security Advisory (https://github.com/blinkospace/blinko/security/advisories/GHSA-54c7-9gxh-fg9v) for patch availability and upgrade immediately upon release. In the interim, implement network-level mitigations by restricting access to the Blinko instance using firewall rules or network segmentation to limit exposure to trusted internal networks only. Additionally, disable or restrict the plugin file server endpoint if it is not essential to operations, and consider running Blinko in an isolated environment with minimal filesystem permissions. Monitor filesystem access logs for suspicious activity patterns consistent with path traversal attempts (repeated '../' sequences in HTTP request logs).
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 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-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14535