SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-69085

CRITICAL · CVSS 10 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-03 · Last synced 2026-09-02

CyberRota Analysis

AI-Generated

The vulnerability allows for SQL injection in the /api/filetree/searchDocs endpoint of SiYuan versions prior to 3.7.3, enabling attackers to manipulate SQL statements due to improper handling of user input. This flaw can be exploited by unauthenticated users or those with minimal permissions, allowing them to read and modify all cleartext database content. Organizations using affected versions should prioritize immediate remediation to prevent potential data breaches and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69085
Severity
CRITICAL
CVSS
10
EPSS
0.25%

Original NVD Description

SiYuan before v3.7.3 contains a SQL injection vulnerability in the /api/filetree/searchDocs endpoint, where the caller-supplied keyword parameter is concatenated directly into SQL statements with no escaping or parameter binding. The endpoint is reachable by a publish RoleReader token, or unauthenticated when publish mode is enabled with Publish.Auth.Enable set to false. Because the statement executes on a read-write SQLite handle via a driver that supports stacked (semicolon-separated) statements, an attacker can read and modify database content across all cleartext (non-encrypted) notebooks on the instance.