LiveActive security incident?Get immediate response
CVE Record

CVE-2025-47712: Nbd: nbdkit: integer overflow triggers an assertion resulting in denial of service

A flaw exists in the nbdkit "blocksize" filter that can be triggered by a specific type of client request. When a client requests block status information for a very large data range, exceeding a certain limit, it causes an internal error in the nbdkit, 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-47712 can let an authenticated network client crash an nbdkit service by asking for block status over an excessively large range. The impact is service availability, not data theft or modification. Business urgency is moderate for environments where nbdkit supports production virtualization, storage, or backup workflows.

Executive priority

Treat as a moderate availability risk. It is most important where nbdkit underpins business-critical virtualization or storage services. Patch planning should be prioritized, but the provided evidence does not justify emergency incident response without local exposure or crash indicators.

Technical view

The nbdkit blocksize filter has a CWE-190 integer overflow path. A large block-status request can trigger an assertion or internal error, causing denial of service. Red Hat marks RHEL 9 and RHEL 10 nbdkit as affected; several RHEL 7 and 8 streams are listed as unknown.

Likely exposure

Exposure is most likely on systems running nbdkit, especially Red Hat Enterprise Linux 9 or 10 deployments. Risk is higher when nbdkit is reachable by multiple authenticated clients or supports critical storage operations. RHEL 7 and 8 status is incomplete in the provided sources.

Exploitation context

The CVSS vector indicates network access, low attack complexity, low privileges required, and no user interaction. The provided bundle does not show CISA KEV listing or cited evidence of active exploitation, so active exploitation should not be assumed.

Researcher notes

The public bundle supports denial of service via integer overflow in the blocksize filter and lists affected Red Hat products. It does not provide exploit code, active exploitation evidence, or explicit remediation details. Unknown product statuses should be verified directly against vendor advisories.

Mitigation direction

  • Check Red Hat and nbdkit vendor guidance for fixed package availability.
  • Prioritize updates on RHEL 9 and RHEL 10 hosts running nbdkit.
  • Restrict nbdkit access to trusted authenticated clients and required networks.
  • Review whether the blocksize filter is enabled and required operationally.
  • Increase monitoring for nbdkit crashes, restarts, or assertion failures.

Validation and detection

  • Inventory hosts and containers running the nbdkit package or service.
  • Identify RHEL 9 and RHEL 10 systems using nbdkit in production paths.
  • Review nbdkit configuration for use of the blocksize filter.
  • Check package versions against vendor advisories and errata.
  • Review service logs for recent crashes or unexpected restarts.
Prepared
Confidence
high
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-190: 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-47712 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-47712Attack 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.21.16, 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-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.