Threats Tagged 'cwe-835'
View all threats tagged with 'cwe-835'. 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-835'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-54904: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in ruby-concurrency concurrent-rubyCVE-2026-54904 0 concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::AtomicReference#update can enter a permanent busy retry loop when the current value is Float::NAN. The issue is caused by the interaction between AtomicReference#update, which retries until compare_and_set(old_value, new_value) succeeds; Numeric compare_and_set, which checks old == old_value before attempting the underlying atomic swap.; and Ruby NaN semantics, where Float::NAN == Float::NAN is always false. As a result, once an AtomicReference contains Float::NAN, calling #update repeatedly evaluates the caller's block and never returns. In services that store externally derived numeric values in an AtomicReference, this can cause CPU exhaustion or permanent request/job hangs. This vulnerability is fixed in 1.3.7. Join the discussion | CVE Database V5 | 06/24/2026, 15:44:21 UTC Added: 06/24/2026, 16:24:15 UTC |
CVE-2026-54651: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in py-pdf pypdfCVE-2026-54651 0 pypdf is a free and open-source pure-python PDF library. Prior to 6.13.1, an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This requires merging a file with threads/articles into a writer. This vulnerability is fixed in 6.13.1. Join the discussion | CVE Database V5 | 06/22/2026, 20:28:28 UTC Added: 06/22/2026, 20:54:14 UTC |
CVE-2026-54531: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in py-pdf pypdfCVE-2026-54531 0 pypdf is a free and open-source pure-python PDF library. Prior to 6.13.0, an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This requires merging a file with outlines into a writer. This vulnerability is fixed in 6.13.0. Join the discussion | CVE Database V5 | 06/22/2026, 20:26:19 UTC Added: 06/22/2026, 20:54:13 UTC |
CVE-2026-54530: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in py-pdf pypdfCVE-2026-54530 0 pypdf is a free and open-source pure-python PDF library. Prior to 6.13.0, an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This requires extracting the text in layout mode. This vulnerability is fixed in 6.13.0. Join the discussion | CVE Database V5 | 06/22/2026, 20:25:29 UTC Added: 06/22/2026, 20:54:13 UTC |
CVE-2026-48986: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in mcdope pam_usbCVE-2026-48986 0 pam_usb provides hardware authentication for Linux using removable media. In pam_usb 0.9.1 and earlier, usb_get_process_parent_id() can cause an infinite loop DoS because it does not initialize *ppid on failure. In pusb_local_login(), the same variable is reused as input and output in a process-tree while loop; if /proc/<pid>/stat cannot be read (for example, when an ancestor process exits during authentication), the PID is not updated and the loop does not terminate. This hangs the authenticating process (such as sudo, sshd, or login) until it is forcibly terminated. This issue has been fixed in version 0.9.2. Join the discussion | CVE Database V5 | 06/18/2026, 17:20:51 UTC Added: 06/18/2026, 17:50:56 UTC |
CVE-2026-54417: CWE-190 Integer Overflow or Wraparound in rxi microtarCVE-2026-54417 0 CVE-2026-54417 is an integer overflow vulnerability in the mtar_next() function of rxi microtar version 0.1.0. The vulnerability occurs when processing crafted tar archives with a header size field that causes 32-bit arithmetic overflow, leading to an infinite loop and 100% CPU usage. This results in a denial of service condition. No official patch or remediation has been indicated yet. Join the discussion | CVE Database V5 | 06/17/2026, 13:25:54 UTC Added: 06/17/2026, 14:01:06 UTC |
CVE-2024-43512: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in Microsoft Windows Server 2012 R2CVE-2024-43512 0 Windows Standards-Based Storage Management Service Denial of Service Vulnerability Join the discussion | GCVE Database | 10/08/2024, 17:35:50 UTC Added: 06/09/2026, 19:18:55 UTC |
CVE-2026-44186: CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop') in Apache Software Foundation Apache HTTP ServerCVE-2026-44186 0 CVE-2026-44186 is a high-severity vulnerability in the Apache HTTP Server's mod_proxy_ftp module that causes an infinite loop due to an unreachable exit condition. This affects versions from 2.4.0 through 2.4.67. The vulnerability can be triggered by an attacker-controlled backend FTP server. Users are advised to upgrade to version 2.4.68, which addresses this issue. Join the discussion | CVE Database V5 | 06/08/2026, 15:11:12 UTC Added: 06/08/2026, 15:48:56 UTC |
CVE-2026-44740: CWE-674: Uncontrolled Recursion in go-git go-billyCVE-2026-44740 0 The go-billy filesystem abstraction for Go prior to version 5.9.0 and including 6.0.0-alpha.1 contains vulnerabilities related to uncontrolled recursion and improper handling of malformed input. These issues can cause panics, infinite loops, or excessive resource consumption due to missing safety mechanisms like cycle detection and recursion limits. The vulnerability has been addressed in versions 5.9.0 and 6.0.0-alpha.1. Join the discussion | CVE Database V5 | 06/01/2026, 16:04:50 UTC Added: 06/01/2026, 17:04:35 UTC |
CVE-2026-41150: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in mermaid-js mermaidCVE-2026-41150 0 Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. Prior to 10.9.6 and 11.15.0, there is a denial-of-service attack when rendering gantt charts, if they use the excludes attribute to exclude all dates.mermaid.parse is unaffected, unless you then call the ganttDb.getTasks() (which is called when rendering a diagram). This vulnerability is fixed in 10.9.6 and 11.15.0. Join the discussion | CVE Database V5 | 05/29/2026, 13:54:52 UTC Added: 05/29/2026, 14:48:45 UTC |
Showing 1 to 10 of 14 results