Lucene search
+L
XenMost viewed

496 matches found

Xen Project
Xen Project
•added 2013/02/05 12:0 p.m.•64 views

interrupt remap entries shared and old ones not cleared on AMD IOMMUs

ISSUE DESCRIPTION To avoid an erratum in early hardware, the Xen AMD IOMMU code by default chooses to use a single interrupt remapping table for the whole system. This sharing implies that any guest with a passed through PCI device that is bus mastering capable can inject interrupts into other...

4.7CVSS0.6AI score0.00411EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2024/01/30 12:0 p.m.•63 views

pci: phantom functions assigned to incorrect contexts

ISSUE DESCRIPTION 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 requests. Such phantom functions nee...

5.3CVSS7AI score0.00805EPSS
SaveExploits0
Xen Project
Xen Project
•added 2024/01/22 6:32 p.m.•63 views

Linux: netback processing of zero-length transmit fragment

ISSUE DESCRIPTION Transmit requests in Xen's virtual network protocol can consist of multiple parts. While not really useful, except for the initial part any of them may be of zero length, i.e. carry no data at all. Besides a certain initial portion of the to be transferred data, these parts are...

7.5CVSS7.5AI score0.01177EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/10/20 12:0 p.m.•63 views

Race condition in Linux event handler may crash dom0

ISSUE DESCRIPTION The Linux kernel event channel handling code doesn't defend the handling of an event against the same event channel being removed in parallel. This can result in accesses to already freed memory areas or NULL pointer dereferences in the event handling code, leading to misbehavio...

4.7CVSS0.7AI score0.00269EPSS
SaveExploits0
Xen Project
Xen Project
•added 2015/10/29 11:59 a.m.•63 views

leak of main per-domain vcpu pointer array

ISSUE DESCRIPTION A domain's primary array of vcpu pointers can be allocated by a toolstack exactly once in the lifetime of a domain via the XENDOMCTLmaxvcpus hypercall. This array is leaked on domain teardown. This memory leak could -- over time -- exhaust the host's memory. IMPACT A domain give...

4.9CVSS7AI score0.00436EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2015/09/01 12:0 p.m.•63 views

printk is not rate-limited in xenmem_add_to_physmap_one

ISSUE DESCRIPTION XENMAPSPACEgmfnforeign dumps the p2m, on ARM, when it fails to get a reference on the foreign page. However, dumpp2mlookup does not use rate-limited printk. A malicious infrastructure domain, which is allowed to map memory of a foreign guest, would be able to flood the Xen...

2.1CVSS8AI score0.00405EPSS
SaveExploits0
Xen Project
Xen Project
•added 2015/08/03 12:0 p.m.•63 views

QEMU leak of uninitialized heap memory in rtl8139 device model

ISSUE DESCRIPTION The QEMU model of the RTL8139 network card did not sufficiently validate inputs in the C+ mode offload emulation. This results in uninitialised memory from the QEMU process's heap being leaked to the domain as well as to the network. IMPACT A guest may be able to read sensitive...

9.3CVSS6.7AI score0.13288EPSS
SaveExploits0
Xen Project
Xen Project
•added 2015/06/02 12:0 p.m.•63 views

Potential unintended writes to host MSI message data field via qemu

ISSUE DESCRIPTION Logic is in place to avoid writes to certain host config space fields when the guest must nevertheless be able to access their virtual counterparts. A bug in how this logic deals with accesses spanning multiple fields allows the guest to write to the host MSI message data field...

4.9CVSS8.1AI score0.0045EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2013/11/01 3:7 p.m.•63 views

Lock order reversal between page allocation and grant table locks

ISSUE DESCRIPTION The locks pagealloclock and granttable.lock are not always taken in the same order. This opens the possibility of deadlock. IMPACT A malicious guest administrator can deny service to the entire host. VULNERABLE SYSTEMS Xen versions going back to at least Xen 3.2 are vulnerable. ...

5.2CVSS2.5AI score0.0067EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2013/10/10 12:0 p.m.•63 views

use-after-free in libxl_list_cpupool under memory pressure

ISSUE DESCRIPTION If realloc3 fails then libxllistcpupool will incorrectly return the now-free original pointer. IMPACT An attacker may be able to cause a multithreaded toolstack using this function to race against itself leading to heap corruption and a potential DoS. Depending on the malloc...

