Lucene search
+L

496 matches found

Xen Project
Xen Project
•added 2019/12/11 12:0 p.m.•84 views

find_next_bit() issues

ISSUE DESCRIPTION In a number of places bitmaps are being used by the hypervisor to track certain state. Iteration over all bits involves functions which may misbehave in certain corner cases: - On 32-bit Arm accesses to bitmaps with bit a count which is a multiple of 32, an out of bounds access...

6.5CVSS0.9AI score0.00378EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/11/26 12:0 p.m.•85 views

Device quarantine for alternate pci assignment methods

ISSUE DESCRIPTION XSA-302 relies on the use of libxl's "assignable-add" feature to prepare devices to be assigned to untrusted guests. Unfortunately, this is not considered a strictly required step for device assignment. The PCI passthrough documentation on the wiki describes alternate ways of...

7.2CVSS1.3AI score0.00451EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/11/12 6:1 p.m.•109 views

TSX Asynchronous Abort 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 to sample data from microarchitectural structures has been identified. A TSX Asynchronous...

6.5CVSS0.7AI score0.03133EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/11/12 6:1 p.m.•109 views

x86: Machine Check Error on Page Size Change DoS

ISSUE DESCRIPTION An erratum exists across some CPUs whereby an instruction fetch may cause a machine check error if the pagetables have been updated in a specific manner without invalidating the TLB. The x86 architecture explicitly permits modification of the pagetables without TLB invalidation,...

6.5CVSS0.2AI score0.00915EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/10/31 12:0 p.m.•95 views

missing descriptor table limit checking in x86 PV emulation

ISSUE DESCRIPTION When emulating certain PV guest operations, descriptor table accesses are performed by the emulating code. Such accesses should respect the guest specified limits, unless otherwise guaranteed to fail in such a case. Without this, emulation of 32-bit guest user mode calls through...

9.8CVSS0.7AI score0.02546EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/10/31 12:0 p.m.•97 views

passed through PCI devices may corrupt host memory after deassignment

ISSUE DESCRIPTION When a PCI device is assigned to an untrusted domain, it is possible for that domain to program the device to DMA to an arbitrary address. The IOMMU is used to protect the host from malicious DMA by making sure that the device addresses can only target memory assigned to the...

6.9CVSS1.8AI score0.00497EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/10/31 12:0 p.m.•88 views

Issues with restartable PV type change operations

ISSUE DESCRIPTION To avoid using shadow pagetables for PV guests, Xen exposes the actual hardware pagetables to the guest. In order to prevent the guest from modifying these page tables directly, Xen keeps track of how pages are used using a type system; pages must be "promoted" before being used...

7.5CVSS0.5AI score0.01679EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/10/31 12:0 p.m.•82 views

VCPUOP_initialise DoS

ISSUE DESCRIPTION hypercallcreatecontinuation is a variadic function which uses a printf-like format string to interpret its parameters. Error handling for a bad format character was done using BUG, which crashes Xen. One path, via the VCPUOPinitialise hypercall, has a bad format character. The B...

6.5CVSS1.8AI score0.02522EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/10/31 12:0 p.m.•91 views

add-to-physmap can be abused to DoS Arm hosts

ISSUE DESCRIPTION p2m-maxmappedgfn is used by the functions p2mresolvetranslationfault and p2mgetentry to sanity check guest physical frame. The rest of the code in the two functions will assume that there is a valid root table and check that with BUGON. The function p2mgetrootpointer will ignore...

8.8CVSS0.6AI score0.02059EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/10/31 12:0 p.m.•92 views

ARM: Interrupts are unconditionally unmasked in exception handlers

ISSUE DESCRIPTION When an exception occurs on an ARM system which is handled without changing processor level, some interrupts are unconditionally enabled during exception entry. So exceptions which occur when interrupts are masked will effectively unmask the interrupts. IMPACT A malicious guest...

8.8CVSS2.3AI score0.01817EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/07/09 1:55 p.m.•149 views

Linux: No grant table and foreign mapping limits

