Trilium Notes Authentication Bypass (CVE-2026-39310) Exposes Data
The National Vulnerability Database reports a critical authentication bypass vulnerability, CVE-2026-39310, affecting Trilium Notes versions 0.102.1 and prior. Specifically, the Clipper API in Trilium Desktop (v0.101.3), when running in an Electron environment, explicitly disables authentication middleware. This exposes sensitive endpoints, such as /api/clipper/notes, without requiring a password, API token, or CSRF protection.
This flaw allows an attacker on a shared network—think corporate LANs or public Wi-Fi—to scan for open high-range ports, often used by Trilium (e.g., 37840). An unauthenticated request to the Clipper handshake endpoint, which also bypasses authentication, confirms a vulnerable Trilium instance. This directly facilitates unauthorized data access, opens avenues for phishing attacks, and can lead to local system compromise. The National Vulnerability Database assigns this a CVSS score of 8.6 (HIGH).
Trilium Notes has addressed this issue in version 0.102.2. Defenders must prioritize patching to mitigate this significant risk. The attacker’s calculus here is straightforward: exploit an explicit design flaw that removes security controls in a specific environment, turning a local network into an open door for data exfiltration and further compromise.
What This Means For You
- If your organization uses Trilium Notes, especially in shared network environments, you are exposed. Check immediately if you are running Trilium Notes version 0.102.1 or prior. Patch to version 0.102.2 without delay. This isn't a complex exploit; it's a direct authentication bypass that attackers can leverage with basic network scanning.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-39310 - Trilium Notes Unauthenticated Clipper API Access
title: CVE-2026-39310 - Trilium Notes Unauthenticated Clipper API Access
id: scw-2026-05-20-ai-1
status: experimental
level: critical
description: |
Detects unauthenticated access to the Trilium Notes Clipper API endpoint '/api/clipper/notes'. This specific path is exposed due to CVE-2026-39310 in versions prior to 0.102.2 when running in an Electron environment, allowing attackers to bypass authentication and access sensitive data.
author: SCW Feed Engine (AI-generated)
date: 2026-05-20
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-39310/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri:
- '/api/clipper/notes'
cs-method:
- 'GET'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-39310 | Auth Bypass | Trilium Notes versions 0.102.1 and prior |
| CVE-2026-39310 | Auth Bypass | Trilium Desktop v0.101.3 |
| CVE-2026-39310 | Auth Bypass | Clipper API in Electron environment |
| CVE-2026-39310 | Auth Bypass | Exposed endpoint /api/clipper/notes without authentication |
| CVE-2026-39310 | Information Disclosure | Clipper handshake endpoint revealing application name and protocol version |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 23:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.