8.7
HIGH CVSS 4.0
CVE-2026-56811
Phoenix transports do not limit channel joins per connection, enabling process-exhaustion denial of service
Description

Allocation of Resources Without Limits or Throttling vulnerability in phoenixframework phoenix (Phoenix.Socket module) allows an unauthenticated attacker to cause a denial of service against any endpoint that mounts a Phoenix socket with a reachable channel transport (WebSocket or LongPoll). This vulnerability is associated with program files lib/phoenix/socket.ex and program routine 'Elixir.Phoenix.Socket':handle_in/4. Phoenix transports do not limit the number of channels that a single transport process may join. Every phx_join message a client sends over one connection starts a persistent channel process, and the socket process accepts an unbounded number of them. A single unauthenticated client can therefore open one WebSocket or LongPoll connection and stream a large number of phx_join messages, spawning hundreds of thousands of channel processes over that one connection and eventually reaching the BEAM maximum process limit. Once the process table is exhausted the virtual machine can no longer start new processes, denying service to legitimate traffic across the whole node. Because the amplification happens inside a single connection, network-layer connection caps and rate limiting do not mitigate it. The fix adds a :max_channels_per_transport option (default 100) that bounds the number of channels a single transport process can join, forcing abusive clients to open many connections instead, where external load balancers and reverse proxies can throttle them. This issue affects phoenix: from 0.11.0 before 1.5.15, from 1.6.0-rc.0 before 1.6.17, from 1.7.0-rc.0 before 1.7.24, and from 1.8.0-rc.0 before 1.8.9.

INFO

Published Date :

July 7, 2026, 4:16 p.m.

Last Modified :

July 7, 2026, 5:16 p.m.

Remotely Exploit :

Yes !

Source :

6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Affected Products

The following products are affected by CVE-2026-56811 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Phoenixframework phoenix
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 4.0 HIGH 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
CVSS 4.0 HIGH 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Solution
Limit the number of channels per transport to prevent denial of service.
  • Configure the :max_channels_per_transport option.
  • Update Phoenix to version 1.5.15 or later.
  • Update Phoenix to version 1.6.17 or later.
  • Update Phoenix to version 1.7.24 or later.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-56811 is associated with the following CWEs:

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-56811 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-56811 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 6b3ad84c-e1a6-4bf7-a703-f496b71e49db

    Jul. 07, 2026

    Action Type Old Value New Value
    Changed Affected [{'cpes': ['cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/phoenixframework/phoenix', 'vendor': 'phoenixframework', 'modules': ["'Elixir.Phoenix.Socket'"], 'product': 'phoenix', 'versions': [{'status': 'affected', 'version': '0.11.0', 'lessThan': '1.5.15', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.6.0', 'lessThan': '1.6.17', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.7.0', 'lessThan': '1.7.24', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.8.0', 'lessThan': '1.8.9', 'versionType': 'semver'}], 'packageURL': 'pkg:hex/phoenix', 'packageName': 'phoenix', 'programFiles': ['lib/phoenix/socket.ex'], 'collectionURL': 'https://repo.hex.pm', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.Phoenix.Socket':handle_in/4"}]}, {'cpes': ['cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/phoenixframework/phoenix', 'vendor': 'phoenixframework', 'modules': ["'Elixir.Phoenix.Socket'"], 'product': 'phoenix', 'versions': [{'status': 'affected', 'changes': [{'at': 'c498ba8cf49f6accbbd0c643a5340b58db891218', 'status': 'unaffected'}, {'at': 'd19ca0a8d9f82c130b7ed339b9f033433e2dea5e', 'status': 'unaffected'}, {'at': 'a612100cd8a4279091abc1a2ef8fb98a6d01c0a1', 'status': 'unaffected'}, {'at': '16e295d2fccab185d1292322e2bee5d46c725c8a', 'status': 'unaffected'}], 'version': '14a297e88023cb280a577962a49a0bbdeef9f4eb', 'lessThan': '*', 'versionType': 'git'}], 'packageURL': 'pkg:github/phoenixframework/phoenix', 'packageName': 'phoenixframework/phoenix', 'programFiles': ['lib/phoenix/socket.ex'], 'collectionURL': 'https://github.com', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.Phoenix.Socket':handle_in/4"}]}] [{'cpes': ['cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/phoenixframework/phoenix', 'vendor': 'phoenixframework', 'modules': ["'Elixir.Phoenix.Socket'"], 'product': 'phoenix', 'versions': [{'status': 'affected', 'version': '0.11.0', 'lessThan': '1.5.15', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.6.0-rc.0', 'lessThan': '1.6.17', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.7.0-rc.0', 'lessThan': '1.7.24', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.8.0-rc.0', 'lessThan': '1.8.9', 'versionType': 'semver'}], 'packageURL': 'pkg:hex/phoenix', 'packageName': 'phoenix', 'programFiles': ['lib/phoenix/socket.ex'], 'collectionURL': 'https://repo.hex.pm', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.Phoenix.Socket':handle_in/4"}]}, {'cpes': ['cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/phoenixframework/phoenix', 'vendor': 'phoenixframework', 'modules': ["'Elixir.Phoenix.Socket'"], 'product': 'phoenix', 'versions': [{'status': 'affected', 'changes': [{'at': 'c498ba8cf49f6accbbd0c643a5340b58db891218', 'status': 'unaffected'}, {'at': 'd19ca0a8d9f82c130b7ed339b9f033433e2dea5e', 'status': 'unaffected'}, {'at': 'a612100cd8a4279091abc1a2ef8fb98a6d01c0a1', 'status': 'unaffected'}, {'at': '16e295d2fccab185d1292322e2bee5d46c725c8a', 'status': 'unaffected'}], 'version': '14a297e88023cb280a577962a49a0bbdeef9f4eb', 'lessThan': '*', 'versionType': 'git'}], 'packageURL': 'pkg:github/phoenixframework/phoenix', 'packageName': 'phoenixframework/phoenix', 'programFiles': ['lib/phoenix/socket.ex'], 'collectionURL': 'https://github.com', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.Phoenix.Socket':handle_in/4"}]}]
    Changed Description Allocation of Resources Without Limits or Throttling vulnerability in phoenixframework phoenix (Phoenix.Socket module) allows an unauthenticated attacker to cause a denial of service against any endpoint that mounts a Phoenix socket with a reachable channel transport (WebSocket or LongPoll). This vulnerability is associated with program files lib/phoenix/socket.ex and program routine 'Elixir.Phoenix.Socket':handle_in/4. Phoenix transports do not limit the number of channels that a single transport process may join. Every phx_join message a client sends over one connection starts a persistent channel process, and the socket process accepts an unbounded number of them. A single unauthenticated client can therefore open one WebSocket or LongPoll connection and stream a large number of phx_join messages, spawning hundreds of thousands of channel processes over that one connection and eventually reaching the BEAM maximum process limit. Once the process table is exhausted the virtual machine can no longer start new processes, denying service to legitimate traffic across the whole node. Because the amplification happens inside a single connection, network-layer connection caps and rate limiting do not mitigate it. The fix adds a :max_channels_per_transport option (default 100) that bounds the number of channels a single transport process can join, forcing abusive clients to open many connections instead, where external load balancers and reverse proxies can throttle them. This issue affects phoenix: from 0.11.0 before 1.5.15, 1.6.17, 1.7.24, and 1.8.9. Allocation of Resources Without Limits or Throttling vulnerability in phoenixframework phoenix (Phoenix.Socket module) allows an unauthenticated attacker to cause a denial of service against any endpoint that mounts a Phoenix socket with a reachable channel transport (WebSocket or LongPoll). This vulnerability is associated with program files lib/phoenix/socket.ex and program routine 'Elixir.Phoenix.Socket':handle_in/4. Phoenix transports do not limit the number of channels that a single transport process may join. Every phx_join message a client sends over one connection starts a persistent channel process, and the socket process accepts an unbounded number of them. A single unauthenticated client can therefore open one WebSocket or LongPoll connection and stream a large number of phx_join messages, spawning hundreds of thousands of channel processes over that one connection and eventually reaching the BEAM maximum process limit. Once the process table is exhausted the virtual machine can no longer start new processes, denying service to legitimate traffic across the whole node. Because the amplification happens inside a single connection, network-layer connection caps and rate limiting do not mitigate it. The fix adds a :max_channels_per_transport option (default 100) that bounds the number of channels a single transport process can join, forcing abusive clients to open many connections instead, where external load balancers and reverse proxies can throttle them. This issue affects phoenix: from 0.11.0 before 1.5.15, from 1.6.0-rc.0 before 1.6.17, from 1.7.0-rc.0 before 1.7.24, and from 1.8.0-rc.0 before 1.8.9.
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Jul. 07, 2026

    Action Type Old Value New Value
    Added SSVC {'id': 'CVE-2026-56811', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'yes'}, {'technicalImpact': 'partial'}], 'version': '2.0.3', 'timestamp': '2026-07-07T16:12:27.662417Z'}
  • New CVE Received by 6b3ad84c-e1a6-4bf7-a703-f496b71e49db

    Jul. 07, 2026

    Action Type Old Value New Value
    Added Affected [{'cpes': ['cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/phoenixframework/phoenix', 'vendor': 'phoenixframework', 'modules': ["'Elixir.Phoenix.Socket'"], 'product': 'phoenix', 'versions': [{'status': 'affected', 'version': '0.11.0', 'lessThan': '1.5.15', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.6.0', 'lessThan': '1.6.17', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.7.0', 'lessThan': '1.7.24', 'versionType': 'semver'}, {'status': 'affected', 'version': '1.8.0', 'lessThan': '1.8.9', 'versionType': 'semver'}], 'packageURL': 'pkg:hex/phoenix', 'packageName': 'phoenix', 'programFiles': ['lib/phoenix/socket.ex'], 'collectionURL': 'https://repo.hex.pm', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.Phoenix.Socket':handle_in/4"}]}, {'cpes': ['cpe:2.3:a:phoenixframework:phoenix:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/phoenixframework/phoenix', 'vendor': 'phoenixframework', 'modules': ["'Elixir.Phoenix.Socket'"], 'product': 'phoenix', 'versions': [{'status': 'affected', 'changes': [{'at': 'c498ba8cf49f6accbbd0c643a5340b58db891218', 'status': 'unaffected'}, {'at': 'd19ca0a8d9f82c130b7ed339b9f033433e2dea5e', 'status': 'unaffected'}, {'at': 'a612100cd8a4279091abc1a2ef8fb98a6d01c0a1', 'status': 'unaffected'}, {'at': '16e295d2fccab185d1292322e2bee5d46c725c8a', 'status': 'unaffected'}], 'version': '14a297e88023cb280a577962a49a0bbdeef9f4eb', 'lessThan': '*', 'versionType': 'git'}], 'packageURL': 'pkg:github/phoenixframework/phoenix', 'packageName': 'phoenixframework/phoenix', 'programFiles': ['lib/phoenix/socket.ex'], 'collectionURL': 'https://github.com', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.Phoenix.Socket':handle_in/4"}]}]
    Added Description Allocation of Resources Without Limits or Throttling vulnerability in phoenixframework phoenix (Phoenix.Socket module) allows an unauthenticated attacker to cause a denial of service against any endpoint that mounts a Phoenix socket with a reachable channel transport (WebSocket or LongPoll). This vulnerability is associated with program files lib/phoenix/socket.ex and program routine 'Elixir.Phoenix.Socket':handle_in/4. Phoenix transports do not limit the number of channels that a single transport process may join. Every phx_join message a client sends over one connection starts a persistent channel process, and the socket process accepts an unbounded number of them. A single unauthenticated client can therefore open one WebSocket or LongPoll connection and stream a large number of phx_join messages, spawning hundreds of thousands of channel processes over that one connection and eventually reaching the BEAM maximum process limit. Once the process table is exhausted the virtual machine can no longer start new processes, denying service to legitimate traffic across the whole node. Because the amplification happens inside a single connection, network-layer connection caps and rate limiting do not mitigate it. The fix adds a :max_channels_per_transport option (default 100) that bounds the number of channels a single transport process can join, forcing abusive clients to open many connections instead, where external load balancers and reverse proxies can throttle them. This issue affects phoenix: from 0.11.0 before 1.5.15, 1.6.17, 1.7.24, and 1.8.9.
    Added CVSS V4.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
    Added CWE CWE-770
    Added Reference https://cna.erlef.org/cves/CVE-2026-56811.html
    Added Reference https://github.com/phoenixframework/phoenix/commit/16e295d2fccab185d1292322e2bee5d46c725c8a
    Added Reference https://github.com/phoenixframework/phoenix/commit/a612100cd8a4279091abc1a2ef8fb98a6d01c0a1
    Added Reference https://github.com/phoenixframework/phoenix/commit/c498ba8cf49f6accbbd0c643a5340b58db891218
    Added Reference https://github.com/phoenixframework/phoenix/commit/d19ca0a8d9f82c130b7ed339b9f033433e2dea5e
    Added Reference https://github.com/phoenixframework/phoenix/security/advisories/GHSA-6983-jfq8-485w
    Added Reference https://osv.dev/vulnerability/EEF-CVE-2026-56811
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.