Xen

Xen

509 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.27%
  • Veröffentlicht 19.12.2024 12:15:16
  • Zuletzt bearbeitet 20.05.2025 16:28:07

The hypervisor contains code to accelerate VGA memory accesses for HVM guests, when the (virtual) VGA is in "standard" mode. Locking involved there has an unusual discipline, leaving a lock acquired past the return from the function that acquired it...

  • EPSS 0.3%
  • Veröffentlicht 19.12.2024 12:15:16
  • Zuletzt bearbeitet 14.01.2026 20:41:34

PVH guests have their ACPI tables constructed by the toolstack. The construction involves building the tables in local memory, which are then copied into guest memory. While actually used parts of the local memory are filled in correctly, excess sp...

  • EPSS 0.23%
  • Veröffentlicht 25.09.2024 11:15:12
  • Zuletzt bearbeitet 05.01.2026 18:51:50

Certain PCI devices in a system might be assigned Reserved Memory Regions (specified via Reserved Memory Region Reporting, "RMRR") for Intel VT-d or Unity Mapping ranges for AMD-Vi. These are typically used for platform tasks such as legacy USB emul...

  • EPSS 0.24%
  • Veröffentlicht 25.09.2024 11:15:12
  • Zuletzt bearbeitet 05.01.2026 18:46:00

When multiple devices share resources and one of them is to be passed through to a guest, security of the entire system and of respective guests individually cannot really be guaranteed without knowing internals of any of the involved guests. Theref...

  • EPSS 0.54%
  • Veröffentlicht 25.09.2024 11:15:12
  • Zuletzt bearbeitet 14.01.2026 15:46:51

In x86's APIC (Advanced Programmable Interrupt Controller) architecture, error conditions are reported in a status register. Furthermore, the OS can opt to receive an interrupt when a new error occurs. It is possible to configure the error interrup...

  • EPSS 0.51%
  • Veröffentlicht 18.07.2024 14:15:04
  • Zuletzt bearbeitet 14.01.2026 16:31:30

An optional feature of PCI MSI called "Multiple Message" allows a device to use multiple consecutive interrupt vectors. Unlike for MSI-X, the setting up of these consecutive vectors needs to happen all in one go. In this handling an error path coul...

  • EPSS 8.53%
  • Veröffentlicht 16.05.2024 14:15:08
  • Zuletzt bearbeitet 05.01.2026 19:05:51

Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able to set t...

  • EPSS 17.44%
  • Veröffentlicht 16.05.2024 14:15:08
  • Zuletzt bearbeitet 05.01.2026 19:00:27

Because of a logical error in XSA-407 (Branch Type Confusion), the mitigation is not applied properly when it is intended to be used. XSA-434 (Speculative Return Stack Overflow) uses the same infrastructure, so is equally impacted. For more details,...

  • EPSS 0.81%
  • Veröffentlicht 20.03.2024 11:15:08
  • Zuletzt bearbeitet 13.01.2026 15:03:22

PCI devices can make use of a functionality called phantom functions, that when enabled allows the device to generate requests using the IDs of functions that are otherwise unpopulated. This allows a device to extend the number of outstanding reques...

  • EPSS 0.26%
  • Veröffentlicht 20.03.2024 11:15:08
  • Zuletzt bearbeitet 13.01.2026 14:50:49

Incorrect placement of a preprocessor directive in source code results in logic that doesn't operate as intended when support for HVM guests is compiled out of Xen.