Threats Tagged 'cwe-770'
View all threats tagged with 'cwe-770'. 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-770'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-12760: CWE-770 Allocation of resources without limits or throttling in TP-Link Systems Inc. Tapo C200 v3CVE-2026-12760 0 A denial-of-service (DoS) vulnerability has been identified in Tapo C200 v3 in the network packet handling logic due to improper handling of IPv4 fragmented packets. An unauthenticated adjacent attacker can send crafted packets to cause excessive resource consumption, leading to instability of the device.Successful exploitation can remotely trigger a temporary denial-of-service condition, causing the camera to become unresponsive and resulting in intermittent loss of video monitoring and recording. Join the discussion | CVE Database V5 | 06/24/2026, 18:10:49 UTC Added: 06/24/2026, 18:35:51 UTC |
CVE-2026-49851: CWE-400: Uncontrolled Resource Consumption in lepture mistuneCVE-2026-49851 0 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear (approximately O(n²)) behavior in parse_link_text. When parsing Markdown containing many consecutive [ characters, parse_link_text repeatedly scans the input using a regex search inside a loop. Each iteration re-scans a large portion of the remaining string, resulting in quadratic-time behavior. An attacker-controlled Markdown input can therefore trigger excessive CPU usage with a very small payload. This vulnerability is fixed in 3.3.0. Join the discussion | CVE Database V5 | 06/24/2026, 17:05:33 UTC Added: 06/24/2026, 17:54:14 UTC |
CVE-2026-11972: CWE-252 in Python Software Foundation CPythonCVE-2026-11972 0 When using the "tarfile" module with a file opened in "streaming mode" (mode="r|") the tarfile module did not properly handle EOF, making archive parsing take exponentially longer. Join the discussion | CVE Database V5 | 06/23/2026, 22:02:45 UTC Added: 06/23/2026, 22:24:13 UTC |
CVE-2026-54285: CWE-770: Allocation of Resources Without Limits or Throttling in open-telemetry opentelemetry-jsCVE-2026-54285 0 opentelemetry-js is the OpenTelemetry JavaScript Client. Prior to 2.8.0, W3CBaggagePropagator.extract() in @opentelemetry/core does not enforce size limits when parsing inbound baggage HTTP headers. The W3C Baggage specification recommends a maximum of 8,192 bytes and 180 entries; these limits were only enforced on the outbound (inject()) path, not on the inbound (extract()) path. Parsing oversized baggage causes memory allocation proportional to the header size without any cap. This vulnerability is fixed in 2.8.0. Join the discussion | CVE Database V5 | 06/22/2026, 16:52:54 UTC Added: 06/22/2026, 17:39:40 UTC |
CVE-2026-54283: CWE-770: Allocation of Resources Without Limits or Throttling in Kludex starletteCVE-2026-54283 0 Starlette is a lightweight ASGI framework/toolkit. From 0.4.1 until 1.3.1, request.form() accepts max_fields and max_part_size to bound resource consumption while parsing form data. These limits are enforced for multipart/form-data, but silently ignored for application/x-www-form-urlencoded. An unauthenticated attacker can therefore send a urlencoded body with an arbitrarily large number of fields or an arbitrarily large field, even when the application configured limits it believed would apply. This vulnerability is fixed in 1.3.1. Join the discussion | CVE Database V5 | 06/22/2026, 16:46:16 UTC Added: 06/22/2026, 17:39:40 UTC |
CVE-2026-54277: CWE-770: Allocation of Resources Without Limits or Throttling in aio-libs aiohttpCVE-2026-54277 0 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, it is possible to bypass the max_line_size check in parts of an HTTP request in the C parser. If using the optimised C parser (the default in pre-built wheels), then an attacker may be able to send oversized lines through the HTTP parser and use an excessive amount of memory, potentially leading to DoS. This vulnerability is fixed in 3.14.1. Join the discussion | CVE Database V5 | 06/22/2026, 16:37:28 UTC Added: 06/22/2026, 17:39:39 UTC |
CVE-2026-54274: CWE-770: Allocation of Resources Without Limits or Throttling in aio-libs aiohttpCVE-2026-54274 0 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, if an attacker sends large incomplete websocket frame payloads, it may be possible to bypass the usual size limits on memory use. This vulnerability is fixed in 3.14.1. Join the discussion | CVE Database V5 | 06/22/2026, 16:33:37 UTC Added: 06/22/2026, 17:39:39 UTC |
CVE-2026-54273: CWE-770: Allocation of Resources Without Limits or Throttling in aio-libs aiohttpCVE-2026-54273 0 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, no limit was present on the number of pipelined requests that could be queued. An attacker may be able to use pipelined requests to use excessive amounts of memory, potentially leading to DoS. This vulnerability is fixed in 3.14.1. Join the discussion | CVE Database V5 | 06/22/2026, 16:41:20 UTC Added: 06/22/2026, 17:39:39 UTC |
CVE-2026-54270: CWE-770: Allocation of Resources Without Limits or Throttling in protobufjs protobuf.jsCVE-2026-54270 0 protobufjs compiles protobuf definitions into JavaScript (JS) functions. From 8.2.0 to 8.4.2, protobufjs preserved unknown wire elements in message.$unknowns and did not provide a decode-time option to discard unknown fields before retaining them. A crafted protobuf payload containing many unknown fields could therefore cause a decoded message to retain substantially more memory than the input size would suggest, even when unknown-field round-tripping is not needed. protobufjs 8.5.0 added the relevant decode-time options, allowing applications that decode untrusted protobuf data to disable unknown-field retention during decode. protobufjs 8.6.2 flips the default so unknown fields are discarded unless explicitly opted into. Join the discussion | CVE Database V5 | 06/22/2026, 16:19:20 UTC Added: 06/22/2026, 17:39:39 UTC |
CVE-2024-54178: CWE-770 Allocation of Resources Without Limits or Throttling in IBM Db2 on Cloud Pak for Data and Db2 Warehouse on Cloud Pak for DataCVE-2024-54178 0 IBM Db2 on Cloud Pak for Data and Db2 Warehouse on Cloud Pak for Data versions 4.8,5.0,5.1,5.2,5.3 could allow an authenticated user to cause a denial of service when creating new databases due to improper allocation of resources. Join the discussion | CVE Database V5 | 06/22/2026, 13:15:30 UTC Added: 06/22/2026, 13:54:17 UTC |
Showing 1 to 10 of 62 results