Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-86712: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in siyuan-note siyuanCVE-2026-86712 0 SiYuan before 3.8.2 trusts the attacker-writable text/siyuan clipboard MIME type and skips sanitization in the paste handler, allowing code execution in the Node-enabled desktop renderer. Attackers can craft malicious web pages that write to the clipboard, and when pasted into SiYuan, injected scripts execute with full Node.js access through the Electron main process. Join the discussion | CVE Database V5 | 09/08/2026, 11:23:05 UTC Added: 09/08/2026, 11:37:57 UTC |
CVE-2026-60084: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in siyuan-note siyuanCVE-2026-60084 0 SiYuan versions before v3.7.4 contain an arbitrary file deletion vulnerability in the /api/search/removeTemplate endpoint that accepts an unvalidated path parameter passed directly to os.RemoveAll. Authenticated admin attackers can supply absolute filesystem paths to recursively delete any file or directory the kernel process has permission to remove, anywhere on the host filesystem. Join the discussion | CVE Database V5 | 08/22/2026, 12:26:41 UTC Added: 08/22/2026, 12:52:43 UTC |
CVE-2026-60083: Incorrect Authorization in siyuan-note siyuanCVE-2026-60083 0 SiYuan versions before v3.8.0 contain an incomplete path blocklist in the MCP file tool that fails to restrict access to sensitive workspace files protected by the HTTP API. Authenticated administrators can read plaintext publish-mode passwords from data/.siyuan/publishAccess.json and access other sensitive files like data/templates and data/snippets/conf.json. Join the discussion | CVE Database V5 | 08/22/2026, 12:26:36 UTC Added: 08/22/2026, 12:52:43 UTC |
CVE-2026-59809: Insertion of Sensitive Information Into Sent Data in siyuan-note siyuanCVE-2026-59809 0 SiYuan before v3.8.0 interpolates secret placeholders into the destination URL parameter of the http_request MCP tool, allowing attackers to exfiltrate stored secrets. An MCP client can craft a request with an attacker-controlled URL containing secret placeholders to send plaintext secret values to any public host without confirmation. Join the discussion | CVE Database V5 | 08/22/2026, 12:26:35 UTC Added: 08/22/2026, 12:52:40 UTC |
CVE-2026-77086: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in siyuan-note siyuanCVE-2026-77086 0 SiYuan before v3.7.4 fails to validate the packageName parameter in Bazaar install and uninstall endpoints, allowing authenticated administrators to perform path traversal via directory traversal sequences. Attackers with admin access can write arbitrary files to any location via install operations or recursively delete directories via uninstall operations by supplying crafted packageName values. Join the discussion | CVE Database V5 | 08/21/2026, 11:05:12 UTC Added: 08/21/2026, 11:23:00 UTC |
CVE-2026-75917: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in siyuan-note siyuanCVE-2026-75917 0 SiYuan before v3.7.4 contains a cross-site scripting vulnerability in the file-tree picker's hover-tooltip generation (app/src/util/pathName.ts, getLeaf()/movePathTo()) used by the 'move/link to' path-selection dialogs, where document metadata fields (bookmark, alias, memo, and an alternate name field) are concatenated into the aria-label HTML attribute without escaping. A document crafted with a double quote in any of these fields breaks out of the attribute context and injects arbitrary HTML attributes including inline event handlers (e.g., onmouseover). Because every SiYuan Electron BrowserWindow runs with nodeIntegration:true, contextIsolation:false, and no CSP, the injected handler gains require('child_process') access, escalating the XSS to arbitrary OS command execution when a victim merely hovers over the malicious document entry in the path-picker dialog. Malicious documents reach victims via sharing, sync, or import. Join the discussion | CVE Database V5 | 08/19/2026, 14:01:51 UTC Added: 08/19/2026, 14:23:39 UTC |
CVE-2026-75916: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in siyuan-note siyuanCVE-2026-75916 0 SiYuan through 3.7.3 contains a cross-site scripting vulnerability in the '((' block-reference autocomplete hint popup. In genHintItemHTML() (app/src/protyle/hint/extend.ts), a candidate block's name, alias, and memo fields are concatenated into the popup's HTML without escaping. An attacker who can set these metadata fields on a block can inject a self-firing payload (e.g. <img src=x onerror=...>) that executes automatically when a victim types '((' followed by a search term that surfaces the crafted block. Because SiYuan's Electron windows run with nodeIntegration enabled, contextIsolation disabled, and no CSP, the injected script gains require('child_process') access, allowing the XSS to escalate to arbitrary OS command execution. Join the discussion | CVE Database V5 | 08/19/2026, 14:01:50 UTC Added: 08/19/2026, 14:23:39 UTC |
CVE-2026-74906: Incorrect Authorization in siyuan-note siyuanCVE-2026-74906 0 SiYuan before v3.7.4 contains an incorrect authorization vulnerability in eight publish-mode reader-facing endpoints that filter results using the visibility list instead of the disabled list. Anonymous visitors can discover and read content from documents explicitly marked as forbidden from publishing by accessing search, backlink, asset content, saved criteria, recent documents, graph, and tag endpoints. Join the discussion | CVE Database V5 | 08/18/2026, 11:19:37 UTC Added: 08/18/2026, 11:35:00 UTC |
CVE-2026-74905: Server-Side Request Forgery (SSRF) in siyuan-note siyuanCVE-2026-74905 0 SiYuan before v3.7.4 contains a server-side request forgery (SSRF) vulnerability in the isPrivateIP function in kernel/util/net.go, used by SSRFSafeDialer to enforce SSRF protection in SafeMode. The function only checks for loopback, link-local unicast, private, and unspecified addresses and does not recognize IPv6 transition addresses (NAT64 64:ff9b::/96, 6to4 2002::/16, Teredo 2001::/32) that embed private IPv4 destinations. When SafeMode is enabled, an authenticated attacker can bypass the SSRF guard via the network forward proxy, WebSocket proxy, or SSE proxy endpoints by supplying a URL whose hostname resolves to such a transition address, reaching internal services and cloud metadata endpoints (e.g., 169.254.169.254). Because the forward proxy returns the full response body, this is a full-read SSRF that can be used to steal instance credentials, reach internal services, and port-scan internal infrastructure. Join the discussion | CVE Database V5 | 08/18/2026, 11:19:36 UTC Added: 08/18/2026, 11:35:00 UTC |
CVE-2026-74802: Origin Validation Error in siyuan-note siyuanCVE-2026-74802 0 SiYuan versions before 3.7.4 contain a cross-site WebSocket hijacking vulnerability in the admin-only /ws/network/proxy endpoint that explicitly disables origin validation by setting CheckOrigin to unconditionally return true. Attackers can craft malicious webpages that establish WebSocket connections to this endpoint and direct the SiYuan kernel process to proxy arbitrary network traffic to attacker-chosen targets, enabling authenticated network pivoting through the victim's machine. Join the discussion | CVE Database V5 | 08/17/2026, 11:04:37 UTC Added: 08/17/2026, 11:26:57 UTC |
Showing 1 to 10 of 29 results