Description
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.
Published: 2026-09-11
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

The flaw is in the SMUX module of Net‑SNMP, where the function smux_accept performs an unauthenticated blocking read on newly accepted connections without a timeout. An attacker can open a connection to the SMUX listener and send no data, causing the single‑threaded snmpd main loop to block indefinitely and suspend all SNMP processing. This results in a denial of service on the agent without the need to supply valid credentials.

Affected Systems

The vulnerability affects Net‑SNMP, version 5.9.5.2 and earlier. All deployments of this agent that expose the SMUX listener are at risk. The issue is specific to the Net‑SNMP product and does not apply to other SNMP implementations.

Risk and Exploitability

With a CVSS score of 8.7 the flaw is considered high severity, and the EPSS score is not available, suggesting detailed exploit popularity data is missing. The vulnerability is not listed in the CISA KEV catalog. Attackers can trigger the denial of service remotely and without authentication by simply establishing a TCP connection to the SMUX port, which is the primary attack vector. Operability of the SNMP agent is fully disrupted until the process is restarted or the connection is cleared, exposing critical monitoring infrastructure to outage.

Generated by OpenCVE AI on September 11, 2026 at 13:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Net‑SNMP release that patches the smux_accept timeout issue (at least version 5.9.5.3).
  • If you cannot upgrade immediately, reconfigure Net‑SNMP to disable the SMUX listener or restrict the listener to trusted IP addresses using firewall rules to limit exposure to the vulnerable interface.
  • Monitor the snmpd process for hangs and consider implementing an external watchdog or process supervisor that can automatically restart snmpd if it freezes.

Generated by OpenCVE AI on September 11, 2026 at 13:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 11:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Net-SNMP through 5.9.5.2 Denial of Service via Blocking Unauthenticated SMUX Read
First Time appeared Net-snmp
Net-snmp net-snmp
Weaknesses CWE-1088
CWE-400
CPEs cpe:2.3:a:net-snmp:net-snmp:*:*:*:*:*:*:*:*
Vendors & Products Net-snmp
Net-snmp net-snmp
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Net-snmp Net-snmp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-11T10:46:56.944Z

Reserved: 2026-09-11T01:23:34.216Z

Link: CVE-2026-89147

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T11:16:58.040

Modified: 2026-09-11T11:16:58.040

Link: CVE-2026-89147

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T13:30:08Z

Weaknesses
  • CWE-1088

    Synchronous Access of Remote Resource without Timeout

  • CWE-400

    Uncontrolled Resource Consumption