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.
Published: 2026-09-04
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

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. This allows an attacker to read sensitive personal data that should remain confined to the note owner, violating confidentiality and privacy. The underlying weakness is an improper authorization flaw (CWE‑639) where access control checks are missing, enabling unauthorized data access.

Affected Systems

The affected product is blinko provided by blinkospace, specifically version 1.8.7. No other versions are listed as affected, and the issue does not appear in later releases. Users running that version on any platform that hosts the server should be aware.

Risk and Exploitability

The CVSS score of 7.1 categorises the vulnerability as high severity, reflecting the potential for significant information disclosure. No EPSS data is available, and the vulnerability is not currently listed in CISA’s KEV catalog, suggesting that no widespread exploitation has been observed yet. However, because the flaw requires only authentication, any legitimate user account could be abused to enumerate other users’ notes. The attack path involves an attacker with valid credentials sending requests to the noteReferenceList endpoint with fabricated note identifiers. Without patching or enforcing ownership checks, the attacker can recover any private note, its attachments, or tags belonging to other users.

Generated by OpenCVE AI on September 4, 2026 at 15:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade blinko to version 1.8.8 or later, which removes the noteReferenceList vulnerability.
  • If an upgrade cannot be performed immediately, modify the noteReferenceList handler to validate that the requesting user owns each note identifier before returning data, thereby restoring proper authorization.
  • Implement audit logging for note reference requests and review logs for anomalous enumeration patterns.
  • Regularly review role‑based access controls to ensure that only authorized users can call the noteReferenceList endpoint.

Generated by OpenCVE AI on September 4, 2026 at 15:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Blinkospace
Blinkospace blinko
Vendors & Products Blinkospace
Blinkospace blinko

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title Blinko 1.8.7 Cross-User Private Note Disclosure via noteReferenceList
First Time appeared Blinko
Blinko blinko
Weaknesses CWE-639
CPEs cpe:2.3:a:blinko:blinko:*:*:*:*:*:*:*:*
Vendors & Products Blinko
Blinko blinko
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 7.1, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T17:55:08.058Z

Reserved: 2026-09-04T11:03:33.316Z

Link: CVE-2026-85624

cve-icon Vulnrichment

Updated: 2026-09-04T17:55:03.886Z

cve-icon NVD

Status : Received

Published: 2026-09-04T15:17:42.737

Modified: 2026-09-04T18:18:05.000

Link: CVE-2026-85624

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T15:52:45Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key