SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-73047

MEDIUM · CVSS 6.2 EPSS 0.13% Public Exploit

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

CyberRota Analysis

AI-Generated

Versions of Siyuan up to 3.7.3 are vulnerable to a server-side template injection that allows local, unauthenticated attackers to exploit the attribute-view Template calculation feature. This vulnerability can lead to unauthorized access to environment variables and DNS lookups, potentially exposing sensitive information from the account running Siyuan. Organizations using affected versions should prioritize upgrading to version 3.7.4 to mitigate this risk.

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-73047
Severity
MEDIUM
CVSS
6.2
EPSS
0.13%

Original NVD Description

siyuan versions <= 3.7.3 (fixed in v3.7.4) contain a server-side template injection vulnerability in the attribute-view Template calculation feature (introduced in v3.7.0-beta.1). The feature's template engine uses Sprig's unmodified function map, which still exposes the env, expandenv, and getHostByName functions that were removed elsewhere for CVE-2024-55660. A local, unauthenticated attacker (the kernel binds to 127.0.0.1 by default with no per-UID access control) can inject a malicious Template calculation formula to read environment variables belonging to the account running siyuan — including from a separate, unprivileged OS account — and to perform DNS lookups from the server's network position.