AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72791

MEDIUM · CVSS 5.8 EPSS 0.24% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability allows unauthorized users with reader-role access to exploit the /api/av/getAttributeViewFieldViews endpoint in SiYuan v3.7.4-alpha.1, enabling them to retrieve sensitive information about the database view structure, including names, icons, and layout types, without proper authorization checks. Organizations using this pre-release version should prioritize addressing this issue to prevent potential information disclosure risks.

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-72791
Severity
MEDIUM
CVSS
5.8
EPSS
0.24%

Original NVD Description

SiYuan v3.7.4-alpha.1 (a pre-release; the endpoint does not exist in stable v3.7.3 or earlier) contains an information disclosure vulnerability in the /api/av/getAttributeViewFieldViews endpoint. The route is registered with CheckAuth only and applies no publish-access filtering, so reader-role callers can retrieve the complete database view structure — every view's name, icon, layout type, and per-field Hidden flag — for any database whose avID is supplied, regardless of authorization. The issue was introduced by commit acfc02ee8 and fixed in v3.7.4.