4.4CVSS1.5AI score0.00402EPSS
SaveExploits0
Xen Project
Xen Project
•added 2013/09/30 10:4 a.m.•63 views

Information leaks through I/O instruction emulation

ISSUE DESCRIPTION Insufficient or missing error handling in certain routines dealing with guest memory reads can lead to uninitialized data on the hypervisor stack potentially containing sensitive data from prior work the hypervisor performed being copied to guest visible storage. This allows a...

1.5CVSS1.3AI score0.0031EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•62 views

oxenstored memory leak in reset_watches

ISSUE DESCRIPTION When acting upon a guest XSRESETWATCHES request, not all tracking information is freed. IMPACT A guest can cause unbounded memory usage in oxenstored. This can lead to a system-wide DoS. VULNERABLE SYSTEMS All version of Xen since 4.6 are vulnerable. Only systems using the Ocaml...

5.5CVSS2.7AI score0.004EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/11/10 6:1 p.m.•62 views

Information leak via power sidechannel

ISSUE DESCRIPTION Researchers have demonstrated using software power/energy monitoring interfaces to create covert channels, and infer the operations/data used by other contexts within the system. Access to these interfaces should be restricted to privileged software, but it was found that Xen...

4.4CVSS1.5AI score0.00393EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/05/02 12:0 p.m.•62 views

x86: 64bit PV guest breakout via pagetable use-after-mode-change

ISSUE DESCRIPTION 64-bit PV guests typically use separate root page tables for their kernel and user modes. Hypercalls are accessible to guest kernel context only, which certain hypercall handlers make assumptions on. The IRET hypercall replacing the identically name CPU instruction is used by...

8.8CVSS6.7AI score0.0049EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/05/02 12:0 p.m.•62 views

possible memory corruption via failsafe callback

ISSUE DESCRIPTION Under certain special conditions Xen reports an exception resulting from returning to guest mode not via ordinary exception entry points, but via a so call failsafe callback. This callback, unlike exception handlers, takes 4 extra arguments on the stack the saved data selectors...

8.8CVSS1.7AI score0.00421EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2015/03/31 12:0 p.m.•62 views

Unmediated PCI command register access in qemu

ISSUE DESCRIPTION HVM guests are currently permitted to modify the memory and I/O decode bits in the PCI command register of devices passed through to them. Unless the device is an SR-IOV virtual function, after disabling one or both of these bits subsequent accesses to the MMIO or I/O port range...

4.9CVSS6.7AI score0.0045EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2014/09/23 12:0 p.m.•62 views

Race condition in HVMOP_track_dirty_vram

ISSUE DESCRIPTION The routine controlling the setup of dirty video RAM tracking latches the value of a pointer before taking the respective guarding lock, thus making it possible for a stale pointer to be used by the time the lock got acquired and the pointer gets dereferenced. The hypercall...

6.1CVSS6.2AI score0.00743EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2014/03/24 1:0 p.m.•62 views

Linux netback crash trying to disable due to malformed packet

ISSUE DESCRIPTION When Linux's netback sees a malformed packet, it tries to disable the interface which serves the misbehaving frontend. This involves taking a mutex, which might sleep. But in recent versions of Linux the guest transmit path is handled by NAPI in softirq context, where sleeping i...

4.4CVSS6.2AI score0.00346EPSS
SaveExploits1
Xen Project
Xen Project
•added 2013/10/10 12:0 p.m.•62 views

Information leak through outs instruction emulation

ISSUE DESCRIPTION The emulation of the outs instruction for 64-bit PV guests uses an uninitialized variable as the segment base for the source data if an FS: or GS: segment override is used, and if the segment descriptor the respective non-null selector in the corresponding selector register poin...

1.9CVSS0.8AI score0.00367EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2023/05/16 3:14 p.m.•61 views

Mishandling of guest SSBD selection on AMD hardware

ISSUE DESCRIPTION The current logic to set SSBD on AMD Family 17h and Hygon Family 18h processors requires that the setting of SSBD is coordinated at a core level, as the setting is shared between threads. Logic was introduced to keep track of how many threads require SSBD active in order to...

3.3CVSS7AI score0.00264EPSS
SaveExploits0
Xen Project
Xen Project
•added 2023/01/25 2:56 p.m.•62 views

Guests can cause Xenstore crash via soft reset

ISSUE DESCRIPTION When a guest issues a "Soft Reset" e.g. for performing a kexec the libxl based Xen toolstack will normally perform a XSRELEASE Xenstore operation. Due to a bug in xenstored this can result in a crash of xenstored. Any other use of XSRELEASE will have the same impact. IMPACT A...

7.5CVSS1.3AI score0.01362EPSS
SaveExploits0
Xen Project
Xen Project
•added 2022/12/06 3:17 p.m.•61 views

Guests can trigger NIC interface reset/abort/crash via netback

ISSUE DESCRIPTION It is possible for a guest to trigger a NIC interface reset/abort/crash in a Linux based network backend by sending certain kinds of packets. It appears to be an unwritten? assumption in the rest of the Linux network stack that packet protocol headers are all contained within th...

6.5CVSS1.1AI score0.00463EPSS
SaveExploits0
Xen Project
Xen Project
•added 2021/08/25 12:0 p.m.•61 views

long running loops in grant table handling

ISSUE DESCRIPTION In order to properly monitor resource use, Xen maintains information on the grant mappings a domain may create to map grants offered by other domains. In the process of carrying out certain actions, Xen would iterate over all such entries, including ones which aren't in use...

5.5CVSS0.3AI score0.00351EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2021/03/18 12:0 p.m.•61 views

HVM soft-reset crashes toolstack

ISSUE DESCRIPTION libxl requires all data structures passed across its public interface to be initialized before use and disposed of afterwards by calling a specific set of functions. Many internal data structures also require this initialize / dispose discipline, but not all of them. When the...

5.5CVSS1.2AI score0.00314EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2015/10/29 11:59 a.m.•61 views

x86: Uncontrolled creation of large page mappings by PV guests

ISSUE DESCRIPTION The code to validate level 2 page table entries is bypassed when certain conditions are satisfied. This means that a PV guest can create writeable mappings using super page mappings. Such writeable mappings can violate Xen intended invariants for pages which Xen is supposed to...

7.2CVSS7.7AI score0.00427EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2013/06/26 12:0 p.m.•61 views

Page reference counting error due to XSA-45/CVE-2013-1918 fixes

ISSUE DESCRIPTION The XSA-45/CVE-2013-1918 patch making error handling paths preemptible broke page reference counting by not retaining a reference on pages stored for deferred cleanup. This would lead to the hypervisor prematurely attempting to free the page, generally crashing upon finding the...

7.4CVSS0.7AI score0.00583EPSS
SaveExploits0
Xen Project
Xen Project
•added 2023/10/10 12:0 p.m.•60 views

x86/AMD: Debug Mask handling

ISSUE DESCRIPTION AMD CPUs since 2014 have extensions to normal x86 debugging functionality. Xen supports guests using these extensions. Unfortunately there are errors in Xen's handling of the guest state, leading to denials of service. 1 CVE-2023-34327 - An HVM vCPU can end up operating in the...

5.5CVSS6.6AI score0.00256EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2023/10/10 12:0 p.m.•60 views

x86/AMD: missing IOMMU TLB flushing

ISSUE DESCRIPTION The caching invalidation guidelines from the AMD-Vi specification 48882—Rev 3.07-PUB—Oct 2022 is incorrect on some hardware, as devices will malfunction see stale DMA mappings if some fields of the DTE are updated but the IOMMU TLB is not flushed. Such stale DMA mappings can poi...

7.8CVSS6.6AI score0.00287EPSS
SaveExploits0
Xen Project
Xen Project
•added 2023/08/08 5:0 p.m.•60 views

x86/Intel: Gather Data Sampling

ISSUE DESCRIPTION A researcher has discovered Gather Data Sampling, a transient execution side-channel whereby the AVX GATHER instructions can forward the content of stale vector registers to dependent instructions. The physical register file is a structure competitively shared between sibling...

6.5CVSS6.8AI score0.03022EPSS
SaveExploits1
Xen Project
Xen Project
•added 2022/04/05 12:0 p.m.•60 views

Racy interactions between dirty vram tracking and paging log dirty hypercalls

