CVE-2026-68956
Last modified
CVE-2026-68956 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.66% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Erlang | OTP | >= 18.1.2, < * |
| Erlang | OTP | >= 4.1.1, < * |
| Erlang | OTP | >= 84df3d4d0278e21a36a453bfee94799f0df67c2a, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-68956?
How severe is CVE-2026-68956?
How do I fix CVE-2026-68956?
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-68948Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-6895The WishList Member plugin for WordPress is vulnerable to Mi…8.8
- CVE-2026-68950The affected products use hard-coded credentials, which coul…8.8
- CVE-2026-68951GROWI contains an incorrect authorization vulnerability. If …6.9
- CVE-2026-68953The affected products are vulnerable to an authentication by…6.5
- CVE-2026-68955The installer for Rakuten Kobo Desktop Application (Windows …8.4
- CVE-2026-68959SKYSEA Client View and SKYMEC IT Manager contain a path trav…5.8
- CVE-2026-6896GitLab has remediated an issue in GitLab EE affecting all ve…5.4
- CVE-2026-68960A stack-based buffer overflow vulnerability exists in SKYSEA…5.8
- CVE-2026-68967Bendix EC80 Brake ECU is vulnerable to an out-of-bounds writ…6.5
- CVE-2026-68968Apache Airflow's Backfill API authorized a request against a…7.5
- CVE-2026-68969Apache Airflow wrote Variable values and Connection `extra` …6.5
Are you affected by CVE-2026-68956?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
