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-54272: CWE-20: Improper Input Validation in beaugunderson ip-addressCVE-2026-54272 0 ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1. Join the discussion | CVE Database V5 | 07/27/2026, 17:13:09 UTC Added: 07/27/2026, 17:37:53 UTC |
CVE-2026-51235: n/aCVE-2026-51235 0 LibRaw 0.21 is vulnerable to Buffer Overflow in the stretch() function (src/libraw_cxx.cpp) and fuji_rotate() function (src/decoders/fuji.cpp). Join the discussion | CVE Database V5 | 07/27/2026, 00:00:00 UTC Added: 07/27/2026, 17:37:53 UTC |
BrainDrain: A Chrome extension that collects your AI prompts without you ever opening it and has 100k users, 9 AI platforms 0 BrainDrain: A Chrome extension that collects your AI prompts without you ever opening it and has 100k users, 9 AI platforms Source: https://chromewebstore.google.com/detail/prompt-optimizer-secondbr/aajjgdpofhhcjmjoombjdfepplndhgcp Join the discussion | Reddit NetSec | 07/27/2026, 16:29:21 UTC Added: 07/27/2026, 17:36:59 UTC |
CVE-2026-66731: Out-of-bounds Read in boazsegev facil.ioCVE-2026-66731 0 facil.io 0.7.5 through 0.7.6 contains a denial-of-service vulnerability in the HTTP/1.1 chunked transfer encoding parser that allows unauthenticated remote attackers to crash the server by sending a negative chunk size value. Attackers can send a single POST request with a Transfer-Encoding: chunked header containing a leading minus sign in the chunk size field, causing the parser in http1_parser.h to compute a large positive integer from the negated value, corrupting internal state and moving the read pointer into unmapped memory resulting in a fault. Join the discussion | CVE Database V5 | 07/27/2026, 16:57:01 UTC Added: 07/27/2026, 17:07:58 UTC |
CVE-2026-66730: Loop with Unreachable Exit Condition ('Infinite Loop') in boazsegev facil.ioCVE-2026-66730 0 facil.io 0.6.0 through 0.7.6 contains a denial-of-service vulnerability in the multipart body parser that allows an unauthenticated remote attacker to permanently freeze worker processes at 100% CPU by sending a multipart/form-data request with a partial closing boundary. The missing progress guard in the parser loop causes http_mime_parse to return 0 bytes consumed without setting done or error flags, causing the calling loop to re-invoke the parser on the same buffer indefinitely, exhausting all workers and permanently disabling the server until manually restarted. Join the discussion | CVE Database V5 | 07/27/2026, 16:55:27 UTC Added: 07/27/2026, 17:07:58 UTC |
CVE-2026-66729: Out-of-bounds Read in boazsegev facil.ioCVE-2026-66729 0 facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32_t wraparound in http_mime_parser.h causing an out-of-bounds memory read past the name pointer, resulting in a bus fault that crashes the handling worker with a single POST request. Join the discussion | CVE Database V5 | 07/27/2026, 16:52:34 UTC Added: 07/27/2026, 17:07:58 UTC |
CVE-2026-66391: CWE-330 Use of Insufficiently Random Values in Apache Software Foundation Apache WicketCVE-2026-66391 0 Use of Insufficiently Random Values, Protection Mechanism Failure vulnerability in Apache Wicket. This issue affects Apache Wicket: from 9.0.0 through 9.23.0, from 10.0.0 through 10.9.0. Users are recommended to upgrade to version 10.10.0, which fixes the issue. Join the discussion | CVE Database V5 | 07/27/2026, 16:45:17 UTC Added: 07/27/2026, 17:07:58 UTC |
CVE-2026-66390: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Apache Software Foundation Apache WicketCVE-2026-66390 0 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Apache Wicket. This issue affects Apache Wicket: from 9.0.0 through 9.23.0, from 10.0.0 through 10.9.0. Users are recommended to upgrade to version 10.10.0, which fixes the issue. Join the discussion | CVE Database V5 | 07/27/2026, 16:39:11 UTC Added: 07/27/2026, 17:07:58 UTC |
CVE-2026-63077: CWE-502 in JetBrains TeamCityCVE-2026-63077 0 In JetBrains TeamCity before 2026.1.3, 2025.11.7 unauthenticated remote code execution was possible via the agent polling protocol Join the discussion | CVE Database V5 | 07/27/2026, 16:44:32 UTC Added: 07/27/2026, 17:07:58 UTC |
CVE-2026-24252: CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in NVIDIA NeMo FrameworkCVE-2026-24252 0 NVIDIA NeMo for Linux contains a vulnerability where an attacker may cause OS command injection. A successful exploit of this vulnerability may lead to code execution, data tampering, escalation of privileges and information disclosure. Join the discussion | CVE Database V5 | 07/27/2026, 16:41:26 UTC Added: 07/27/2026, 17:07:58 UTC |
Showing 1 to 10 of 20333 results