ISSUE DESCRIPTION Activation of log dirty mode done by XENDMOPtrackdirtyvram was named HVMOPtrackdirtyvram before Xen 4.9 is racy with ongoing log dirty hypercalls. A suitably timed call to XENDMOPtrackdirtyvram can enable log dirty while another CPU is still in the process of tearing down the...

5.6CVSS0.5AI score0.00232EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2021/08/25 12:0 p.m.•60 views

grant table v2 status pages may remain accessible after de-allocation

ISSUE DESCRIPTION Guest get permitted access to certain Xen-owned pages of memory. The majority of such pages remain allocated / associated with a guest for its entire lifetime. Grant table v2 status pages, however, get de-allocated when a guest switched back from v2 to v1. The freeing of such...

7.8CVSS0.3AI score0.00263EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/10/20 12:0 p.m.•60 views

x86: Race condition in Xen mapping code

ISSUE DESCRIPTION The Xen code handling the updating of the hypervisor's own pagetables tries to use 2MiB and 1GiB superpages as much as possible to maximize TLB efficiency. Some of the operations for checking and coalescing superpages take non-negligible amount of time; to avoid potential lock...

7CVSS1.3AI score0.00264EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•60 views

x86 pv: Crash when handling guest access to MSR_MISC_ENABLE

ISSUE DESCRIPTION When a guest accesses certain Model Specific Registers, Xen first reads the value from hardware to use as the basis for auditing the guest access. For the MISCENABLE MSR, which is an Intel specific MSR, this MSR read is performed without error handling for a GP fault, which is t...

6CVSS1.5AI score0.00324EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/08/24 12:0 p.m.•60 views

QEMU: usb: out-of-bounds r/w access issue

ISSUE DESCRIPTION An out-of-bounds read/write access issue was found in the USB emulator of the QEMU. It occurs while processing USB packets from a guest, when 'USBDevice-setuplen' exceeds the USBDevice-databuf4096, in dotokenin,out routines. IMPACT A guest user may use this flaw to crash the QEM...

5CVSS1.6AI score0.05447EPSS
SaveExploits1
Xen Project
Xen Project
•added 2020/01/14 2:21 p.m.•60 views

arm: a CPU may speculate past the ERET instruction

ISSUE DESCRIPTION Some CPUs can speculate past an ERET instruction and potentially perform speculative accesses to memory before processing the exception return. Since the register state is often controlled by lower privilege level i.e guest kernel/userspace at the point of the ERET, this could...

1.8AI score
SaveExploits0
Xen Project
Xen Project
•added 2016/06/02 12:0 p.m.•60 views

Unsanitised driver domain input in libxl device handling

ISSUE DESCRIPTION libxl's device-handling code freely uses and trusts information from the backend directories in xenstore. The backend domain driver domain can store bogus data in the backend, causing libxl's enquiry functions to fail, confusing management tools. A driver domain can also remove...

4.7CVSS1.6AI score0.00297EPSS
SaveExploits0
Xen Project
Xen Project
•added 2015/01/29 11:14 a.m.•60 views

arm: vgic: incorrect rate limiting of guest triggered logging

ISSUE DESCRIPTION On ARM systems the code which deals with virtualising the GIC distributor would, under various circumstances, log messages on a guest accessible code path without appropriate rate limiting. IMPACT A malicious guest could cause repeated logging to the hypervisor console, leading ...

2.1CVSS8.3AI score0.00411EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2014/01/23 12:0 p.m.•60 views

Out-of-memory condition yielding memory corruption during IRQ setup

ISSUE DESCRIPTION When setting up the IRQ for a passed through physical device, a flaw in the error handling could result in a memory allocation being used after it is freed, and then freed a second time. This would typically result in memory corruption. IMPACT Malicious guest administrators can...

4.4CVSS6.5AI score0.00444EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•59 views

race when migrating timers between x86 HVM vCPU-s

ISSUE DESCRIPTION When migrating timers of x86 HVM guests between its vCPU-s, the locking model used allows for a second vCPU of the same guest also operating on the timers to release a lock that it didn't acquire. IMPACT The most likely effect of the issue is a hang or crash of the hypervisor,...

4.7CVSS1.3AI score0.00261EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•59 views

races with evtchn_reset()

