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-64641: CWE-834: Excessive Iteration in vercel next.jsCVE-2026-64641 0 Next.js is a React framework for building full-stack web applications. In versions 13.0.0 through 15.5.20 and 16.0.0 through 16.2.10, crafted requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive CPU usage blocking processing of further requests in the same process. This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 17:40:01 UTC Added: 07/23/2026, 01:18:07 UTC |
CVE-2026-64642: CWE-285: Improper Authorization in vercel next.jsCVE-2026-64642 0 Next.js is a React framework for building full-stack web applications. In versions 16.0.0 through 16.2.10, crafted requests targeting Next.js applications using App Router built with Turbopack and a single entry in config.i18n.locales can bypass middleware/proxy based authentication. This issue has been fixed in version 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 17:45:40 UTC Added: 07/23/2026, 01:18:05 UTC |
CVE-2026-64643: CWE-201: Insertion of Sensitive Information Into Sent Data in vercel next.jsCVE-2026-64643 0 Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, Next.js applications using App Router, Server Actions (use server) or use cache endpoints can be disclosed bypassing any authentication on the pages where these endpoints are usually used. Server Action IDs can be disclosed to unauthenticated users via publicly served client artifacts (for example, static chunks containing action references). Affected users are applications using App Router and Server Actions. By itself, this disclosure is typically a recon/enumeration primitive; however, it can increase risk when combined with other weaknesses. This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 17:48:17 UTC Added: 07/23/2026, 01:18:05 UTC |
CVE-2026-64644: CWE-407: Inefficient Algorithmic Complexity in vercel next.jsCVE-2026-64644 0 Next.js is a React framework for building full-stack web applications. In versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10, when self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured (not enabled by default). If those images contain malicious content, they can cause CPU exhaustion in /_next/image endpoints.Only config.images.remotePatterns is affected, and just the patterns in that array, whereas config.images.unoptimized: true, config.images.loader: 'custom', and Vercel are not impacted. This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 17:54:52 UTC Added: 07/23/2026, 01:18:05 UTC |
CVE-2026-64645: CWE-918: Server-Side Request Forgery (SSRF) in vercel next.jsCVE-2026-64645 0 Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a rewrites() or redirects() rule that builds its external destination hostname from request-controlled input can be pointed at an arbitrary hostname, regardless of the rule's hostname suffix. For a rewrite, Next.js proxies the request to that arbitrary host and serves the response from the application's origin, leading to Server-Side Request forgery. A redirects() rule configured this way is vulnerable to an Open Redirect. This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 17:37:07 UTC Added: 07/23/2026, 01:18:05 UTC |
CVE-2026-64646: CWE-770: Allocation of Resources Without Limits or Throttling in vercel next.jsCVE-2026-64646 0 Next.js is a React framework for building full-stack web applications. In versions 13.0.0 through 15.5.20 and 16.0.0 through 16.2.10, requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive memory consumption if that Server Actions uses the Edge runtime. This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 18:54:59 UTC Added: 07/23/2026, 01:18:05 UTC |
CVE-2026-64647: CWE-116: Improper Encoding or Escaping of Output in vercel next.jsCVE-2026-64647 0 Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's response body would then leak to unauthorized requests. Though the request itself will not be deduped. This is only an issue when receiving request bodies with a content type charset other than UTF-8. For example, the UTF-16 byte sequences for 삃삃 and 섄섄 in the request body would share the same cache. This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 19:11:28 UTC Added: 07/23/2026, 01:18:05 UTC |
CVE-2026-64648: CWE-524: Use of Cache Containing Sensitive Information in vercel next.jsCVE-2026-64648 0 Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's response body would then leak to unauthorized requests. Though the request itself will not be deduped. This only applies to fetch calls with a request that has a different init than the one passed to fetch. A safe request would be: fetch(new Request(init), init). An unsafe request would be: fetch(new Request(init), aDifferentInit). This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 19:20:42 UTC Added: 07/23/2026, 01:18:05 UTC |
CVE-2026-64649: CWE-918: Server-Side Request Forgery (SSRF) in vercel next.jsCVE-2026-64649 0 Next.js is a React framework for building full-stack web applications. In versions 14.1.1 through 15.5.20 and 16.0.0 through 16.2.10, when a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host (Server-Side Request Forgery). This requires the attacker's request to control Host-associated headers. In some configurations, it's also possible to obtain internal values that weaken middleware/proxy authorization. Applications that use Server Actions are affected when the incoming host header is not fixed to a trusted value. This typically occurs on custom servers, or on deployments not behind a proxy that pins the host. Managed hosting pins the host upstream and is not affected; next start and standalone output do the same from version 14.2 onward. This issue has been fixed in versions 15.5.21 and 16.2.11. Join the discussion | GCVE Database | 07/27/2026, 19:27:58 UTC Added: 07/23/2026, 01:18:05 UTC |
Showing 1 to 9 of 9 results