Lucene search
+L

496 matches found

Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•52 views

Xenstore: new domains inheriting existing node permissions

ISSUE DESCRIPTION Access rights of Xenstore nodes are per domid. Unfortunately, existing granted access rights are not removed when a domain is destroyed. This means that a new domain created with the same domid will inherit the access rights to Xenstore nodes from the previous domains with the...

8.8CVSS8.5AI score0.00347EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•53 views

undue recursion in x86 HVM context switch code

ISSUE DESCRIPTION When they require assistance from the device model, x86 HVM guests must be temporarily de-scheduled. The device model will signal Xen when it has completed its operation, via an event channel, so that the relevant vCPU is rescheduled. If the device model were to signal Xen witho...

5.5CVSS3.4AI score0.00438EPSS
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/12/15 12:0 p.m.•73 views

Frontends can trigger OOM in Backends by update a watched path

ISSUE DESCRIPTION Some OSes such as Linux, FreeBSD, NetBSD are processing watch events using a single thread. If the events are received faster than the thread is able to handle, they will get queued. As the queue is unbound, a guest may be able to trigger a OOM in the backend. IMPACT A malicious...

6.5CVSS0.8AI score0.00348EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•51 views

Xenstore: guests can disturb domain cleanup

ISSUE DESCRIPTION Xenstored and guests communicate via a shared memory page using a specific protocol. When a guest violates this protocol, xenstored will drop the connection to that guest. Unfortunately this is done by just removing the guest from xenstored's internal management, resulting in th...

6.5CVSS1AI score0.0037EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•99 views

xenstore watch notifications lacking permission checks

ISSUE DESCRIPTION Neither xenstore implementation does any permissions checks when reporting a xenstore watch event. A guest administrator can watch the root xenstored node, which will cause notifications for every created, modified and deleted key. A guest administrator can also use the special...

2.3CVSS1AI score0.00306EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•52 views

FIFO event channels control structure ordering

ISSUE DESCRIPTION A bounds check common to most operation time functions specific to FIFO event channels depends on the CPU observing consistent state. While the producer side uses appropriately ordered writes, the consumer side isn't protected against re-ordered reads, and may hence end up...

6.2CVSS3.1AI score0.00379EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•64 views

infinite loop when cleaning up IRQ vectors

ISSUE DESCRIPTION When moving IRQs between CPUs to distribute the load of IRQ handling, IRQ vectors are dynamically allocated and de-allocated on the relevant CPUs. De-allocation has to happen when certain constraints are met. If these conditions are not met when first checked, the checking CPU m...

6.2CVSS2.2AI score0.0036EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•53 views

XAPI: guest-triggered excessive memory usage

ISSUE DESCRIPTION Certain xenstore keys provide feedback from the guest, and are therefore watched by toolstack. Specifically, keys are watched by xenopsd, and data are forward via RPC through message-switch to xapi. The watching logic in xenopsd sends one RPC update containing all data, any time...

7.8CVSS1.2AI score0.01428EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•54 views

oxenstored: permissions not checked on root node

ISSUE DESCRIPTION In the Ocaml xenstored implementation, the internal representation of the tree has special cases for the root node, because this node has no parent. Unfortunately, permissions were not checked for certain operations on the root node. Unprivileged guests can get and modify...

8.8CVSS2.3AI score0.00304EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•99 views

Use after free triggered by block frontend in Linux blkback

ISSUE DESCRIPTION The Linux kernel PV block backend expects the kernel thread handler to reset ring-xenblkd to NULL when stopped. However, the handler may not have time to run if the frontend quickly toggle between the states connect and disconnect. As a consequence, the block backend may re-use ...

8.8CVSS0.6AI score0.00388EPSS
SaveExploits0
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/12/15 12:0 p.m.•66 views

Xenstore: guests can crash xenstored via watchs

ISSUE DESCRIPTION When a Xenstore watch fires, the xenstore client which registered the watch will receive a Xenstore message containing the path of the modified Xenstore entry which triggered the watch, and the tag which was specified when registering the watch. Any communication with xenstored ...

6CVSS1AI score0.00385EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/12/15 12:0 p.m.•49 views

Xenstore: wrong path length check

ISSUE DESCRIPTION A guest may access xenstore paths via absolute paths containing a full pathname, or via a relative path, which implicitly includes /local/domain/$DOMID for their own domain id. Management tools must access paths in guests' namespaces, necessarily using absolute paths. oxenstored...

6CVSS0.3AI score0.00385EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/11/24 12:0 p.m.•53 views

stack corruption from XSA-346 change

ISSUE DESCRIPTION One of the two changes for XSA-346 introduced an on-stack array. The check for guarding against overrunning this array was off by one, allowing for corruption of the first stack slot immediately following this array. IMPACT A malicious or buggy HVM or PVH guest can cause Xen to...

8.8CVSS3AI score0.00373EPSS
SaveExploits0
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 2020/10/20 12:0 p.m.•67 views

Rogue guests can cause DoS of Dom0 via high frequency events

