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-68494: CWE-770 Allocation of Resources Without Limits or Throttling in FasterXML jackson-coreCVE-2026-68494 0 CVE-2026-68494 is a high-severity vulnerability in FasterXML jackson-core affecting versions from 2.15.0 through 2.18.7, 2.19.0 through 2.21.3, 2.22.0, and certain 3.x versions. It involves incomplete validation of integer length in the non-blocking JSON parser, allowing an attacker to cause excessive memory allocation by streaming JSON numbers in many small chunks without terminators. This can lead to heap exhaustion in Java applications using asynchronous parsing, particularly reactive frameworks like Spring WebFlux and Vert.x. Exploitation requires only the ability to stream data to a parsing endpoint, with no privileges or user interaction needed. Synchronous parsers and async parsers on complete input are not affected. No official patch or remediation level is currently stated. Join the discussion | CVE Database V5 | 08/04/2026, 14:39:14 UTC Added: 08/04/2026, 14:56:55 UTC |
CVE-2026-18401: CWE-770 Allocation of Resources Without Limits or Throttling in FasterXML jackson-coreCVE-2026-18401 0 CVE-2026-18401 is a medium severity vulnerability in FasterXML jackson-core's asynchronous JSON parser. The async parser does not enforce the maxNumberLength constraint, allowing an attacker to submit JSON with arbitrarily long number tokens. This can cause excessive memory allocation and CPU exhaustion, leading to denial of service. The synchronous parser enforces this limit correctly, so the issue only affects applications using the async parser API. No privileges or user interaction beyond submitting JSON data are required. The vulnerability affects jackson-core versions 2.15.0 through 2.18.5, 2.19.0 through 2.21.0, and 3.0.0 through 3.0.x. Versions prior to 2.15.0 are not affected. Join the discussion | CVE Database V5 | 08/04/2026, 14:23:27 UTC Added: 08/04/2026, 14:56:53 UTC |
Tools.jackson.core:jackson core: jackson-core: Number Length Constraint Bypass in Async Parser Leads to Potential DoS Condition 0 A vulnerability in the async JSON parser of jackson-core allows bypassing the maxNumberLength constraint, enabling parsing of arbitrarily long numbers. This leads to excessive memory allocation and potential CPU exhaustion, causing a Denial of Service (DoS). The synchronous parser enforces the limit correctly, but the async parser fails to validate number length due to skipped checks in its code path. This inconsistency creates a resource exhaustion risk when processing large numeric JSON values asynchronously. Join the discussion | GCVE Database | 02/28/2026, 02:01:05 UTC Added: 08/03/2026, 21:21:20 UTC |
Com.fasterxml.jackson.core:jackson core: jackson-core: Async parser maxNumberLength bypass via chunked digit accumulation (incomplete fix for GHSA-72hv-8253-57qq) 0 An incomplete fix in jackson-core's asynchronous JSON parser allows an attacker to bypass the maxNumberLength limit by streaming JSON numbers in many small chunks without terminators, causing unbounded memory allocation. This affects the integer digit accumulation path in the parser, leading to potential memory exhaustion. The vulnerability impacts multiple jackson-core versions prior to patched releases. A patch is available to address this issue. Join the discussion | GCVE Database | 07/21/2026, 21:58:53 UTC Added: 07/22/2026, 00:11:12 UTC |
Showing 1 to 4 of 4 results