ISSUE DESCRIPTION Virtual device backends and device models running in domain 0, or other backend driver domains, need to be able to map guest memory either via grant mappings, or via the foreign mapping interface. Inside Xen, mapped grants are tracked by the maptrack structure. The size of this...

6.5CVSS0.3AI score0.00408EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/06/13 7:16 p.m.•240 views

Unlimited Arm Atomics Operations

ISSUE DESCRIPTION Software targeting pre-Armv8.1-A hardware, Xen included, commonly implements atomics using Load/Store exclusive instructions in a loop that will terminate once the store succeeded. As per the Armv8-A Architecture Reference Manual ARM DDI0487D.a, paragraph 2.9.5 "Load-Exclusive a...

5.5CVSS0.5AI score0.00358EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/05/14 5:0 p.m.•122 views

Microarchitectural Data Sampling speculative side channel

ISSUE DESCRIPTION Microarchitectural Data Sampling refers to a group of speculative sidechannels vulnerabilities. They consist of: CVE-2018-12126 - MSBDS - Microarchitectural Store Buffer Data Sampling CVE-2018-12127 - MLPDS - Microarchitectural Load Port Data Sampling CVE-2018-12130 - MFBDS -...

5.9CVSS1.1AI score0.01566EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•130 views

x86: PV kernel context switch corruption

ISSUE DESCRIPTION On hardware supporting the fsgsbase feature, 64bit PV guests can set and clear the applicable control bit in its virtualised %cr4, but the feature remains fully active in hardware. Therefore, the associated instructions are actually usable. Linux, which does not currently suppor...

7.8CVSS0.3AI score0.00352EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•188 views

x86: Inconsistent PV IOMMU discipline

ISSUE DESCRIPTION In order for a PV domain to set up DMA from a passed-through device to one of its pages, the page must be mapped in the IOMMU. On the other hand, before a PV page may be used as a "special" page type such as a pagetable or descriptor table, it must not be writable in the IOMMU...

6.8CVSS0.3AI score0.00279EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•123 views

grant table transfer issues on large hosts

ISSUE DESCRIPTION When the code processing grant table transfer requests finds a page with an address too large to be represented in the interface with the guest, it allocates a replacement page and copies page contents. However, the code doing so fails to set the newly allocated page's accountin...

8.8CVSS0.1AI score0.00353EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•169 views

x86 shadow: Insufficient TLB flushing when using PCID

ISSUE DESCRIPTION Use of Process Context Identifiers PCID was introduced into Xen in order to improve performance after XSA-254 and in particular its Meltdown sub-issue. This enablement implied changes to the TLB flushing logic. One aspect which was overlooked is the safety of switching between...

6.5CVSS0.5AI score0.00347EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•130 views

x86/PV: page type reference counting issue with failed IOMMU update

ISSUE DESCRIPTION When an x86 PV domain has a passed-through PCI device assigned, IOMMU mappings may need to be updated when the type of a particular page changes. Such an IOMMU operation may fail. In the event of failure, while at present the affected guest would be forcibly crashed, the already...

6.5CVSS0.1AI score0.0035EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•158 views

x86: steal_page violates page_struct access discipline

ISSUE DESCRIPTION Xen's reference counting rules were designed to allow pages to change owner and state without requiring a global lock. Each page has a page structure, and a very specific set of access disciplines must be observed to ensure that pages are freed properly, and that no writable...

7CVSS1AI score0.00258EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•116 views

race with pass-through device hotplug

ISSUE DESCRIPTION When adding a passed-through PCI device to a domain after it was already started, IOMMU page tables may need constructing on the fly. For PV guests the decision whether a page ought to have a mapping is based on whether the page is writable, to prevent IOMMU access to things lik...

7.8CVSS0.1AI score0.00259EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•130 views

missing preemption in x86 PV page table unvalidation

ISSUE DESCRIPTION XSA-273 changes required, among other things, making any PTE updates restartable. The changes making PTE updates restartable assumed that L2 pagetables would always be promoted preemptibly; but this turns out not to be the case when using the 'linear pagetable' feature; the resu...

6.5CVSS0.7AI score0.0035EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2019/03/05 12:0 p.m.•190 views

