CVE Catalog

CVE-2026-82650

MediumCVSS 4.4
Published: Translated: NVD NIST

Summary

SiYuan 3.8.0 contains a path traversal / sensitive file exposure vulnerability in the RenderTemplate function (kernel/model/template.go), reachable via the POST /api/template/render endpoint (kernel/api/template.go). The endpoint restricts the supplied path only to the workspace directory (util.IsAbsPathInWorkspace) but, unlike the file API's refuseToAccess() blocklist, applies no sensitive-path exclusion. This allows an authenticated attacker to read sensitive workspace files, including conf/conf.json, which contains the API token and cookie signing key. The issue is fixed in v3.8.1.

Risk Assessment

The risk is the ability to read sensitive configuration files, potentially leading to session hijacking or full system compromise.

Recommendation

It is recommended to immediately upgrade SiYuan to version v3.8.1 or later and rotate API tokens and signing keys.

Other vulnerabilities in SiYuan

See all
Original NVD description (English source)

SiYuan 3.8.0 contains a path traversal / sensitive file exposure vulnerability in the RenderTemplate function (kernel/model/template.go), reachable via the POST /api/template/render endpoint (kernel/api/template.go). The endpoint restricts the supplied path only to the workspace directory (util.IsAbsPathInWorkspace) but, unlike the file API's refuseToAccess() blocklist, applies no sensitive-path exclusion. This allows an authenticated attacker to read sensitive workspace files, including conf/conf.json, which contains the API token and cookie signing key. The issue is fixed in v3.8.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS