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.
Published: 2026-09-22
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: Remote Denial of Service
Action: Apply Workaround
AI Analysis

Impact

The vulnerability arises from unbounded in‑memory list allocation during rpcbind statistics tracking. An attacker can send many unique RPC requests over port 111, causing rpcbind to grow state information indefinitely. The resulting memory growth and CPU usage can degrade or exhaust service availability, leading to a denial of service for any client that relies on rpcbind. This flaw is classified under CWE-400, indicating excessive resource consumption.

Affected Systems

Affected vendors and products include multiple Red Hat distributions, specifically Red Enterprise Linux versions 6 through 10, and Red Hat OpenShift Container Platform 4. No specific patch version is listed in the data; the vulnerability is present in all highlighted releases.

Risk and Exploitability

The CVSS score of 7.5 reflects a moderate to high severity. No EPSS score is available. Because the flaw permits unauthenticated remote denial of service via port 111, an attacker with network reach to a vulnerable host can trigger it without additional credentials or privilege escalation. The vulnerability is not currently listed in CISA’s KEV catalog, but the lack of a release date means that the exploitation potential remains high until a patch or configuration change is applied.

Generated by OpenCVE AI on September 22, 2026 at 16:21 UTC.

Remediation

Vendor Workaround

Restrict network access to the `rpcbind` service on port 111 to trusted systems. This can be achieved by configuring firewall rules to limit inbound connections. For example, using `firewalld` on Red Hat Enterprise Linux: ```bash # To allow access only from a specific trusted network (e.g., 192.168.1.0/24) firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="192.168.1.0/24" port port="111" protocol="tcp" accept' firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="192.168.1.0/24" port port="111" protocol="udp" accept' firewall-cmd --reload ``` If `rpcbind` is only required for local services, ensure it is configured to listen only on the loopback interface or is otherwise protected from external network exposure. Applying these firewall rules will take effect immediately upon `firewall-cmd --reload` and may temporarily interrupt existing connections to `rpcbind`.


OpenCVE Recommended Actions

  • Configure firewall rules to limit inbound traffic to rpcbind (port 111) from trusted networks, for example: firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="192.168.1.0/24" port port="111" protocol="tcp" accept' and then run firewall-cmd --reload.
  • If rpcbind is only needed for local services, configure it to listen only on the loopback interface or disable external listening.
  • Restart the rpcbind service to apply changes and clear any accumulated memory (systemctl restart rpcbind).

Generated by OpenCVE AI on September 22, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 15:45:00 +0000

Type Values Removed Values Added
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.
Title Rpcbind: unbounded memory allocation in rpcbind statistics tracking allows unauthenticated remote denial of service
First Time appeared Redhat
Redhat enterprise Linux
Redhat openshift
Weaknesses CWE-400
CPEs cpe:/a:redhat:openshift:4
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
Redhat openshift
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'}


Subscriptions

Redhat Enterprise Linux Openshift
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-22T15:39:49.022Z

Reserved: 2026-09-21T23:00:00.501Z

Link: CVE-2026-94640

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T16:18:18.143

Modified: 2026-09-22T16:18:18.143

Link: CVE-2026-94640

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T16:30:12Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption