CVE-2026-94640
Received Received - Intake

rpcbind Remote DoS via Unbounded RPC Statistics

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

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: redhat-SADP

Description

A flaw was found in rpcbind. This vulnerability allows a remote, unauthenticated attacker to cause a Denial of Service (DoS) by sending a large number of unique requests. The rpcbind service records previously unseen RPC (Remote Procedure Call) statistics in unbounded in-memory lists, leading to persistent memory growth and increased CPU usage. This can degrade or exhaust service availability.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
red_hat rpcbind 1.2.7-3.el10

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Denial of Service (DoS) flaw in the rpcbind service. A remote attacker can send many unique RPC requests, causing rpcbind to store each request's statistics in unbounded in-memory lists. This leads to persistent memory growth and high CPU usage, degrading or exhausting service availability.

Detection Guidance

Monitor rpcbind service for high memory or CPU usage. Check for unusual network traffic on port 111. Use commands like 'ss -tulnp | grep 111' to verify rpcbind listening ports, 'top' or 'htop' to observe resource consumption, and 'journalctl -u rpcbind' to review service logs for errors or anomalies.

Impact Analysis

If exploited, this vulnerability can cause your rpcbind service to become slow or completely unavailable. This may disrupt services relying on RPC, such as NFS or other network services using port 111. Systems exposed to untrusted networks are at higher risk.

Mitigation Strategies

Restrict network access to rpcbind on port 111 using firewall rules (e.g., firewalld). If rpcbind is only needed locally, configure it to listen only on the loopback interface. Disable or stop the service if not required. Monitor for unusual activity and apply patches once available.

Chat Assistant

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

EPSS Chart