Skip to main content

Blinko CVE-2026-23484

| EUVDEUVD-2026-14538 MEDIUM
Path Traversal (CWE-22)
2026-03-23 GitHub_M
6.5
CVSS 3.1 · GitHub Advisory
Share

Severity by source

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

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

Lifecycle Timeline

3
EUVD ID Assigned
Mar 23, 2026 - 20:45 euvd
EUVD-2026-14538
Analysis Generated
Mar 23, 2026 - 20:45 vuln.today
CVE Published
Mar 23, 2026 - 20:31 nvd
MEDIUM 6.5

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

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-23483 MEDIUM POC
5.3 Mar 23

Blinko versions 1.8.3 and earlier contain a path traversal vulnerability in the plugin file server endpoint that fails t

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-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

CVE-2026-23484 vulnerability details – vuln.today

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