Skip to main content

Blinko EUVDEUVD-2026-14535

| CVE-2026-23483 MEDIUM
Path Traversal (CWE-22)
2026-03-23 GitHub_M
5.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
5.3 MEDIUM
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

3
EUVD ID Assigned
Mar 23, 2026 - 20:45 euvd
EUVD-2026-14535
Analysis Generated
Mar 23, 2026 - 20:45 vuln.today
CVE Published
Mar 23, 2026 - 20:28 nvd
MEDIUM 5.3

DescriptionGitHub 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).

More in Blinko

View all
CVE-2026-23482 HIGH POC
7.5 Mar 23

Blinko, an AI-powered card note-taking application, contains a path traversal vulnerability in its file server endpoint

CVE-2026-23486 MEDIUM POC
5.3 Mar 23

A publicly accessible endpoint in Blinko prior to version 1.8.4 discloses sensitive user information including usernames

CVE-2026-23480 HIGH
8.8 Mar 23

Blinko versions prior to 1.8.4 contain a critical privilege escalation vulnerability in the upsertUser endpoint that all

CVE-2026-85607 HIGH
8.7 Sep 04

Insecure Direct Object Reference (IDOR) in Blinko 1.8.7 allows any authenticated user to read, modify, and delete AI cha

CVE-2026-23882 HIGH
7.2 Mar 23

Blinko versions prior to 1.8.4 allow authenticated high-privilege users to execute arbitrary commands through the MCP se

CVE-2026-85624 HIGH
7.1 Sep 04

Cross-user private note disclosure in Blinko 1.8.7 allows any authenticated user to read other users' private notes, att

CVE-2026-23487 MEDIUM
6.5 Mar 23

An Insecure Direct Object Reference (IDOR) vulnerability in Blinko versions prior to 1.8.4 allows authenticated attacker

CVE-2026-23484 MEDIUM
6.5 Mar 23

Blinko versions 1.8.3 and earlier allow authenticated users to write arbitrary files to the filesystem through an unvali

CVE-2026-23481 MEDIUM
6.5 Mar 23

Blinko, an AI-powered card note-taking application, contains an authenticated arbitrary file write vulnerability in the

CVE-2026-23485 MEDIUM
5.3 Mar 23

Blinko, an AI-powered card note-taking application, contains a path traversal vulnerability in the filePath parameter th

CVE-2026-23488 MEDIUM
5.3 Mar 23

Blinko, an AI-powered card note-taking application, contains an authentication bypass vulnerability in its comment manag

Share

EUVD-2026-14535 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy