Threats Tagged 'cwe-407'
View all threats tagged with 'cwe-407'. Filter and sort to focus on specific types of threats.
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
Threats Tagged 'cwe-407'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-71488: CWE-407: Inefficient Algorithmic Complexity in thephpleague commonmarkCVE-2026-71488 0 league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 0.6.0 until 2.9.0, specially crafted Markdown lines can cause the parser to have quadratic time complexity when converting, because several parsing paths repeatedly rescan growing portions of a line to translate between character positions and byte positions, and the Autolink extension can also copy and validate the remaining line at every URL-like prefix, allowing an attacker who can submit Markdown for conversion to consume disproportionate CPU time with a comparatively small request. This issue is fixed in 2.9.0. Join the discussion | CVE Database V5 | 08/06/2026, 20:37:17 UTC Added: 08/06/2026, 22:13:37 UTC |
CVE-2026-68750: CWE-407 Inefficient Algorithmic Complexity in rrrene html_sanitize_exCVE-2026-68750 0 Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene html_sanitize_ex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the tail of a sibling list and then evaluates List.flatten([head] ++ tail) over the already flattened result, so every one of n siblings copies and re-walks the entire remaining tail. The flattening is only needed for the rare case where scrub returns several replacement nodes for one node, but the cost is paid across the whole tail at every step, making traversal quadratic in sibling count. The traverser sits on every public entry point, so no particular scrubber or configuration is required and the payload needs only allowed tags. A 160 KB body of 20,000 sibling elements occupies a scheduler for roughly 1.7 seconds, and the cost grows faster than the body does. This issue affects html_sanitize_ex: from 0.3.1 before 1.5.3. Join the discussion | CVE Database V5 | 08/06/2026, 14:50:20 UTC Added: 08/06/2026, 15:41:54 UTC |
In Bouncy Castle for Java before 1.85, Quadratic-time escaping when stringifying X.500 distinguished names. (CVE-2026-58059)CVE-2026-58059 0 Bouncy Castle for Java versions before 1.85 and certain LTS and FIPS versions have a vulnerability causing quadratic-time escaping when stringifying X.500 distinguished names. This performance issue can lead to high resource consumption during processing. The vulnerability is identified as CWE-407 and is rated with high severity. Join the discussion | GCVE Database | 08/03/2026, 03:31:57 UTC Added: 08/03/2026, 21:22:11 UTC |
CVE-2026-55685: CWE-400: Uncontrolled Resource Consumption in remix-run react-routerCVE-2026-55685 0 React Router is a router for React. In versions 7.0.0 through 7.17.0, the manifest endpoint could be accessed via unauthenticated targeted requests that would put heavy load on the server and slow down response times. This issue is a follow up to CVE-2026-42342, and does not does not impact React Router applications using Declarative Mode (<BrowserRouter>) or Data Mode (createBrowserRouter/<RouterProvider>). This issue has been fixed in version 7.18.0. Join the discussion | CVE Database V5 | 07/27/2026, 21:45:57 UTC Added: 07/27/2026, 21:52:45 UTC |
CVE-2026-55968: CWE-407 Inefficient Algorithmic Complexity in Apache Software Foundation Apache ThriftCVE-2026-55968 0 Inefficient Algorithmic Complexity, Allocation of Resources Without Limits or Throttling vulnerability in Apache Thrift Node.js bindings. This issue affects Apache Thrift: before 0.24.0. Users are recommended to upgrade to version 0.24.0, which fixes the issue. Join the discussion | CVE Database V5 | 07/27/2026, 11:06:17 UTC Added: 07/27/2026, 11:22:53 UTC |
CVE-2026-65623: CWE-407 Inefficient Algorithmic Complexity in mtrudel banditCVE-2026-65623 0 Inefficient Algorithmic Complexity vulnerability in mtrudel bandit allows unauthenticated remote denial of service via CPU exhaustion during WebSocket fragment reassembly. The size guard 'Elixir.Bandit.WebSocket.Connection':oversize_message?/2 called from handle_frame/3 in lib/bandit/websocket/connection.ex appends each non-final continuation frame to a left-nested iolist and then re-measures the entire accumulated buffer with IO.iodata_length/1 on every frame. Because the buffer grows by one element per frame and is fully re-traversed each time, reassembly work is quadratic (O(n^2)) in the number of continuation frames. The max_fragmented_message_size limit (default 8 MB) bounds total bytes but not frame count, and each frame can carry as little as one payload byte, so an attacker can send millions of tiny continuation frames using modest bandwidth to pin a CPU core for minutes to hours. Many concurrent connections can starve the whole server of CPU, denying service to legitimate users. The WebSocket read timeout does not help, because it is an idle timeout evaluated between reads and cannot preempt the synchronous reassembly work spent inside a single callback. This issue affects bandit: from 1.11.0 before 1.12.1. Join the discussion | CVE Database V5 | 07/24/2026, 16:32:24 UTC Added: 07/24/2026, 16:53:41 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-13064: CWE-407: Inefficient Algorithmic Complexity in MongoDB MongoDB ServerCVE-2026-13064 0 CVE-2026-13064 is a high-severity vulnerability in MongoDB Server where certain query operations using deeply nested $jsonSchema constructs cause excessive CPU consumption. This can lead to resource exhaustion, and the CPU-bound operation cannot be interrupted by standard administrative controls. The affected versions include 8.0, 8.2.0, and 8.3.0. No official patch or remediation has been confirmed yet. Join the discussion | CVE Database V5 | 07/22/2026, 19:17:54 UTC Added: 07/22/2026, 20:07:58 UTC |
CVE-2026-42499: CWE-407: Inefficient Algorithmic Complexity in Go standard library net/mailCVE-2026-42499 0 A denial of service (DoS) vulnerability exists in the net/mail package of the Go standard library due to inefficient parsing of email addresses according to RFC 5322. Specifically, the consumePhrase function can be triggered by pathological inputs causing excessive resource consumption. This flaw allows a remote attacker to cause a DoS condition in Go applications that parse email addresses using the affected library. The vulnerability has a high severity score of 7.5 and affects certain Red Hat Hardened Images RPMs. Currently, no fix meeting Red Hat's criteria for ease of use and stability is available. Join the discussion | GCVE Database | 05/14/2026, 23:37:01 UTC Added: 07/19/2026, 03:41:45 UTC |
CVE-2026-57480: CWE-407: Inefficient Algorithmic Complexity in parse-community parse-serverCVE-2026-57480 0 Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.9.1-alpha.12 and 8.6.82, deeply nested $or, $and, and $nor query condition operators in the REST API or LiveQuery query handling could trigger exponential-time processing in the internal query-traversal helper and block the Node.js event loop. This issue is fixed in versions 9.9.1-alpha.12 and 8.6.82. Join the discussion | CVE Database V5 | 07/08/2026, 20:53:21 UTC Added: 07/08/2026, 21:15:33 UTC |
Showing 1 to 10 of 12 results