SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-74798

HIGH · CVSS 8.7 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-17 · Last synced 2026-09-16

CyberRota Analysis

AI-Generated

The SiYuan kernel prior to version 3.7.4 is vulnerable due to a path traversal flaw in the database_clean MCP tool, which inadequately validates the id parameter, allowing authenticated users to manipulate filesystem paths. This vulnerability can lead to arbitrary file reads and deletions, compromising data integrity and confidentiality. Organizations using affected versions should prioritize patching to mitigate potential exploitation 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-74798
Severity
HIGH
CVSS
8.7
EPSS
0.37%

Original NVD Description

SiYuan kernel before v3.7.4 contains a path traversal vulnerability in the database_clean MCP tool. The tool performs only an empty-string check on the id parameter before passing it to RemoveUnusedAttributeView (kernel/model/attribute_view.go), which builds a filesystem path via filepath.Join without validating that id matches SiYuan's node-ID format. An authenticated MCP client can supply path traversal sequences in id to cause the kernel to copy an arbitrary file readable by the process into SiYuan's history directory (arbitrary file read) and then delete the original file (arbitrary file deletion). The corresponding HTTP API handler was hardened in GHSA-7hm9-v7vf-7g4w, but this MCP caller was not.