VYPR

Go modules package

github.com/siyuan-note/siyuan/kernel

pkg:golang/github.com/siyuan-note/siyuan/kernel

Vulnerabilities (53)

  • CVE-2026-33670CriMar 26, 2026
    affected <= 0.0.0-20260317012524-fe4523fff2c8

    SiYuan is a personal knowledge management system. Prior to version 3.6.2, the /api/file/readDir interface was used to traverse and retrieve the file names of all documents under a notebook. Version 3.6.2 patches the issue.

  • CVE-2026-33669CriMar 26, 2026
    affected <= 0.0.0-20260317012524-fe4523fff2c8

    SiYuan is a personal knowledge management system. Prior to version 3.6.2, document IDs were retrieved via the /api/file/readDir interface, and then the /api/block/getChildBlocks interface was used to view the content of all documents. Version 3.6.2 patches the issue.

  • CVE-2026-33476HigMar 20, 2026
    affected <= 0.0.0-20260317012524-fe4523fff2c8

    SiYuan is a personal knowledge management system. Prior to version 3.6.2, the Siyuan kernel exposes an unauthenticated file-serving endpoint under `/appearance/*filepath.` Due to improper path sanitization, attackers can perform directory traversal and read arbitrary files access

  • CVE-2026-33203HigMar 20, 2026
    affected < 3.6.2fixed 3.6.2

    SiYuan is a personal knowledge management system. Prior to version 3.6.2, the SiYuan kernel WebSocket server accepts unauthenticated connections when a specific "auth keepalive" query parameter is present. After connection, incoming messages are parsed using unchecked type assert

  • CVE-2026-33194MedMar 20, 2026
    affected < 3.6.2fixed 3.6.2

    SiYuan is a personal knowledge management system. Prior to version 3.6.2, the `IsSensitivePath()` function in `kernel/util/path.go` uses a denylist approach that was recently expanded (GHSA-h5vh-m7fg-w5h6, commit 9914fd1) but remains incomplete. Multiple security-relevant Linux d

  • CVE-2026-33067CriMar 20, 2026
    affected < 0.0.0-20260317012524-fe4523fff2c8fixed 0.0.0-20260317012524-fe4523fff2c8

    SiYuan is a personal knowledge management system. Versions 3.6.0 and below render package metadata fields (displayName, description) using template literals without HTML escaping. A malicious package author can inject arbitrary HTML/JavaScript into these fields, which executes au

  • CVE-2026-33066CriMar 20, 2026
    affected < 0.0.0-20260314111550-b382f50e1880fixed 0.0.0-20260314111550-b382f50e1880

    SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the backend renderREADME function uses lute.New() without calling SetSanitize(true), allowing raw HTML embedded in Markdown to pass through unmodified. The frontend then assigns the rendered HTML to in

  • CVE-2026-32938CriMar 20, 2026
    affected <= 0.0.0-20260313024916-fd6526133bb3

    SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the /api/lute/html2BlockDOM on the desktop copies local files pointed to by file:// links in pasted HTML into the workspace assets directory without validating paths against a sensitive-path list. Toge

  • CVE-2026-32767CriMar 20, 2026
    affected <= 0.0.0-20260313024916-fd6526133bb3

    SiYuan is a personal knowledge management system. Versions 3.6.0 and below contain an authorization bypass vulnerability in the /api/search/fullTextSearchBlock endpoint. When the method parameter is set to 2, the endpoint passes user-supplied input directly as a raw SQL statement

  • CVE-2026-32815HigMar 19, 2026
    affected <= 0.0.0-20260313024916-fd6526133bb3

    SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the WebSocket endpoint (/ws) allows unauthenticated connections when specific URL parameters are provided (?app=siyuan&id=auth&type=auth). This bypass, intended for the login page to keep the kernel al

  • CVE-2026-32751CriMar 19, 2026
    affected <= 0.0.0-20260313024916-fd6526133bb3

    SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the mobile file tree (MobileFiles.ts) renders notebook names via innerHTML without HTML escaping when processing renamenotebook WebSocket events. The desktop version (Files.ts) properly uses escapeHtml

  • CVE-2026-32749HigMar 19, 2026
    affected <= 0.0.0-20260313024916-fd6526133bb3

    SiYuan is a personal knowledge management system. In versions 3.6.0 and below, POST /api/import/importSY and POST /api/import/importZipMd write uploaded archives to a path derived from the multipart filename field without sanitization, allowing an admin to write files to arbitrar

  • CVE-2026-32747MedMar 19, 2026
    affected <= 0.0.0-20260313024916-fd6526133bb3

    SiYuan is a personal knowledge management system. In versions 3.6.0 and below, the globalCopyFiles API eads source files using filepath.Abs() with no workspace boundary check, relying solely on util.IsSensitivePath() whose blocklist omits /proc/, /run/secrets/, and home director

  • CVE-2026-32704MedMar 16, 2026
    affected < 3.6.1fixed 3.6.1

    SiYuan is a personal knowledge management system. Prior to 3.6.1, POST /api/template/renderSprig lacks model.CheckAdminRole, allowing any authenticated user to execute arbitrary SQL queries against the SiYuan workspace database and exfiltrate all note content, metadata, and custo

  • CVE-2026-32110HigMar 11, 2026
    affected < 3.6.0fixed 3.6.0

    SiYuan is a personal knowledge management system. Prior to 3.6.0, the /api/network/forwardProxy endpoint allows authenticated users to make arbitrary HTTP requests from the server. The endpoint accepts a user-controlled URL and makes HTTP requests to it, returning the full respon

  • CVE-2026-31809MedMar 10, 2026
    affected < 0.0.0-20260310025236-297bd526708ffixed 0.0.0-20260310025236-297bd526708f

    SiYuan is a personal knowledge management system. Prior to 3.5.10, SiYuan's SVG sanitizer (SanitizeSVG) checks href attributes for the javascript: prefix using strings.HasPrefix(). However, inserting ASCII tab ( ), newline ( ), or carriage return ( ) characters inside

  • CVE-2026-31807MedMar 10, 2026
    affected < 0.0.0-20260310025236-297bd526708ffixed 0.0.0-20260310025236-297bd526708f

    SiYuan is a personal knowledge management system. Prior to 3.5.10, SiYuan's SVG sanitizer (SanitizeSVG) blocks dangerous elements (, , ) and removes on* event handlers and javascript: in href attributes. However, it does NOT block SVG animation elem

  • CVE-2026-30869CriMar 10, 2026
    affected < 3.5.10fixed 3.5.10

    SiYuan is a personal knowledge management system. Prior to 3.5.10, a path traversal vulnerability in the /export endpoint allows an attacker to read arbitrary files from the server filesystem. By exploiting double‑encoded traversal sequences, an attacker can access sensitive file

  • CVE-2026-30926HigMar 10, 2026
    affected <= 0.0.0-20260304035530-d03ebdec8279

    SiYuan is a personal knowledge management system. Prior to 3.5.10, a privilege escalation vulnerability exists in the publish service of SiYuan Note that allows low-privilege publish accounts (RoleReader) to modify notebook content via the /api/block/appendHeadingChildren API end

  • CVE-2026-29183CriMar 6, 2026
    affected < 0.0.0-20260304034809-d68bd5a79391fixed 0.0.0-20260304034809-d68bd5a79391

    SiYuan is a personal knowledge management system. Prior to version 3.5.9, an unauthenticated reflected XSS vulnerability exists in the dynamic icon API endpoint "GET /api/icon/getDynamicIcon" when type=8, attacker-controlled content is embedded into SVG output without escaping. B