← Back to CVE List

CVE-2023-34323

Published: 2024-01-05T17:15Z
Last Modified: 2024-11-21T08:07Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
When a transaction is committed, C Xenstored will first check the quota is correct before attempting to commit any nodes. It would be possible that accounting is temporarily negative if a node has been removed outside of the transaction. Unfortunately, some versions of C Xenstored are assuming that the quota cannot be negative and are using assert() to confirm it. This will lead to C Xenstored crash when tools are built without -DNDEBUG (this is the default). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt