CVE-2026-65623
Last modified
CVE-2026-65623 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| mtrudel | bandit | >= 1.11.0, < 1.12.1 |
| mtrudel | bandit | >= 21612c7c7b1ce43eccd36d3af3a2299d23513667, < 418ef7e906192a230ddba112f7a669c87b6b0e3a |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-65623?
How severe is CVE-2026-65623?
How do I fix CVE-2026-65623?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-65608Grav versions >= 1.7.0 and before 2.0.9 contain a remote cod…8.8
- CVE-2026-6561A vulnerability was detected in EyouCMS up to 1.7.1. This is…4.7
- CVE-2026-65616Incorrect authorization validation in refresh token signatur…8.8
- CVE-2026-65617A deserialization weakness in JFrog Artifactory package hand…8.8
- CVE-2026-65618Improper URL validation when handling specific URLs, allows …6.5
- CVE-2026-6562A flaw has been found in dameng100 muucmf 1.9.5.20260309. Im…7.3
- CVE-2026-65624Allocation of Resources Without Limits or Throttling vulnera…6.9
- CVE-2026-6563A vulnerability has been found in H3C Magic B1 up to 100R004…8.8
- CVE-2026-65635Improper Isolation or Compartmentalization vulnerability in …8.3
- CVE-2026-65636Improper Neutralization of CRLF Sequences vulnerability in u…2.1
- CVE-2026-6564A vulnerability was found in EMQ EMQX Enterprise up to 6.1.0…4.3
- CVE-2026-6565The Style Kits – Advanced Theme Styles for Elementor, Elemen…6.4
Are you affected by CVE-2026-65623?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
