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

CVE-2026-34453: SiYuan: Unauthenticated Access to Password-Protected Bookmarks via /api/bookmark/getBookmark

March 31, 2026 (updated April 6, 2026)

The publish service exposes bookmarked blocks from password-protected documents to unauthenticated visitors. In publish/read-only mode, /api/bookmark/getBookmark filters bookmark results by calling FilterBlocksByPublishAccess(nil, ...). Because the filter treats a nil context as authorized, it skips the publish password check and returns bookmarked blocks from documents configured as Protected. As a result, anyone who can access the publish service can retrieve content from protected documents without providing the required password, as long as at least one block in the document is bookmarked.

References

  • github.com/advisories/GHSA-c77m-r996-jr3q
  • github.com/siyuan-note/siyuan
  • github.com/siyuan-note/siyuan/issues/17246
  • github.com/siyuan-note/siyuan/releases/tag/v3.6.2
  • github.com/siyuan-note/siyuan/security/advisories/GHSA-c77m-r996-jr3q
  • nvd.nist.gov/vuln/detail/CVE-2026-34453

Code Behaviors & Features

Detect and mitigate CVE-2026-34453 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 3.6.2

Fixed versions

  • 3.6.2

Solution

Upgrade to version 3.6.2 or above.

Impact 7.5 HIGH

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

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 09 May 2026 12:18:40 +0000.