SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-60084

HIGH · CVSS 8.7 EPSS 0.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-22 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

SiYuan versions prior to 3.7.4 are vulnerable to an arbitrary file deletion flaw in the /api/search/removeTemplate endpoint, allowing authenticated admin attackers to exploit unvalidated path parameters. This vulnerability enables the deletion of any file or directory on the host filesystem that the kernel process can access, posing a significant risk of data loss and system compromise. Organizations using affected versions should prioritize patching to mitigate potential exploitation.

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-60084
Severity
HIGH
CVSS
8.7
EPSS
0.35%

Original NVD Description

SiYuan versions before v3.7.4 contain an arbitrary file deletion vulnerability in the /api/search/removeTemplate endpoint that accepts an unvalidated path parameter passed directly to os.RemoveAll. Authenticated admin attackers can supply absolute filesystem paths to recursively delete any file or directory the kernel process has permission to remove, anywhere on the host filesystem.