CVE-2026-89329
Received Received - Intake

Denial of Service in multipathd via IPC Socket Blocking

Vulnerability report for CVE-2026-89329, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: redhat-SADP

Description

A flaw was found in `multipathd`. A local attacker with access to the `multipathd` UNIX control socket can exploit this vulnerability by sending valid commands and then ceasing to read replies. This action can cause the `multipathd` listener thread to block, leading to a Denial of Service (DoS) where legitimate Inter-Process Communication (IPC) operations may hang or time out. This issue does not result in privilege escalation, arbitrary code execution, or impact data confidentiality or integrity.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-11
Last Modified
2026-09-11
Generated
2026-09-12
AI Q&A
2026-09-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
redhat multipathd *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1322 The product uses a non-blocking model that relies on a single threaded process for features such as scalability, but it contains code that can block when it is invoked.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Local Denial of Service (DoS) vulnerability in the multipathd daemon of the device-mapper-multipath component. An attacker with local access to the multipathd UNIX control socket can send valid commands but stop reading replies, causing the listener thread to block. This fills up the kernel's send buffer and prevents the daemon from processing further IPC requests, leading to a DoS for legitimate users.

Detection Guidance

To detect this vulnerability, monitor for blocked IPC operations in multipathd. Check for hung listener threads or timeouts in multipathd logs. Use commands like 'systemctl status multipathd' to verify daemon status, 'ss -lpn | grep multipathd' to inspect socket connections, and 'journalctl -u multipathd --no-pager | grep -i block' to search for blocking events.

Impact Analysis

If exploited, this vulnerability can disrupt the availability of the multipathd IPC control path. Legitimate IPC operations may hang or time out, affecting system management tasks that rely on multipathd. However, it does not allow privilege escalation, code execution, or impact data confidentiality or integrity.

Compliance Impact

This vulnerability primarily impacts system availability, which could affect compliance with regulations requiring high availability of critical services. GDPR and HIPAA focus on data confidentiality and integrity, which are not directly impacted here. However, prolonged DoS conditions could indirectly affect compliance by disrupting service availability.

Mitigation Strategies

Restrict local access to the multipathd UNIX control socket to trusted administrators only. Update device-mapper-multipath to the latest patched version if available. Configure non-blocking sockets for IPC clients and avoid blocking operations in the listener thread.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-89329. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart