ZeroHour

CVE-2026-85624

niche

Cross-user private note disclosure (IDOR) in Blinko 1.8.7

CVSS 4.0
7.1 high
EPSS
<1%p33
Published
()
Modified
AI analysis

Blinko 1.8.7 is vulnerable to an authorization bypass (CWE-639) in its noteReferenceList procedure, which accepts note identifiers without verifying that the requesting user owns them. An authenticated attacker triggers the flaw by supplying note IDs belonging to other users and can enumerate the sequential IDs to systematically pull records. The attacker gains read access to the complete content of other users' private notes, including attachments and tags, with no confidentiality impact beyond data disclosure (CVSS 4.0 7.1, high). Any Blinko 1.8.7 deployment with multiple user accounts is affected; single-user self-hosted instances have minimal exposure. No public proof-of-concept, KEV listing, or known exploitation exists, and EPSS puts 30-day exploitation probability at just 0.4%.

What to do: Upgrade Blinko to the first release published after 1.8.7 that adds ownership verification in noteReferenceList as soon as it is available. Until patched, limit the number of user accounts per instance and avoid hosting untrusted users on the same deployment. Check application/API logs for authenticated accounts requesting sequential or foreign note IDs, which would indicate enumeration attempts.

Affected
Blinko (open-source project) Blinko1.8.7 (version confirmed in disclosure data; whether other versions are affected is not stated)
Estimated exposure
nichelikely hundreds to low thousands of self-hosted instances; precise count unknown — Blinko is a self-hosted open-source note-taking application distributed via GitHub/Docker with no centralized install telemetry, and projects of this profile typically see adoption concentrated among hobbyists and small teams, with…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Blinko 1.8.7 contains a cross-user private note disclosure vulnerability in the noteReferenceList procedure that performs no ownership verification on supplied note identifiers. Authenticated attackers can enumerate sequential note IDs and retrieve complete content of other users' private notes including attachments and tags.

Weakness
CWE-639
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.