ISSUE DESCRIPTION The handling of Xen events in the Linux kernel runs with interrupts disabled in a loop until no further event is pending. Whenever an event has been accepted by the kernel, another event can come in via the same event channel. This can result in the event handling loop running f...

5.5CVSS1.6AI score0.00415EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/10/20 12:0 p.m.•47 views

unsafe AMD IOMMU page table updates

ISSUE DESCRIPTION AMD IOMMU page table entries are updated in a step by step manner, without regard to them being potentially in use by the IOMMU. Therefore it was possible that the IOMMU would read and then use a half-updated entry. Furthermore, updates to Device Table entries lacked suitable...

7.8CVSS1.1AI score0.00254EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/10/20 12:0 p.m.•48 views

x86 PV guest INVLPG-like flushes may leave stale TLB entries

ISSUE DESCRIPTION x86 PV guest kernels may use hypercalls with INVLPG-like behavior to invalidate TLB entries even after changes to non-leaf page tables. Such changes to non-leaf page tables will, however, also render stale possible TLB entries created by Xen's internal use of linear page tables ...

5.3CVSS0.2AI score0.00357EPSS
SaveExploits0
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/10/20 12:0 p.m.•51 views

undue deferral of IOMMU TLB flushes

ISSUE DESCRIPTION To efficiently change the physical to machine address mappings of a larger range of addresses for fully virtualized guests, Xen contains an optimization to coalesce per-page IOMMU TLB flushes into a single, wider flush after all adjustments have been made. While this is fine to ...

7.8CVSS7.7AI score0.00341EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/10/20 12:0 p.m.•64 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 2020/09/22 12:0 p.m.•59 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
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.•71 views

once valid event channels may not turn invalid

ISSUE DESCRIPTION Logic in the handling of event channel operations in Xen assumes that an event channel, once valid, will not become invalid over the life time of a guest. However, operations like the resetting of all event channels may involve decreasing one of the bounds checked when determini...

6.5CVSS0.5AI score0.00358EPSS
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.•75 views

PCI passthrough code reading back hardware registers

ISSUE DESCRIPTION Code paths in Xen's MSI handling have been identified which act on unsanitized values read back from device hardware registers. While devices strictly compliant with PCI specifications shouldn't be able to affect these registers, experience shows that it's very common for device...

7.8CVSS1.6AI score0.00373EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•70 views

Missing unlock in XENMEM_acquire_resource error path

ISSUE DESCRIPTION The RCU Read, Copy, Update mechanism is a synchronisation primitive. A buggy error path in the XENMEMacquireresource exits without releasing an RCU reference, which is conceptually similar to forgetting to unlock a spinlock. IMPACT A buggy or malicious HVM stubdomain can cause a...

5.5CVSS0.2AI score0.00416EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•47 views

Missing memory barriers when accessing/allocating an event channel

ISSUE DESCRIPTION Event channels control structures can be accessed lockless as long as the port is considered to be valid. Such sequence is missing appropriate memory barrier e.g smpmb to prevent both the compiler and CPU to re-order access. IMPACT A malicious guest may be able to cause a...

7.8CVSS1AI score0.00415EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/09/22 12:0 p.m.•46 views

lack of preemption in evtchn_reset() / evtchn_destroy()

ISSUE DESCRIPTION In particular the FIFO event channel model allows guests to have a large number of event channels active at a time. Closing all of these when resetting all event channels or when cleaning up after the guest may take extended periods of time. So far there was no arrangement for...

5.5CVSS2.7AI score0.00424EPSS
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 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/07/16 12:0 p.m.•53 views

Linux ioperm bitmap context switching issues

ISSUE DESCRIPTION Linux 5.5 overhauled the internal state handling for the iopl and ioperm system calls. Unfortunately, one aspect on context switch wasn't wired up correctly for the Xen PVOps case. IMPACT IO port permissions don't get rescinded when context switching to an unprivileged task...

7.8CVSS0.7AI score0.00325EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/07/07 12:0 p.m.•46 views

non-atomic modification of live EPT PTE

ISSUE DESCRIPTION When mapping guest EPT nested paging tables, Xen would in some circumstances use a series of non-atomic bitfield writes. Depending on the compiler version and optimisation flags, Xen might expose a dangerous partially-written PTE to the hardware, which an attacker might be able ...

7.8CVSS0.4AI score0.00276EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/07/07 12:0 p.m.•44 views

Incorrect error handling in event channel port allocation

ISSUE DESCRIPTION The allocation of an event channel port may fail for multiple reasons: 1 Port is already in use 2 The memory allocation failed 3 The port we try to allocate is higher than what is supported by the ABI e.g 2L or FIFO used by the guest or the limit set by an administrator...

6.5CVSS0.1AI score0.00409EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/07/07 12:0 p.m.•47 views

Missing alignment check in VCPUOP_register_vcpu_info

ISSUE DESCRIPTION The hypercall VCPUOPregistervcpuinfo is used by a guest to register a shared region with the hypervisor. The region will be mapped into Xen address space so it can be directly accessed. On Arm, the region is accessed with instructions which require a specific alignment...

6.5CVSS1.7AI score0.00398EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/07/07 12:0 p.m.•56 views

