Lucene search
+L

12918 matches found

Debian CVE
Debian CVE
added 2026/07/28 12:33 p.m.16 views

CVE-2026-62434

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...

5.3CVSS5.9AI score0.00327EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/28 12:33 p.m.10 views

EUVD-2026-49787

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...

5.3CVSS5.8AI score0.00327EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/28 12:33 p.m.35 views

CVE-2026-62434 PoD: Don't try to reclaim special pages

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...

0.00327EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:32 p.m.10 views

CVE-2026-62430

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 after it being checked,...

5.9AI score0.00252EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/28 12:32 p.m.35 views

CVE-2026-62430 x86: Out-of-bounds read in vRTC emulation

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 after it being checked,...

0.00252EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/28 12:32 p.m.16 views

CVE-2026-62430

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 after it being checked,...

7.5CVSS5.8AI score0.00252EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:31 p.m.10 views

CVE-2026-42492

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 XENDOMCTLgetdomainstate was introduced. The management of the bitmap underlying that operation is tied into the binding of the VIRQDOMEXC virtual IRQ...

5.9AI score0.00477EPSS
SaveExploits0References2
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.11 views

PoD: Don't try to reclaim special pages

ISSUE DESCRIPTION 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. IMPACT A buggy or malicious guest can cause corruption of Xen's state, leading to crashes or other...

5.3CVSS5.9AI score0.00327EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.11 views

evtchn: Race between FIFO expand and reset

ISSUE DESCRIPTION The EVTCHNOPexpandarray hypercall checks for whether FIFO event channels are enabled, but without holding the correct lock. It can race with EVTCHNOPreset, resulting in dereferencing a NULL pointer. IMPACT A malicious HVM guest x86 HVM or PVH, and ARM can crash Xen leading to a...

7.3CVSS5.9AI score0.00212EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.11 views

x86: Out-of-bounds read in vRTC emulation

ISSUE DESCRIPTION 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 after ...

7.5CVSS5.9AI score0.00252EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.13 views

vNUMA domain cleanup may race other operations

ISSUE DESCRIPTION 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. IMPACT While Denial of Service DoS...

6.5CVSS5.9AI score0.00233EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.10 views

x86 shadow paging is deprecated

ISSUE DESCRIPTION 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,...

7.5CVSS5.9AI score0.00474EPSS
SaveExploits0
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.13 views

grant-table: type confusion in grant-copy

ISSUE DESCRIPTION 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 is...

7.8CVSS5.9AI score0.001EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.15 views

grant-table: version change racing with other operations

ISSUE DESCRIPTION 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 valid grant references, as a bigger shared entry structure is then needed while the shared table doesn't change size. Switching from ...

6.5CVSS5.8AI score0.00195EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.11 views

sysctl and platform-op locks open to abuse

ISSUE DESCRIPTION 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 be executed in parallel, so a system-wide lock each is used. The way those locks are acquired is, however, not providing any...

8.8CVSS5.8AI score0.00249EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.12 views

Viridian STIMER division by zero

ISSUE DESCRIPTION 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. IMPACT Enabling Viridian STIMERs to unprivileged HVM guests can result in a Denial of Service DoS affecting the entire...

7.5CVSS5.9AI score0.00375EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.11 views

correct buffer checks for DM_OP hypercalls

ISSUE DESCRIPTION Parts of the DMOP 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. IMPACT A device model of a...

7.3CVSS5.9AI score0.00263EPSS
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/28 12:00 a.m.19 views

PT-2026-65476

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...

5.3CVSS5.8AI score0.00327EPSS
SaveExploits0References35
Positive Technologies
Positive Technologies
added 2026/07/28 12:00 a.m.13 views

PT-2026-65460

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 VIRQ DOM EXC virtua...

5.9AI score0.00477EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/28 12:00 a.m.7 views

RHEL 8 : kernel (RHSA-2026:47248)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:47248 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: xen/privcmd: fix double free...

9.1CVSS6.2AI score0.00571EPSS
SaveExploits0References10
Rows per page
Query Builder