Description
When oxenstored is tearing a domain down, the node data is cleaned up
but the usage counts are leaked.

When the domain ID is eventually reused, the new domain can create fewer
nodes before beeing deemed to be over quota.
Published: 2026-07-09
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

When a Xen domain is destroyed, oxenstored normally cleans up node data but leaves usage counts intact. The leaked counts are carried over to the next domain that receives the same domain ID, causing that domain to appear over quota after creating fewer nodes. This limits legitimate use of storage and is classified as a CWE-281 flaw, representing incomplete cleanup of critical internal state.

Affected Systems

The vulnerability affects Xen’s oxenstored storage backend. No specific version is listed, so any deployment of oxenstored at the time of the advisory may be impacted. Systems that recycle domain IDs are particularly susceptible as the flaw manifests during domain teardown and subsequent ID reuse.

Risk and Exploitability

The CVSS score of 9.4 places the vulnerability in the high severity range. The EPSS score of < 1% indicates a very low probability of exploitation, and it is not listed in CISA’s KEV catalog. Based on the description, it is inferred that the attacker would need privileged or local access to create and destroy domains to manipulate domain ID reuse. If achieved, the attacker can force legitimate domains to hit storage quotas prematurely, leading to service interruption.

Generated by OpenCVE AI on July 29, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor patch or upgrade oxenstored to the latest released version that resolves the domain lifecycle event and quota usage leak.
  • Disable or delay reuse of domain IDs until a fix is in place to prevent the counts from being carried over.
  • Enable detailed logging of quota usage during domain creation and monitor for anomalously low limits, prompting manual investigation when thresholds are breached.

Generated by OpenCVE AI on July 29, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Xen
Xen oxenstored
Vendors & Products Xen
Xen oxenstored

Thu, 09 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description When oxenstored is tearing a domain down, the node data is cleaned up but the usage counts are leaked. When the domain ID is eventually reused, the new domain can create fewer nodes before beeing deemed to be over quota.
Title oxenstored keeps quota related use counts across domain destruction
Weaknesses CWE-281
References
Metrics cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: XEN

Published:

Updated: 2026-07-09T15:37:46.026Z

Reserved: 2026-01-14T13:07:36.961Z

Link: CVE-2026-23556

cve-icon Vulnrichment

Updated: 2026-07-09T15:06:25.267Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:30:03Z

Weaknesses
  • CWE-281

    Improper Preservation of Permissions