CVE-2025-47711: Nbdkit: nbdkit-server: off-by-one error when processing block status may lead to a denial of service
There's a flaw in the nbdkit server when handling responses from its plugins regarding the status of data blocks. If a client makes a specific request for a very large data range, and a plugin responds with an even larger single block, the nbdkit server can encounter a critical internal error, leading to a denial-of-service.
Security readout for executives and security teams
Plain-English summary
CVE-2025-47711 is a medium-severity availability issue in nbdkit. A low-privileged network client can trigger a server-side internal error through a specially shaped large block-status request and plugin response. The sources report denial of service, not data theft or data modification.
Executive priority
Treat this as a targeted availability risk, not a breach indicator. Patch or mitigate exposed nbdkit services in normal vulnerability cycles, accelerating for production storage, virtualization, or tenant-facing environments where service interruption has business impact.
Technical view
The flaw is a CWE-193 off-by-one error in nbdkit server handling of plugin block-status responses. If a client requests a very large range and a plugin returns an even larger single block, nbdkit may hit a critical internal error. CVSS is 6.5: network reachable, low privileges, no user interaction, high availability impact.
Likely exposure
Most relevant exposure is Red Hat systems using nbdkit, especially RHEL 9 and RHEL 10, which the bundle marks affected. RHEL 7 and RHEL 8 entries are listed as unknown. Internet- or tenant-reachable nbdkit services carry higher operational risk.
Exploitation context
The bundle does not cite active exploitation, and KEV is false. Exploitation requires network access and low privileges. The documented impact is service disruption when specific large block-status behavior is reached; no public source here supports confidentiality or integrity compromise.
Researcher notes
Evidence supports a denial-of-service condition caused by block-status response handling. The source bundle names the vulnerability pattern and Red Hat affected products, but does not provide exploit proof, fixed versions, or complete status for RHEL 7 and RHEL 8.
Mitigation direction
Check Red Hat advisory status for affected nbdkit packages.
Apply vendor-provided updates when available for your platform.
Restrict nbdkit access to trusted clients and networks.
Prioritize exposed or multi-tenant nbdkit deployments.
Monitor nbdkit crashes or repeated internal error events.
Validation and detection
Inventory systems with nbdkit installed or enabled.
Identify RHEL 9 and RHEL 10 deployments using nbdkit.
Review nbdkit service exposure and client trust boundaries.
Check package versions against current Red Hat guidance.
Confirm logs show no recurring block-status related crashes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-193: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-193 · source CWE mapping
Off-by-one Error
Off-by-one Error represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.