AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72808

MEDIUM · CVSS 5.8 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Versions of SiYuan up to and including v3.7.2 are vulnerable due to an information disclosure flaw in the /api/asset/getFileAnnotation endpoint, which allows unauthorized access to private PDF annotations without proper access checks. This vulnerability can be exploited by anonymous users or those with limited roles to view sensitive highlights and notes from unpublished or password-protected documents. Organizations using affected versions should prioritize patching to v3.7.4 to mitigate the risk of exposing confidential information.

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-72808
Severity
MEDIUM
CVSS
5.8
EPSS
0.28%

Original NVD Description

SiYuan versions up to and including v3.7.2 (fixed in v3.7.4) contain an information disclosure vulnerability in the /api/asset/getFileAnnotation endpoint, which returns .sya PDF-annotation file content without a publish-access check. Because the endpoint is gated only by CheckAuth (unlike the /assets/* route, which enforces publish access and password), an anonymous reader (when publish authentication is disabled) or any publish RoleReader who knows an asset path can read the private PDF annotations (highlights and notes) of publish-forbidden, password-protected, or unpublished documents. The issue is limited to non-encrypted notebooks; encrypted-box annotations are not exposed.