x86: insufficient TLB flushing when using PCID

ISSUE DESCRIPTION Use of Process Context Identifiers PCID was introduced into Xen in order to improve performance after XSA-254 and in particular its Meltdown sub-issue. This enablement implied changes to the TLB flushing logic. The particular case of context switch to a vCPU of a PCID-enabled...

8.8CVSS0.2AI score0.00349EPSS
SaveExploits0
Xen Project
Xen Project
•added 2019/02/22 5:42 p.m.•15 views

Withdrawn Xen Security Advisory number

DESCRIPTION XSA-283 stated: VT-d: Incorrect accesses into the Interrupt Remapping table A VT-d IOMMU has several tables in main RAM, which are configured by the driver when it starts. The tables are required to be aligned on a 4k boundary, and the control registers in the IOMMU which point to the...

0.7AI score
SaveExploits0
Xen Project
Xen Project
•added 2019/01/21 12:0 p.m.•291 views

Cache-load gadgets exploitable with L1TF

ISSUE DESCRIPTION Previously reported vulnerabilities CVE-2017-5753 / XSA-254 Spectre V1 and CVE-2018-3646 / XSA-273 L1TF can, when combined, be leveraged to more easily gather leaked information. A Spectre v1 gadget is a speculation sequence which starts with a conditional branch, contains a...

1.2AI score
SaveExploits0
Xen Project
Xen Project
•added 2018/11/20 12:0 p.m.•484 views

x86: DoS from attempting to use INVPCID with a non-canonical addresses

ISSUE DESCRIPTION The INVPCID instruction raises GP0 if an attempt is made to invalidate a non-canonical address. Older flushing mechanisms such as INVLPG tolerate this without error, and perform no action. There is one guest accessible path in Xen where a non-canonical address was passed into th...

5.6CVSS0.8AI score0.84172EPSS
SaveExploits3Affected Software1
Xen Project
Xen Project
•added 2018/11/20 12:0 p.m.•260 views

resource accounting issues in x86 IOREQ server handling

ISSUE DESCRIPTION Allocation of pages used to communicate with external emulators did not follow certain principles that are required for proper life cycle management of guest exposed pages. IMPACT A compromised DM stubdomain may cause Xen to crash, resulting in a DoS Denial of Service affecting...

7.8CVSS2.3AI score0.00364EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/11/20 12:0 p.m.•272 views

x86: incorrect error handling for guest p2m page removals

ISSUE DESCRIPTION The internal function querying a domain's p2m table grabs the p2m lock by default, so that the answer to the query remains true until the caller can act on that information; it is up to the caller then to release the lock. Unfortunately, certain failure paths don't release the...

6.5CVSS0.8AI score0.00357EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/11/20 12:0 p.m.•258 views

Fix for XSA-240 conflicts with shadow paging

ISSUE DESCRIPTION The fix for XSA-240 introduced a new field into the control structure associated with each page of RAM. This field was added to a union, another member of which is used when Xen uses shadow paging for the guest. During migration, or with the L1TF XSA-273 mitigation for PV guests...

8.8CVSS0.5AI score0.00438EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/11/20 12:0 p.m.•279 views

insufficient TLB flushing / improper large page mappings with AMD IOMMUs

ISSUE DESCRIPTION In order to be certain that no undue access to memory is possible anymore after IOMMU mappings of this memory have been removed, Translation Lookaside Buffers TLBs need to be flushed after most changes to such mappings. Xen bypassed certain IOMMU flushes on AMD x86 hardware...

7.8CVSS1.5AI score0.00409EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/11/06 6:41 p.m.•614 views

guest use of HLE constructs may lock up host

ISSUE DESCRIPTION Various Intel CPU models have an erratum listed under the title "Processor May Hang When Executing Code In an HLE Transaction". It describes a potential hang when using instructions with the XACQUIRE prefix on the host physical memory range covering the first 4 MiB starting at t...

6.5CVSS2.7AI score0.00454EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/10/24 9:13 p.m.•584 views

x86: Nested VT-x usable even when disabled

