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

CVE-2026-72792: SiYuan: Tag labels from password-protected documents are returned to readers who have not entered the password

September 4, 2026

/api/tag/getTag filters its results for reader roles through FilterTagsByPublishIgnore, which checks only the visible publish tier. Documents that are published but password-protected pass that check, so a reader who has never entered a document’s publish password receives every tag label used inside it, together with occurrence counts.

The project has already treated this exact tier mismatch as a vulnerability on a sibling path: commit 82e9ded42 (“Enforce publish access for graph nodes”) moved the graph endpoint off the visible-only filter and onto a password-aware one. FilterTagsByPublishIgnore was not upgraded alongside it.

References

  • github.com/advisories/GHSA-mp7r-57w4-5qm3
  • github.com/siyuan-note/siyuan/commit/4515fa257cfae2db0a43844c61de8ef1ac853796
  • github.com/siyuan-note/siyuan/security/advisories/GHSA-mp7r-57w4-5qm3
  • nvd.nist.gov/vuln/detail/CVE-2026-72792
  • www.vulncheck.com/advisories/siyuan-before-information-disclosure-via-tag-api

Code Behaviors & Features

Detect and mitigate CVE-2026-72792 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-20260726002639-4515fa257cfa

Fixed versions

  • 0.0.0-20260726002639-4515fa257cfa

Solution

Upgrade to version 0.0.0-20260726002639-4515fa257cfa or above.

Impact 5.8 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

go/github.com/siyuan-note/siyuan/kernel/CVE-2026-72792.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:33 +0000.