ISSUE DESCRIPTION Uses of EVTCHNOPreset potentially by a guest on itself or XENDOMCTLsoftreset by itself covered by XSA-77 can lead to the violation of various internal assumptions. This may lead to out of bounds memory accesses or triggering of bug checks. IMPACT In particular x86 PV guests may ...

7CVSS4AI score0.00286EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•59 views

Races in the grant table unmap code

ISSUE DESCRIPTION We have discovered two bugs in the code unmapping grant references. When a grant had been mapped twice by a backend domain, and then unmapped by two concurrent unmap calls, the frontend may be informed that the page had no further mappings when the first call completed rather th...

9.8CVSS0.4AI score0.02815EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•59 views

arm: vgic: Out-of-bound access when sending SGIs

ISSUE DESCRIPTION ARM guests can send SGI i.e. IPI targeting a list of vCPUs using the MMIO register GICDSGIR GICv2 or System Register ICCSGI1R GICv3. However, the emulation code does not sanitize the list and will directly access an array without checking whether the array index is within bounds...

6.5CVSS2.4AI score0.01804EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2016/02/17 12:0 p.m.•59 views

x86: inconsistent cachability flags on guest mappings

ISSUE DESCRIPTION Multiple mappings of the same physical page with different cachability setting can cause problems. While one category risk of using stale data affects only guests themselves and hence avoiding this can be left for them to control, the other category being Machine Check exception...

6.8CVSS7.2AI score0.01481EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2015/12/08 11:29 a.m.•59 views

long running memory operations on ARM

ISSUE DESCRIPTION Certain HYPERVISORmemoryop subops take page order inputs, with so far insufficient enforcement of limits thereof. In particular, for all of XENMEMincreasereservation, XENMEMpopulatephysmap, and XENMEMexchange the order was limited to 9 only for guests without physical devices...

7.2CVSS8.5AI score0.00419EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2015/10/29 11:59 a.m.•59 views

arm: Race between domain destruction and memory allocation decrease

ISSUE DESCRIPTION While freeing the memory associated with a domain during domain destruction Xen could race with a toolstack domain reducing the amount of memory associated with that same domain via the XENMEMdecreasereservation. In the case where this race is hit the host will crash. The race i...

4.7CVSS8.5AI score0.00279EPSS
SaveExploits0
Xen Project
Xen Project
•added 2015/08/03 12:0 p.m.•59 views

Use after free in QEMU/Xen block unplug protocol

ISSUE DESCRIPTION When unplugging an emulated block device the device was not fully unplugged, meaning a second unplug attempt would attempt to unplug the device a second time using a previously freed pointer. IMPACT An HVM guest which has access to an emulated IDE disk device may be able to...

7.2CVSS6.6AI score0.00426EPSS
SaveExploits0
Xen Project
Xen Project
•added 2014/04/22 3:5 p.m.•59 views

Hardware features unintentionally exposed to guests on ARM

ISSUE DESCRIPTION When running on an ARM platform Xen was not correctly configuring the hardware virtualisation platform and therefore did not prevent guests from accessing various hardware features including cache control, coprocessors, debug registers and various processor specific registers...

5.5CVSS6.5AI score0.00616EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•58 views

FIFO event channels control block related ordering

ISSUE DESCRIPTION Recording of the per-vCPU control block mapping maintained by Xen and that of pointers into the control block is reversed. The consumer assumes, seeing the former initialized, that the latter are also ready for use. IMPACT Malicious or buggy guest kernels can mount a Denial of...

6.2CVSS3.3AI score0.00373EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•58 views

x86 pv guest kernel DoS via SYSENTER

ISSUE DESCRIPTION The SYSENTER instruction leaves various state sanitization activities to software. One of Xen's sanitization paths injects a GP fault, and incorrectly delivers it twice to the guest. This causes the guest kernel to observe a kernel-privilege GP fault typically fatal rather than ...

5.5CVSS1.4AI score0.00512EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•58 views

out of bounds event channels available to 32-bit x86 domains

ISSUE DESCRIPTION The so called 2-level event channel model imposes different limits on the number of usable event channels for 32-bit x86 domains vs 64-bit or Arm either bitness ones. 32-bit x86 domains can use only 1023 channels, due to limited space in their shared between guest and Xen...

5.5CVSS0.2AI score0.00426EPSS
SaveExploits0Affected Software1
Total number of security vulnerabilities496