ISSUE DESCRIPTION When running HVM guests, virtual extensions are enabled in hardware because Xen is using them. As a result, a guest can blindly execute the virtualisation instructions, and will exit to Xen for processing. In the case that the guest hasn't followed the correct virtual...

8.8CVSS1.1AI score0.00437EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/08/14 5:16 p.m.•616 views

L1 Terminal Fault speculative side channel

ISSUE DESCRIPTION In x86 nomenclature, a Terminal Fault is a pagetable walk which aborts due to the page being not present e.g. paged out to disk, or because of reserved bits being set. Architecturally, such a memory access will result in a page fault exception, but some processors will...

5.6CVSS0.8AI score0.08101EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/08/14 5:0 p.m.•581 views

oxenstored does not apply quota-maxentity

ISSUE DESCRIPTION The logic in oxenstored for handling writes depended on the order of evaluation of expressions making up a tuple. As indicated in section 7.7.3 "Operations on data structures" of the OCaml manual: http://caml.inria.fr/pub/docs/manual-ocaml/expr.html the order of evaluation of...

6.5CVSS0.1AI score0.00399EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/08/14 5:0 p.m.•563 views

Linux netback driver OOB access in hash handling

ISSUE DESCRIPTION Linux's netback driver allows frontends to control mapping of requests to request queues. When processing a request to set or change this mapping, some input validation was missing or flawed. IMPACT A malicious or buggy frontend may cause the usually privileged backend to make o...

7.8CVSS1.9AI score0.00352EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/08/14 5:0 p.m.•547 views

Use of v2 grant tables may cause crash on ARM

ISSUE DESCRIPTION ARM never properly implemented grant table v2, either in the hypervisor or in Linux. Unfortunately, an ARM guest can still request v2 grant tables; they will simply not be properly set up, resulting in subsequent grant-related hypercalls hitting BUG checks. IMPACT An unprivilege...

6.5CVSS1.2AI score0.00421EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/08/14 5:0 p.m.•565 views

XAPI HTTP directory traversal

ISSUE DESCRIPTION XAPI has an unauthenticated HTTP endpoint update/ which exports the contents of /var/update for other hosts to use. However, the resolution of . and .. in paths is performed before url unquoting is performed. This allows an attacker to traverse out of the web root. IMPACT An...

10CVSS1.8AI score0.56147EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/08/14 5:0 p.m.•564 views

x86: Incorrect MSR_DEBUGCTL handling lets guests enable BTS

ISSUE DESCRIPTION The DEBUGCTL MSR contains several debugging features, some of which virtualise cleanly, but some do not. In particular, Branch Trace Store is not virtualised by the processor, and software has to be careful to configure it suitably not to lock up the core. As a result, it must...

6CVSS0.00337EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/07/25 5:0 p.m.•759 views

Linux: Uninitialized state in x86 PV failsafe callback path

ISSUE DESCRIPTION Linux has a failsafe callback, invoked by Xen under certain conditions. Normally in this failsafe callback, errorentry is paired with errorexit; and errorentry uses %ebx to communicate to errorexit whether to use the user or kernel return path. Unfortunately, on 64-bit PV Xen on...

7.8CVSS2.4AI score0.00409EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/06/27 9:0 p.m.•544 views

libxl fails to honour readonly flag on HVM emulated SCSI disks

ISSUE DESCRIPTION libxl fails to pass the readonly flag to qemu when setting up a SCSI disk, due to what was probably an erroneous merge conflict resolution. IMPACT Malicious guest administrators or in some situations users may be able to write to supposedly read-only disk images. VULNERABLE...

9.9CVSS1.1AI score0.02554EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/06/27 9:0 p.m.•549 views

preemption checks bypassed in x86 PV MM handling

ISSUE DESCRIPTION Certain PV MMU operations may take a long time to process. For that reason Xen explicitly checks for the need to preempt the current vCPU at certain points. A few rarely taken code paths did bypass such checks. By suitably enforcing the conditions through its own page table...

6.5CVSS0.8AI score0.00435EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/06/27 9:0 p.m.•550 views

x86: #DB exception safety check can be triggered by a guest

