LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-42792

erlang · erlang\/otp

Published
CVSS7.5
Severityhigh
WeaknessCWE-755
ExploitedNot in CISA KEV

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

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 daem

References

← Back to the CVE Tracker

Our coverage of CVE-2026-42792

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-42792.