VYPR

xen

by Debian

CVEs (13)

  • CVE-2026-62432Jul 29, 2026
    risk 0.00cvss epss

    The EVTCHNOP_expand_array hypercall checks for whether FIFO event channels are enabled, but without holding the correct lock. It can race with EVTCHNOP_reset, resulting in dereferencing a NULL pointer.

  • CVE-2026-62429Jul 29, 2026
    risk 0.00cvss epss

    Accessing the vNUMA configuration data of a guest is still possible when domain destruction has already started. The cleaning up of that configuration information is not synchronized with its retrieval by a device model controlling the guest.

  • CVE-2026-62426Jul 29, 2026
    risk 0.00cvss epss

    [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not…

  • CVE-2026-62433Jul 29, 2026
    risk 0.00cvss epss

    Parts of the DM_OP handling code assumes the caller has provided the required number of buffers for the given operation without any checking being done. As a result, certain operations might access stack rubble as structures are possibly uninitialized.

  • CVE-2026-62431Jul 29, 2026
    risk 0.00cvss epss

    The logic to handle periodic Viridian STIMERs performs a division with an unchecked user-controlled divisor value, that can be set to zero to cause a #DE fault.

  • CVE-2026-42493Jul 29, 2026
    risk 0.00cvss epss

    Addressing certain issues, in particular related to operations which may take excessively long and therefore would need preemption, has turned out overly costly. Since alternatives (HVM/PVH: HAP, PV: shim) are commonly available, the decision was to deprecate the functionality,…

  • CVE-2026-62427Jul 29, 2026
    risk 0.00cvss epss

    [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not…

  • CVE-2026-62435Jul 29, 2026
    risk 0.00cvss epss

    [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] With the introduction of Grant Table v2 came the requirement to be able to switch between versions. Switching from v1 to v2 reduces the number of…

  • CVE-2026-62428Jul 29, 2026
    risk 0.00cvss epss

    When grant-copy operations are processed, the respective grant may or may not already be in use by another operation (a mapping or another copy). For all copy operations the referenced guest frame is looked up. When another operation is already active for the grant (the grant…

  • CVE-2026-62434Jul 29, 2026
    risk 0.00cvss epss

    A guest started with Populated on Demand enabled (PoD) can attempt to reclaim pages which aren't regular guest RAM. This can cause corruption of memory management state in Xen.

  • CVE-2026-62436Jul 29, 2026
    risk 0.00cvss epss

    [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] With the introduction of Grant Table v2 came the requirement to be able to switch between versions. Switching from v1 to v2 reduces the number of…

  • CVE-2026-62430Jul 29, 2026
    risk 0.00cvss epss

    Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index…

  • CVE-2026-42492Jul 29, 2026
    risk 0.00cvss epss

    Xenstore, to have an up-to-date picture of the entire system, wants to know of domains appearing and disappearing. To make this more robust, a new XEN_DOMCTL_get_domain_state was introduced. The management of the bitmap underlying that operation is tied into the binding of the…