inverted code paths in x86 dirty VRAM tracking

ISSUE DESCRIPTION An inverted conditional in x86 HVM guests' dirty video RAM tracking code allows such guests to make Xen de-reference a pointer guaranteed to point at unmapped space. IMPACT A malicious or buggy HVM guest may cause the hypervisor to crash, resulting in Denial of Service DoS...

6.5CVSS0.3AI score0.00413EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/07/07 12:0 p.m.•64 views

insufficient cache write-back under VT-d

ISSUE DESCRIPTION When page tables are shared between IOMMU and CPU, changes to them require flushing of both TLBs. Furthermore, IOMMUs may be non-coherent, and hence prior to flushing IOMMU TLBs CPU cached also needs writing back to memory after changes were made. Such writing back of cached dat...

8.8CVSS0.00367EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2020/06/09 5:0 p.m.•65 views

Special Register Buffer speculative side channel

ISSUE DESCRIPTION This issue is related to the MDS and TAA vulnerabilities. Please see https://xenbits.xen.org/xsa/advisory-297.html MDS and https://xenbits.xen.org/xsa/advisory-305.html TAA for details. Certain processor operations microarchitecturally need to read data from outside the physical...

5.5CVSS1AI score0.0054EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/04/14 12:0 p.m.•116 views

Bad error path in GNTTABOP_map_grant

ISSUE DESCRIPTION Grant table operations are expected to return 0 for success, and a negative number for errors. Some misplaced brackets cause one error path to return 1 instead of a negative value. The grant table code in Linux treats this condition as success, and proceeds with incorrectly...

5.5CVSS0.8AI score0.00527EPSS
SaveExploits1
Xen Project
Xen Project
•added 2020/04/14 12:0 p.m.•73 views

Bad continuation handling in GNTTABOP_copy

ISSUE DESCRIPTION Grant table operations are expected to return 0 for success, and a negative number for errors. The fix for CVE-2017-12135 / XSA-226 introduced a path through grant copy handling where success may be returned to the caller without any action taken. In particular the status fields...

8.8CVSS1.2AI score0.00452EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/04/14 12:0 p.m.•91 views

Missing memory barriers in read-write unlock paths

ISSUE DESCRIPTION The read-write unlock paths don't contain a memory barrier. On Arm, this means a processor is allowed to re-order the memory access with the preceding ones. In other words, the unlock may be seen by another processor before all the memory accesses within the "critical" section. ...

7.8CVSS1.8AI score0.00288EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/04/14 12:0 p.m.•78 views

multiple xenoprof issues

ISSUE DESCRIPTION Unprivileged guests can request to map xenoprof buffers, even if profiling has not been enabled for those guests. These buffers were not scrubbed. This is CVE-2020-11740. Furthermore, for guests for which "active" profiling was enabled by the administrator, the xenoprof code use...

8.8CVSS0.7AI score0.00434EPSS
SaveExploits0
Xen Project
Xen Project
•added 2020/03/10 5:2 p.m.•69 views

Load Value Injection (LVI) speculative side channel

ISSUE DESCRIPTION This is very closely related to the Microarchitectural Data Sampling vulnerabilities from May 2019. Please see https://xenbits.xen.org/xsa/advisory-297.html for details about MDS. A new way of using the micro-architectural details behind MDS has been identified. Instead of simpl...

5.6CVSS2.3AI score0.0104EPSS
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 2019/12/11 12:0 p.m.•77 views

Further issues with restartable PV type change operations

ISSUE DESCRIPTION XSA-299 addressed several critical issues in restartable PV type change operations. Despite extensive testing and auditing, some corner cases were missed. IMPACT A malicious PV guest administrator may be able to escalate their privilege to that of the host. VULNERABLE SYSTEMS Al...

6.6CVSS0.8AI score0.01187EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/12/11 12:0 p.m.•80 views

Bugs in dynamic height handling for AMD IOMMU pagetables

ISSUE DESCRIPTION When running on AMD systems with an IOMMU, Xen attempted to dynamically adapt the number of levels of pagetables the pagetable height in the IOMMU according to the guest's address space size. The code to select and update the height had several bugs. Notably, the update was done...

7.2CVSS0.3AI score0.00503EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/12/11 12:0 p.m.•91 views

Linear pagetable use / entry miscounts

ISSUE DESCRIPTION "Linear pagetables" is a technique which involves either pointing a pagetable at itself, or to another pagetable of the same or higher level. Xen has limited support for linear pagetables: A page may either point to itself, or point to another pagetable of the same level i.e., L...

8.8CVSS0.0039EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/12/11 12:0 p.m.•97 views

VMX: VMentry failure with debug exceptions and blocked states

ISSUE DESCRIPTION Please see XSA-260 for background on the MovSS shadow: http://xenbits.xen.org/xsa/advisory-260.html Please see XSA-156 for background on the need for DB interception: http://xenbits.xen.org/xsa/advisory-156.html The VMX VMEntry checks does not like the exact combination of state...

7.5CVSS0.3AI score0.02155EPSS
SaveExploits0Affected Software1
Total number of security vulnerabilities496