PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-16461 Red Hat CVE debrief

CVE-2026-16461 is a stack-based buffer overflow in rpcbind's rpcinfo utility. The vulnerability occurs in rpcbdump() short mode, used by `rpcinfo -s`, where version numbers from a remote RPCBPROC_DUMP reply are written into a fixed-size stack buffer without bounds checking. This could lead to a crash or denial of service of the rpcinfo client when a user or administrator runs `rpcinfo -s` against a malicious or compromised rpcbind endpoint.

Vendor
Red Hat
Product
Red Hat Enterprise Linux 10
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-21
Original CVE updated
2026-07-22
Advisory published
2026-07-21
Advisory updated
2026-07-22

Who should care

Users and administrators who utilize rpcbind and rpcinfo utilities should be aware of this vulnerability. Specifically, those who run `rpcinfo -s` against potentially malicious or compromised rpcbind endpoints are at risk of experiencing a crash or denial of service.

Technical summary

The vulnerability is a stack-based buffer overflow in rpcbind's rpcinfo utility, specifically in the rpcbdump() function when used in short mode (`rpcinfo -s`). The function writes version numbers from a remote RPCBPROC_DUMP reply into a fixed-size stack buffer without performing bounds checking. This oversight allows an attacker to potentially overflow the buffer, leading to a crash or denial of service of the rpcinfo client.

Defensive priority

Medium priority should be given to addressing this vulnerability, especially for systems and administrators who frequently use rpcinfo against various endpoints.

Recommended defensive actions

  • Immediately apply any available patches or updates for rpcbind and rpcinfo utilities.
  • Limit the use of `rpcinfo -s` against untrusted or potentially compromised rpcbind endpoints.
  • Implement monitoring to detect and respond to potential exploitation attempts.
  • Consider compensating controls such as restricting access to rpcbind services.
  • Inventory rpcbind and rpcinfo utility usage within the organization to identify potentially affected systems.

Evidence notes

The CVE record was published on 2026-07-21T12:17:21.030Z and was last modified on 2026-07-22T15:16:53.693Z. The NVD entry is currently Awaiting Analysis. References include links to Red Hat's security advisory and a Bugzilla entry.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-16461 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-16461

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-16461 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-16461

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.