CVE-2026-16277
Received
Received - Intake
Stack-Based Buffer Overflow in rpcinfo Utility
Vulnerability report for CVE-2026-16277, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-20
Last updated on: 2026-07-20
Assigner: Red Hat, Inc.
Description
Description
A stack-based buffer overflow was found in rpcbind's rpcinfo utility. When querying a remote rpcbind service with `rpcinfo -l`, address information returned by the server is copied into a fixed-size buffer without sufficient bounds checking. A malicious or compromised rpcbind server could use this flaw to crash the rpcinfo client, resulting in a denial of service. The highest threat from this vulnerability is to system availability.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| redhat | rpcbind | * |
| redhat | libheif | * |
| redhat | sshfs | * |
| redhat | libde265 | * |
| redhat | 7zip | * |
| redhat | libslirp | * |
| redhat | wireshark | * |
| redhat | vim | * |
| redhat | mariadb | * |
| redhat | libaom | * |
| redhat | postgresql | * |
| redhat | xml | * |
| redhat | ruby | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |