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
Search Results: "Node.js"
Click on any threat for detailed analysis and mitigation recommendations
axios versions >=1.13.0 (Node.js HTTP adapter) fail to enforce the configured maxBodyLength limit on streamed request bodies when requests are sent… (CVE-2026-67318)CVE-2026-67318 0 axios versions >=1.13.0 (Node.js HTTP adapter) fail to enforce the configured maxBodyLength limit on streamed request bodies when requests are sent with httpVersion: 2. Because Node's HTTP/2 request API does not honor the maxBodyLength option and axios's byte-counting stream wrapper is gated on maxRedirects === 0, an attacker who controls a stream passed to axios can cause the application to transmit outbound data exceeding the configured finite maxBodyLength. Impact is limited to resource consumption and policy bypass (excess egress, upstream quota consumption, limited availability); it does not enable code execution, credential disclosure, or request-destination control. Calls using the default maxBodyLength: -1 and browser adapters are not affected. Join the discussion | GCVE Database | 08/01/2026, 15:30:27 UTC Added: 08/01/2026, 21:18:12 UTC |
axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. (CVE-2026-67320)CVE-2026-67320 0 axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0). Join the discussion | GCVE Database | 08/01/2026, 15:30:28 UTC Added: 08/01/2026, 21:18:11 UTC |
CVE-2026-55100: CWE-23: Relative Path Traversal in kyndryl-open-source hashi-vault-jsCVE-2026-55100 0 hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent() and URLSearchParams, allowing path traversal and query parameter injection. This issue is fixed in version 0.5.2. Join the discussion | CVE Database V5 | 07/31/2026, 17:03:41 UTC Added: 07/31/2026, 19:28:13 UTC |
CVE-2026-54729: CWE-918: Server-Side Request Forgery (SSRF) in HackingRepo dssrf-jsCVE-2026-54729 0 DSSRF is a Node.js library that provides a wide range of utilities and advanced SSRF defense checks. Prior to 1.0.5, is_url_safe can treat localhost as safe when DNS resolver 1.1.1.1 returns NXDOMAIN because dns.resolve4 yields no address and no dns.lookup fallback occurs, allowing server-side request forgery. This issue is fixed in version 1.0.5. Join the discussion | CVE Database V5 | 07/31/2026, 16:58:56 UTC Added: 07/31/2026, 19:28:13 UTC |
CVE-2026-58039: CWE-284 Improper Access Control - Generic in nodejs nodeCVE-2026-58039 0 A flaw in Node.js Permission Model enforcement allows process.report writes (and overwrites) files outside --allow-fs-write paths. This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations. This vulnerability affects Node.js **22.x**, **24.x**, and **26.x**. Join the discussion | CVE Database V5 | 07/31/2026, 00:18:49 UTC Added: 07/31/2026, 00:37:40 UTC |
CVE-2026-68499: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in uhop node-re2CVE-2026-68499 0 re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2's String.prototype.match implementation with a global RE2 pattern that can match the empty string fails to advance its native matching cursor in lib/match.cc, causing an infinite loop and unbounded native memory growth that blocks the event loop and can exhaust host memory. This issue is fixed in 1.25.2. Join the discussion | CVE Database V5 | 07/30/2026, 20:07:01 UTC Added: 07/30/2026, 20:38:29 UTC |
CVE-2026-67550: CWE-125: Out-of-bounds Read in uhop node-re2CVE-2026-67550 0 re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII subject to trigger an out-of-bounds heap read and an uncatchable process crash, with limited heap information disclosure in some cases. This issue is fixed in 1.25.2. Join the discussion | CVE Database V5 | 07/30/2026, 19:59:55 UTC Added: 07/30/2026, 20:07:41 UTC |
CVE-2026-54722: CWE-76: Improper Neutralization of Equivalent Special Elements in HackingRepo dssrf-jsCVE-2026-54722 0 DSSRF is a Node.js library that provides a wide range of utilities and advanced SSRF defense checks. Prior to 1.0.4, is_url_safe in src/helpers.ts strips the @ userinfo delimiter with remove_at_symbol_in_string before new URL parses the URL, allowing an attacker-controlled URL to bypass internal-IP validation and cause a client using the original URL to reach an internal service. This issue is fixed in version 1.0.4. Join the discussion | CVE Database V5 | 07/30/2026, 16:27:13 UTC Added: 07/30/2026, 16:52:57 UTC |
A flaw in Node.js Permission Model enforcement allows trace_events.createTracing().enable() Writes Trace Logs Outside --allow-fs-write. (CVE-2026-56847)CVE-2026-56847 0 A vulnerability in Node.js affects the permission model enforcement for the trace_events module. Specifically, the method trace_events.createTracing().enable() can write trace logs even when the --allow-fs-write flag is not enabled. This behavior can lead to a confidentiality impact or bypass of intended security boundaries in affected Node.js versions 22.x, 24.x, and 26.x. The issue has a low severity rating and does not have known exploits in the wild. No patch or remediation information is currently provided. Join the discussion | GCVE Database | 07/30/2026, 06:32:37 UTC Added: 07/30/2026, 15:50:30 UTC |
A flaw in Node.js Permission Model enforcement can over-grant filesystem access across radix-tree prefix boundaries. (CVE-2026-58043)CVE-2026-58043 0 A flaw in Node.js Permission Model enforcement can over-grant filesystem access across radix-tree prefix boundaries. Under `--permission`, an attacker who is granted access to one path can abuse boundary handling to read from or write to paths outside the intended filesystem allowlist. This vulnerability affects Node.js **main**, **22.x**, **24.x**, and **26.x**. Join the discussion | GCVE Database | 07/30/2026, 06:32:37 UTC Added: 07/30/2026, 15:50:30 UTC |
Showing 1 to 10 of 156 results