Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
6DescriptionGitHub Advisory
Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, the MCP (Model Context Protocol) server creation function allows specifying arbitrary commands and arguments, which are executed when testing the connection. This issue has been patched in version 1.8.4.
AnalysisAI
Blinko versions prior to 1.8.4 allow authenticated high-privilege users to execute arbitrary commands through the MCP server creation function during connection testing, resulting in complete system compromise. An attacker with administrative credentials can inject malicious commands that execute with application privileges, achieving remote code execution. No patch is currently available for affected deployments.
Technical ContextAI
This vulnerability affects Blinko (cpe:2.3:a:blinkospace:blinko:*:*:*:*:*:*:*:*), specifically the Model Context Protocol (MCP) server creation functionality. The root cause is a classic command injection flaw (CWE-78), where external input used to construct operating system commands is not properly sanitized or validated. When administrators create or test MCP server connections, the application passes user-controlled command strings and arguments directly to system execution functions, allowing injection of arbitrary OS commands. The MCP server integration appears to be part of Blinko's AI functionality, where server configurations require command specification for initialization or health checks.
RemediationAI
Upgrade Blinko to version 1.8.4 or later, which contains a patch for this command injection vulnerability as documented in the release notes at https://github.com/blinkospace/blinko/releases/tag/1.8.4 and commit bef6b770743e87c630db2d00d7049dabd96bfe85. Organizations unable to immediately upgrade should restrict administrative access to the Blinko application, implement additional authentication controls for MCP server creation functions, and monitor system logs for suspicious command execution patterns. Network segmentation should be enforced to limit potential impact if administrative credentials are compromised and command injection is achieved.
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
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-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14545