VYPR

Blinko

by Blinko

Source repositories

CVEs (10)

  • CVE-2026-23882Mar 23, 2026
    risk 0.00cvss epss 0.00

    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.

  • CVE-2026-23485Mar 23, 2026
    risk 0.00cvss epss 0.00

    Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, the filePath parameter accepts path traversal sequences, allowing enumeration of file existence on the server via different error responses. This issue has been patched in version 1.8.4.

  • CVE-2026-23488Mar 23, 2026
    risk 0.00cvss epss 0.00

    Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, the /api/v1/comment/create endpoint has an unauthorized access vulnerability, allowing attackers to post comments on any note (including private notes) without authorization, even if the note has not been…

  • CVE-2026-23487Mar 23, 2026
    risk 0.00cvss epss 0.00

    Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, there is an IDOR vulnerability where user.detail Endpoint Leaks the Superadmin Token. This issue has been patched in version 1.8.4.

  • CVE-2026-23486Mar 23, 2026
    risk 0.00cvss epss 0.01

    Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, a publicly accessible endpoint exposes all user information, including usernames, roles, and account creation dates. This issue has been patched in version 1.8.4.

  • CVE-2026-23480Mar 23, 2026
    risk 0.00cvss epss 0.00

    Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, there is a privilege escalation vulnerability. The upsertUser endpoint has 3 issues: it is missing superAdminAuthMiddleware, any logged-in user can call it; the originalPassword is an optional parameter…

  • CVE-2026-23481Mar 23, 2026
    risk 0.00cvss epss 0.00

    Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, there is an authenticated arbitrary file write vulnerability in saveAdditionalDevFile. This issue has been patched in version 1.8.4.

  • CVE-2026-23484Mar 23, 2026
    risk 0.00cvss epss 0.00

    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…

  • CVE-2026-23483Mar 23, 2026
    risk 0.00cvss epss 0.01

    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…

  • CVE-2026-23482Mar 23, 2026
    risk 0.00cvss epss 0.02

    Blinko is an AI-powered card note-taking project. Prior to version 1.8.4, the file server endpoint does not perform permission checks on the temp/ path and does not filter path traversal sequences, allowing unauthorized attackers to read arbitrary files on the server. When…