CVE-2026-89147

Summary

Net-SNMP through 5.9.5.2 contains a denial of service vulnerability in the SMUX module where smux_accept() performs an unauthenticated blocking read without timeout on newly accepted connections. An unauthenticated remote client can connect to the SMUX listener and send no data, causing the single-threaded snmpd main loop to block indefinitely and suspend all SNMP processing.

Affected Software

VendorProductVersion RangeStatus
net-snmpNet-SNMP0 <= 5.9.5.2affected

Weaknesses

  • CWE-1088: CWE-1088: Synchronous Access of Remote Resource without Timeout
  • CWE-400: CWE-400: Uncontrolled Resource Consumption

References