ISSUE DESCRIPTION One of the fixes in XSA-260 added some safety checks to help prevent Xen livelocking with debug exceptions. Unfortunately, due to an oversight, at least one of these safety checks can be triggered by a guest. IMPACT A malicious PV guest can crash Xen, leading to a Denial of...

6.5CVSS1AI score0.00414EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/06/13 9:0 p.m.•591 views

Speculative register leakage from lazy FPU context switching

ISSUE DESCRIPTION x86 has a hardware mechanism for lazy FPU context switching. On a task switch, %cr0.ts Task Switched gets set, and the next instruction to touch floating point state raises an NM No Math, later known as Device Not Available exception. Traditionally, FPU state has been large in...

5.6CVSS0.3AI score0.00611EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/05/21 9:0 p.m.•553 views

Speculative Store Bypass

ISSUE DESCRIPTION Contemporary high performance processors may use a technique commonly known as Memory Disambiguation, whereby speculative execution may proceed past unresolved stores. This opens a speculative sidechannel in which loads from an address which have had a recent store can observe a...

5.5CVSS2.1AI score0.60631EPSS
SaveExploits3
Xen Project
Xen Project
•added 2018/05/08 5:0 p.m.•574 views

x86: mishandling of debug exceptions

ISSUE DESCRIPTION When switching stacks, it is critical to have a matching stack segment and stack pointer. To allow an atomic update from what would otherwise be two adjacent instructions, an update which changes the stack segment either a mov or pop instruction with %ss encoded as the destinati...

7.8CVSS1.6AI score0.18842EPSS
SaveExploits9Affected Software1
Xen Project
Xen Project
•added 2018/05/08 5:0 p.m.•534 views

x86 vHPET interrupt injection errors

ISSUE DESCRIPTION The High Precision Event Timer HPET can be configured to deliver interrupts in one of three different modes - through legacy interrupts; through the IO-APIC; or optionally via a method similar to PCI MSI. The last mode is optional and not implemented by Xen. However, of the firs...

8.8CVSS2.6AI score0.00489EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/05/08 5:0 p.m.•512 views

qemu may drive Xen into unbounded loop

ISSUE DESCRIPTION When Xen sends requests to a device model, the next expected action inside Xen is tracked using a state field. The requests themselves are placed in a memory page shared with the device model, so that the device model can communicate to Xen its progress on the request. The state...

6.5CVSS0.8AI score0.00442EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/04/25 12:0 p.m.•573 views

x86: PV guest may crash Xen with XPTI

ISSUE DESCRIPTION The workaround for the Meltdown vulnerability XSA-254 failed to deal with an error code path connecting the INT 80 handling with general exception handling. This results in an unconditional write attempt of the value zero to an address near 2^64, in cases where a PV guest has no...

6.5CVSS0.4AI score0.00425EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/04/25 12:0 p.m.•562 views

Information leak via crafted user-supplied CDROM

ISSUE DESCRIPTION QEMU handles many different file formats for virtual disks e.g., raw, qcow2, vhd, &c. Some of these formats are "snapshots" that specify "patches" to an alternate disk image, whose filename is included in the snapshot file. When qemu is given a disk but the type is not specified...

5.6CVSS1.6AI score0.00373EPSS
SaveExploits0
Xen Project
Xen Project
•added 2018/02/27 12:0 p.m.•566 views

grant table v2 -> v1 transition may crash Xen

ISSUE DESCRIPTION Grant tables come in two flavors versions, and domains are permitted to freely change between them subject to certain constraints. For the guest to use the facility, both the "normal" shared pages applicable to v1 and v2 and the "status" pages applicable to v2 only need to be...

8.8CVSS8AI score0.00433EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/02/27 12:0 p.m.•540 views

x86 PVH guest without LAPIC may DoS the host

ISSUE DESCRIPTION So far, x86 PVH guests can be configured with or without Local APICs. Configurations with Local APICs are identical to x86 HVM guests, and will use as much hardware acceleration support as possible. Configurations without Local APICs try to turn off all hardware acceleration, an...

6.5CVSS7.3AI score0.00389EPSS
SaveExploits0
Total number of security vulnerabilities496