{"affected":[{"package":{"ecosystem":"Hex","name":"bandit","purl":"pkg:hex/bandit"},"ranges":[{"events":[{"introduced":"1.11.0"},{"fixed":"1.12.1"}],"type":"SEMVER"}],"versions":["1.11.0","1.11.1","1.12.0"]},{"ranges":[{"events":[{"introduced":"21612c7c7b1ce43eccd36d3af3a2299d23513667"},{"fixed":"418ef7e906192a230ddba112f7a669c87b6b0e3a"}],"repo":"https://github.com/mtrudel/bandit","type":"GIT"}]}],"aliases":["GHSA-vg8x-66vg-5pxh","CVE-2026-65623"],"credits":[{"name":"Peter Ullrich","type":"FINDER"},{"name":"Mat Trudel","type":"REMEDIATION_DEVELOPER"}],"database_specific":{"capec_ids":["CAPEC-229"],"cpe_ids":["cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:*"],"cwe_ids":["CWE-407"]},"details":"## Summary\n\nInefficient Algorithmic Complexity vulnerability in mtrudel bandit allows unauthenticated remote denial of service via CPU exhaustion during WebSocket fragment reassembly.\n\nThe 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.\n\nThe 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.\n\nThis issue affects bandit: from 1.11.0 before 1.12.1.\n\n## Configuration\n\nThis vulnerability only affects applications that serve WebSocket endpoints through Bandit (including Phoenix applications that use Bandit as the HTTP adapter). Applications that do not upgrade any connections to WebSocket are not affected.","id":"EEF-CVE-2026-65623","modified":"2026-07-24T16:32:24.923Z","published":"2026-07-24T16:32:24.923Z","references":[{"type":"ADVISORY","url":"https://github.com/mtrudel/bandit/security/advisories/GHSA-vg8x-66vg-5pxh"},{"type":"WEB","url":"https://cna.erlef.org/cves/CVE-2026-65623.html"},{"type":"FIX","url":"https://github.com/mtrudel/bandit/commit/418ef7e906192a230ddba112f7a669c87b6b0e3a"},{"type":"PACKAGE","url":"https://hex.pm/packages/bandit"}],"related":[],"schema_version":"1.7.3","severity":[{"score":"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","type":"CVSS_V4"}],"summary":"Quadratic CPU blow-up reassembling fragmented WebSocket messages in Bandit","upstream":[]}