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
0 CVE-2026-96609 is a high-severity vulnerability in Robur Albatross versions 1.0.0 through before 2.7.2. It involves the allocation of resources without limits or throttling in the ring buffer used by the albatross-console. This can cause an infinite loop condition when processing console subscription commands that generate sufficient log output to fill the 1024-line ring buffer. Exploitation requires user privileges to send console subscription commands and is not possible by unauthorized clients. Join the discussion | CVE Database V5 | 09/23/2026, 14:07:16 UTC Added: 09/23/2026, 14:33:22 UTC |
0 CVE-2026-78383 is a resource allocation vulnerability in Apache Tomcat affecting multiple versions from 7.0.0 through 11.0.25. It allows an unauthenticated AJP request to pin an AJP processing thread, resulting in denial of service. The issue is addressed in Apache Tomcat versions 11.0.26, 10.1.60, and 9.0.122. Join the discussion | CVE Database V5 | 09/23/2026, 11:23:15 UTC Added: 09/23/2026, 11:33:33 UTC |
0 UTF8DataInputJsonParser._reportInvalidToken() in FasterXML jackson-core builds the offending-token text for its error message by appending Java identifier characters to a StringBuilder in a loop that has no upper bound. Unlike the three sibling parser implementations, including UTF8StreamJsonParser, it never consults ErrorReportConfiguration.getMaxErrorTokenLength() (default 256). A malformed token supplied to a parser created through JsonFactory.createParser(DataInput) is therefore accumulated in full. No StreamReadConstraints setting mitigates this: maxDocumentLength cannot be applied to DataInput sources at all, and maxStringLength does not cover this path because the accumulation bypasses ReadConstrainedTextBuffer. The reporter measured a 20,000,109-character exception message from a 20-million-character malformed token on the DataInput path, against 367 characters for identical input on the InputStream path. Scaling the payload drives the StringBuilder, which also incurs byte-to-char expansion and internal array doubling, to many times the raw payload size and can trigger OutOfMemoryError for the whole JVM. UTF8DataInputJsonParser was introduced in 2.8.0 together with createParser(DataInput); releases before 2.8.0 do not contain the affected class. Join the discussion | CVE Database V5 | 09/23/2026, 02:06:10 UTC Added: 09/23/2026, 02:33:12 UTC |
IBM Financial Transaction Manager (FTM) for RedHat OpenShift could allow a remote attacker to cause a denial of service due to allocation of resources without limits or throttling. Join the discussion | CVE Database V5 | 09/22/2026, 22:13:08 UTC Added: 09/22/2026, 22:33:33 UTC |
0 IBM Concert 1.0.0 through 3.0.0 could allow a remote attacker to cause a denial of service using a specially crafted regular expression that would cause excessive resource consumption. Join the discussion | CVE Database V5 | 09/22/2026, 21:20:34 UTC Added: 09/22/2026, 21:33:26 UTC |
0 An HTTP endpoint intended for provisioning enterprise and reseller organisations is reachable without any session. The authentication middleware is bound only to an explicit list of controllers, and the enterprise controller is not on that list, so no authentication runs for these routes. The endpoint's only check is that the request body carries a token bearing a valid signature from the instance secret. It does not check what that token was issued for. Login tokens are signed with the same secret and carry no purpose, audience or expiry claim, so an ordinary user's own session token satisfies the check. Presented with such a token, the endpoint creates a new organisation holding the highest subscription tier, flagged as lifetime and with a channel allowance far above any sold plan, creates an organisation-owner account alongside it, and returns the new organisation's API key in the response body. That key is immediately valid against the public API. Join the discussion | CVE Database V5 | 09/22/2026, 16:17:00 UTC Added: 09/22/2026, 16:33:28 UTC |
0 radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's NE relocation fixup-chain parser was vulnerable because the NE relocation parser followed fixup chains without an active iteration limit or cycle detection. The vulnerability is triggered by opening a crafted NE executable whose in-bounds relocation entry points back to itself instead of reaching 0xffff. The parser repeatedly processed the same relocation and allocated another relocation object on each iteration. This can cause denial of service through continuous CPU and memory consumption. This issue is fixed in version 6.2.0. Join the discussion | CVE Database V5 | 09/22/2026, 15:13:53 UTC Added: 09/22/2026, 15:18:20 UTC |
0 radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Windows 64-bit crash-dump dmp64 parser was vulnerable because the Windows dmp64 parser used an input-controlled physical-memory-run PageCount directly as the bound of a per-page allocation loop. The vulnerability is triggered by opening a small crafted full-memory Windows crash dump. The parser repeatedly allocated and appended page descriptors without validating the count against the dump size. This can cause denial of service through excessive memory consumption and processing time. This issue is fixed in version 6.2.0. Join the discussion | CVE Database V5 | 09/22/2026, 15:11:36 UTC Added: 09/22/2026, 15:18:20 UTC |
0 Allocation of Resources Without Limits or Throttling vulnerability in Erlang/OTP ssh allows an authenticated remote attacker to exhaust node memory by repeatedly opening session channels that are never assigned a handler. The "session" clause of ssh_connection:handle_msg/4 checks only minimal_remote_max_packet_size before calling setup_session/5, which unconditionally builds a #channel{} record and stores it in the ETS channel cache. The max_channels daemon option is consulted only by ssh_channel_sup:max_num_channels_not_exceeded/2, which counts supervisor children, so a channel that never gets a shell, exec, or subsystem handler is invisible to the limit and setting the option to a finite value does not mitigate the attack. RFC 4254 section 5.1 permits many session channels per connection, and each record costs only a few hundred bytes, so a single authenticated connection can accumulate channels until the node runs out of memory and the emulator terminates, affecting every application on it. No file contents, credentials, or write access are obtainable. This issue affects OTP from OTP 18.1.2 before OTP 27.3.4.18, OTP 28.5.0.7, and OTP 29.1.1, corresponding to ssh from 4.1.1 before 5.2.11.13, 5.5.2.6, and 6.0.6. Whether OTP before OTP 18.1.2, corresponding to ssh before 4.1.1, is affected is unknown. Join the discussion | CVE Database V5 | 09/22/2026, 08:49:21 UTC Added: 09/22/2026, 09:03:29 UTC |
0 Zapros, a Python HTTP client, prior to version 0.14.0 is vulnerable to denial of service when an application requests content from an untrusted server, or follows a redirect to one, because a malicious response containing an excessive number of chained `Content-Encoding` values causes Zapros to construct a deeply nested decompression chain that consumes excessive resources. Version 0.14.0 patches the vulnerability by limiting responses to five content-encoding layers and raising `DecodingError` when that limit is exceeded. As a workaround, applications can add response middleware that inspects the `Content-Encoding` header and rejects responses containing more than a safe number of encoding layers. Join the discussion | CVE Database V5 | 09/21/2026, 21:21:21 UTC Added: 09/21/2026, 21:32:20 UTC |
Showing 1 to 10 of 788 results