CVE-2026-42792
Last modified
CVE-2026-42792 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Improper Handling of Exceptional Conditions vulnerability in Erlang OTP erts (epmd) allows an unauthenticated remote attacker to permanently terminate the Erlang Port Mapper Daemon (epmd) via connection slot exhaustion. The do_accept function in erts/epmd/src/epmd_srv.c calls epmd_cleanup_exit() when accept(2) returns EMFILE (per-process file descriptor limit reached) or ENFILE (system-wide file descriptor limit reached), rather than treating these as recoverable conditions. An attacker can exhaust epmd's file descriptor slots by holding many TCP connections open while periodically sending a single byte to reset the idle timeout, then causing accept(2) to return EMFILE, which kills the daemon. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
Description
Improper Handling of Exceptional Conditions vulnerability in Erlang OTP erts (epmd) allows an unauthenticated remote attacker to permanently terminate the Erlang Port Mapper Daemon (epmd) via connection slot exhaustion. The do_accept function in erts/epmd/src/epmd_srv.c calls epmd_cleanup_exit() when accept(2) returns EMFILE (per-process file descriptor limit reached) or ENFILE (system-wide file descriptor limit reached), rather than treating these as recoverable conditions. An attacker can exhaust epmd's file descriptor slots by holding many TCP connections open while periodically sending a single byte to reset the idle timeout, then causing accept(2) to return EMFILE, which kills the daemon. epmd has no per-source-IP connection cap, making the attack feasible from a single source. On Debian/Ubuntu default packaging the impact is amplified: the systemd unit inherits a low file descriptor soft limit, and repeated daemon deaths trigger systemd's start-rate-limit, permanently failing both epmd.service and epmd.socket and requiring manual operator intervention to recover. This issue affects OTP from OTP 17.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/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
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 17.0, < 27.3.4 |
| Erlang | Erlang\/Otp | >= 28.0, < 28.5.0.4 |
| Erlang | Erlang\/Otp | >= 29.0, < 29.0.4 |
| Erlang | Erts | >= 6.0, < 15.2.7.11 |
| Erlang | Erts | >= 16.0, < 16.4.0.4 |
| Erlang | Erts | >= 17.0, < 17.0.4 |
References
- https://cna.erlef.org/cves/CVE-2026-42792.htmlPatch, Third Party Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-42792Patch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-42792?
How severe is CVE-2026-42792?
How do I fix CVE-2026-42792?
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-42786Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-42788Allocation of Resources Without Limits or Throttling vulnera…6.9
- CVE-2026-42789Improper Following of a Certificate's Chain of Trust vulnera…4.8
- CVE-2026-4279The Bread & Butter plugin for WordPress is vulnerable to Sto…6.4
- CVE-2026-42790Improper Certificate Validation vulnerability in Erlang OTP …8.1
- CVE-2026-42791Improper Certificate Validation vulnerability in Erlang OTP …3.7
- CVE-2026-42793Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-42794Improper Neutralization of Input During Web Page Generation …6.1
- CVE-2026-42795Symlink following vulnerability in Gleam's Hex package expor…5.1
- CVE-2026-42796Arelle before 2.39.10 contains an unauthenticated remote cod…9.8
- CVE-2026-42797Exposure of Sensitive Information Through Data Queries vulne…4.9
- CVE-2026-42798Little CMS (lcms2) 2.16 through 2.18 before 2.19 has an inte…4
Are you affected by CVE-2026-42792?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
