LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-47711 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
5Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H2.83.6redhat

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-47711Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Made public.

  2. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  3. Source timelineredhat

    Reported to Red Hat.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendornbdkitnbdkit, 1.11.10, 1.40.0, 1.42.0unaffected
Red HatRed Hat Enterprise Linux 10nbdkitaffected
Red HatRed Hat Enterprise Linux 7nbdkitunknown
Red HatRed Hat Enterprise Linux 8virt:rhel/nbdkitunknown
Red HatRed Hat Enterprise Linux 8 Advanced Virtualizationvirt:8.2/nbdkitunknown
Red HatRed Hat Enterprise Linux 8 Advanced Virtualizationvirt:av/nbdkitunknown
Red HatRed Hat Enterprise Linux 9nbdkitaffected
Weakness

CWE details

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.