Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/siyuan-note/siyuan/kernel
  4. ›
  5. CVE-2026-69086

CVE-2026-69086: SiYuan: Path Traversal via unvalidated avID in RenderAttributeView/AV read endpoints : reader-reachable cross-scope attribute-view disclosure

September 3, 2026

Four attribute-view read endpoints build a filesystem path from a caller-controlled id/avID and read it without confining the result to the attribute-view storage directory (DataDir/storage/av/). On the load (file-exists) code path there is no boundary check, so an avID containing ../ segments escapes storage/av/ and causes the kernel to read a .json file elsewhere in the workspace.

The endpoints require only CheckAuth, which the publish service’s RoleReader token satisfies; when Publish.Auth.Enable is false the publish proxy uses the anonymous account, making the surface reachable with no credentials.

References

  • github.com/advisories/GHSA-7hm9-v7vf-7g4w
  • github.com/siyuan-note/siyuan/security/advisories/GHSA-7hm9-v7vf-7g4w
  • nvd.nist.gov/vuln/detail/CVE-2026-69086
  • www.vulncheck.com/advisories/siyuan-before-path-traversal-via-unvalidated-avid

Code Behaviors & Features

Detect and mitigate CVE-2026-69086 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.0-20260720151813-0f5a0e7c67b0

Fixed versions

  • 0.0.0-20260720151813-0f5a0e7c67b0

Solution

Upgrade to version 0.0.0-20260720151813-0f5a0e7c67b0 or above.

Impact 7.7 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

go/github.com/siyuan-note/siyuan/kernel/CVE-2026-69086.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:20:19 +0000.