<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:rpcbind_project:rpcbind:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3arpcbind_projectrpcbind/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 22 Sep 2026 16:38:12 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3arpcbind_projectrpcbind/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Denial of Service Vulnerability in rpcbind</title><link>https://feed.craftedsignal.io/briefs/2026-09-rpcbind-dos/</link><pubDate>Tue, 22 Sep 2026 16:38:12 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-rpcbind-dos/</guid><description>CVE-2026-94640 allows a remote, unauthenticated attacker to trigger a denial of service in the rpcbind service through the submission of a flood of unique RPC requests that exhaust system memory.</description><content:encoded><![CDATA[<p>CVE-2026-94640 is a vulnerability in the rpcbind service, a utility that maps RPC services to universal addresses. The flaw resides in how the service manages internal statistics for incoming Remote Procedure Call (RPC) requests. Specifically, rpcbind maintains an in-memory list of RPC statistics to track unique request types. This list is unbounded, meaning there is no programmatic limit on the number of entries it can store.</p>
<p>A remote, unauthenticated attacker can exploit this by sending a high volume of unique, crafted RPC requests to the rpcbind service. As the service processes these requests, it continuously appends new entries to the unbounded list. This leads to persistent, unrestricted memory growth and significant increases in CPU utilization as the service attempts to manage the expanding data structure. This resource exhaustion eventually results in the service becoming unresponsive or crashing, effectively denying service to legitimate users. Defenders should focus on monitoring for excessive RPC request volume targeting rpcbind instances, particularly from untrusted or external network segments.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-94640 results in a Denial of Service (DoS) condition. This impacts any environment relying on rpcbind for RPC service mapping, potentially disrupting network services dependent on the RPC protocol. The vulnerability is highly relevant to infrastructure utilizing Unix-like systems where rpcbind is standard. If exploited, the service will consume available system memory and CPU, leading to application instability or system-wide resource contention.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Monitor network traffic for anomalous spikes in RPC request volume directed toward TCP or UDP port 111 (the default port for rpcbind).</li>
<li>Implement network-level access control lists (ACLs) to restrict access to rpcbind from untrusted or public IP ranges, ensuring only authorized internal hosts can communicate with the service.</li>
<li>Patch rpcbind to the vendor-recommended version once updates are available for your specific Linux distribution.</li>
<li>Review system resource usage logs for rpcbind to identify abnormal memory growth trends that may indicate active exploitation.</li>
</ol>
]]></content:encoded><category domain="severity">medium</category><category domain="type">threat</category><category>denial-of-service</category><category>rpc</category><category>infrastructure</category></item></channel></rss>