<Vulnerability name="CVE-2026-42792">
    <DocumentDistribution xml:lang="en">Copyright © 2012 Red Hat, Inc. All rights reserved.</DocumentDistribution>
    <ThreatSeverity>Important</ThreatSeverity>
    <PublicDate>2026-07-27T14:58:24</PublicDate>
    <Bugzilla id="2507551" url="https://bugzilla.redhat.com/show_bug.cgi?id=2507551" xml:lang="en:us">
erlang-otp: epmd: Erlang OTP epmd: Remote Denial of Service via connection exhaustion
    </Bugzilla>
    <CVSS3 status="verified">
        <CVSS3BaseScore>7.5</CVSS3BaseScore>
        <CVSS3ScoringVector>CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</CVSS3ScoringVector>
    </CVSS3>
    <CWE>CWE-253</CWE>
    <Details xml:lang="en:us" source="Mitre">
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.
    </Details>
    <Details xml:lang="en:us" source="Red Hat">
A flaw was found in Erlang OTP's Erlang Port Mapper Daemon (epmd). An unauthenticated remote attacker can exploit an improper handling of exceptional conditions in the do_accept function. By exhausting connection slots through holding numerous TCP connections open and periodically sending data, the attacker can force epmd to terminate, leading to a permanent Denial of Service (DoS). This can further impact system stability on certain Linux distributions by causing related services to fail permanently.
    </Details>
    <AffectedRelease impact="important" cpe="cpe:/a:redhat:hummingbird:1">
        <ProductName>Red Hat Hardened Images</ProductName>
        <ReleaseDate>2026-07-28T00:00:00Z</ReleaseDate>
        <Advisory type="RHSA" url="https://access.redhat.com/errata/RHSA-2026:47009">RHSA-2026:47009</Advisory>
        <Package name="erlang27-main">erlang27-main-27.3.4.15-0.1.hum1</Package>
    </AffectedRelease>
    <References xml:lang="en:us">
https://www.cve.org/CVERecord?id=CVE-2026-42792
https://nvd.nist.gov/vuln/detail/CVE-2026-42792
https://cna.erlef.org/cves/CVE-2026-42792.html
https://github.com/erlang/otp/commit/865d203e4a6a8f44179eced9e1428f9259e4a3bb
https://github.com/erlang/otp/security/advisories/GHSA-h6f3-hx58-xhj6
https://osv.dev/vulnerability/EEF-CVE-2026-42792
https://www.erlang.org/doc/system/versions.html#order-of-versions
    </References>
</Vulnerability>