Lucene search
+L

496 matches found

Xen Project
Xen Project
•added 2018/02/27 12:0 p.m.•564 views

DoS via non-preemptable L3/L4 pagetable freeing

ISSUE DESCRIPTION Guests have the ability to request removal of memory from themselves. This operation is intended to be requested for normal read/write pages, but is also permitted to be used on other types of pages. So far this in particular included pages pinned to their current type, with the...

6.5CVSS7.4AI score0.00435EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/01/04 12:0 p.m.•539 views

x86: memory leak with MSR emulation

ISSUE DESCRIPTION In Xen 4.10, new infrastructure was introduced as part of an overhaul to how MSR emulation happens for guests. Unfortunately, one tracking structure isn't freed when a vcpu is destroyed. IMPACT A memory allocation of 8 bytes is leaked each time a vcpu is destroyed. A malicious...

6.5CVSS1.1AI score0.00371EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2018/01/03 10:30 p.m.•567 views

Information leak via side effects of speculative execution

ISSUE DESCRIPTION Processors give the illusion of a sequence of instructions executed one-by-one. However, in order to most efficiently use cpu resources, modern superscalar processors actually begin executing many instructions in parallel. In cases where instructions depend on the result of...

5.6CVSS7.2AI score0.92621EPSS
SaveExploits14
Xen Project
Xen Project
•added 2017/12/12 12:0 p.m.•596 views

improper bug check in x86 log-dirty handling

ISSUE DESCRIPTION Memory sharing, available to x86 HVM guests only, uses a special value in the global machine to physical address translation table M2P. PV guests have full control over M2P entries corresponding to pages they own. A bug check specifically, an assertion that an M2P entry is not t...

5.6CVSS0.6AI score0.00359EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/12/12 12:0 p.m.•595 views

improper x86 shadow mode refcount error handling

ISSUE DESCRIPTION Pages being used to run x86 guests in shadow mode are reference counted to track their uses. When another reference cannot be acquired, the corresponding page table entry must not be inserted. Due to incorrect error handling, this constraint could be violated. IMPACT A malicious...

7.8CVSS6.4AI score0.00352EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/12/12 12:0 p.m.•593 views

broken x86 shadow mode refcount overflow check

ISSUE DESCRIPTION Pages being used to run x86 guests in shadow mode are reference counted to track their uses. Unfortunately the overflow check when trying to obtain a new reference used a mask one bit wider than the reference count actually is, rendering the entire check ineffective. IMPACT A...

7.8CVSS6.6AI score0.00352EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/12/12 12:0 p.m.•568 views

x86 PV guests may gain access to internally used pages

ISSUE DESCRIPTION Memory management for PV guests builds on page ownership and page attributes. A domain can always map, at least r/o, pages of which it is the owner. Certain fields in the control structure of a page are used for different purposes in the main PV memory management code and in cod...

7.8CVSS6.6AI score0.00357EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/11/28 12:0 p.m.•588 views

x86: infinite loop due to missing PoD error checking

ISSUE DESCRIPTION Failure to recognize errors being returned from low level functions in Populate on Demand PoD code may result in higher level code entering an infinite loop. IMPACT A malicious HVM guest can cause one pcpu to permanently hang. This normally cascades into the whole system freezin...

6.5CVSS6.9AI score0.00438EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/11/28 12:0 p.m.•575 views

Missing p2m error checking in PoD code

ISSUE DESCRIPTION Certain actions require modification of entries in a guest's P2M Physical-to-Machine table. When large pages are in use for this table, such an operation may incur a memory allocation to replace a large mapping with individual smaller ones. If this allocation fails, the...

8.8CVSS6.9AI score0.00427EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/10/24 12:0 p.m.•546 views

pin count / page reference race in grant table code

ISSUE DESCRIPTION Grant copying code made an implication that any grant pin would be accompanied by a suitable page reference. Other portions of code, however, did not match up with that assumption. When such a grant copy operation is being done on a grant of a dying domain, the assumption turns...

9.1CVSS8.8AI score0.02806EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•546 views

x86: Incorrect handling of self-linear shadow mappings with translated guests

ISSUE DESCRIPTION The shadow pagetable code uses linear mappings to inspect and modify the shadow pagetables. A linear mapping which points back to itself is known as self-linear. For translated guests, the shadow linear mappings being in a separate address space are not intended to be self-linea...

8.8CVSS0.1AI score0.0043EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•541 views

page type reference leak on x86

ISSUE DESCRIPTION The page type system of Xen requires cleanup when the last reference for a given page is being dropped. In order to exclude simultaneous updates to a given page by multiple parties, pages which are updated are locked beforehand. This locking includes temporarily increasing the...

6.5CVSS0.4AI score0.00391EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•526 views

x86: Incorrect handling of IST settings during CPU hotplug

ISSUE DESCRIPTION The x86-64 architecture allows interrupts to be run on distinct stacks. The choice of stack is encoded in a field of the corresponding interrupt descriptor in the Interrupt Descriptor Table IDT. That field selects an entry from the active Task State Segment TSS. Since, on AMD...

8.8CVSS6.9AI score0.00383EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•524 views

multiple MSI mapping issues on x86

ISSUE DESCRIPTION Multiple issues exist with the setup of PCI MSI interrupts: - unprivileged guests were permitted access to devices not owned by them, in particular allowing them to disable MSI or MSI-X on any device - HVM guests can trigger a codepath intended only for PV guests - some failure...

8.8CVSS0.7AI score0.0041EPSS
SaveExploits0
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•597 views

Stale TLB entry due to page type release race

ISSUE DESCRIPTION x86 PV guests effect TLB flushes by way of a hypercall. Xen tries to reduce the number of TLB flushes by delaying them as much as possible. When the last type reference of a page is dropped, the need for a TLB flush before the page is re-used is recorded. If a guest TLB flush...

7.8CVSS7.1AI score0.0033EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•551 views

Unlimited recursion in linear pagetable de-typing

ISSUE DESCRIPTION x86 PV guests are permitted to set up certain forms of what is often called "linear page tables", where pagetables contain references to other pagetables at the same level or higher. Certain restrictions apply in order to fit into Xen's page type handling system. An important...

8.8CVSS0.9AI score0.01547EPSS
SaveExploits2Affected Software1
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•538 views

hypervisor stack leak in x86 I/O intercept code

ISSUE DESCRIPTION Intercepted I/O operations may deal with less than a full machine word's worth of data. While read paths had been the subject of earlier XSAs and hence have been fixed, at least one write path was found where the data stored into an internal structure could contain bits from an...

6.5CVSS0.5AI score0.00407EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/10/12 12:0 p.m.•545 views

DMOP map/unmap missing argument checks

ISSUE DESCRIPTION DMOPs which were a subgroup of HVMOPs in older releases allow guests to control and drive other guests. The I/O request server page mapping interface uses range sets to represent I/O resources the emulation of which is provided by a given I/O request server. The internals of the...

6.5CVSS0.8AI score0.00328EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/09/28 5:26 p.m.•526 views

ARM: Some memory not scrubbed at boot

ISSUE DESCRIPTION Data can remain readable in DRAM across soft and even hard reboots. To ensure that sensitive data is not leaked from one domain to another after a reboot, Xen must "scrub" all memory on boot write it with zeroes. Unfortunately, it was discovered that when memory was in disjoint...

6.5CVSS1.6AI score0.00364EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/09/12 12:0 p.m.•528 views

Missing NUMA node parameter verification

ISSUE DESCRIPTION The function allocheappages allows callers to specify the first NUMA node that should be used for allocations through the memflags parameter; the node is extracted using the MEMFgetnode macro. While the function checks to see if the special constant NUMANONODE is specified, it...

8.8CVSS4.2AI score0.0041EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/09/12 12:0 p.m.•540 views

cxenstored: Race in domain cleanup

ISSUE DESCRIPTION When shutting down a VM with a stubdomain, a race in cxenstored may cause a double-free. IMPACT The xenstored daemon may crash, resulting in a DoS of any parts of the system relying on it including domain creation / destruction, ballooning, device changes, etc. VULNERABLE SYSTEM...

5.6CVSS1.8AI score0.00277EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/09/12 12:0 p.m.•527 views

Missing check for grant table

ISSUE DESCRIPTION The function gnttabcacheflush handles GNTTABOPcacheflush grant table operations. It checks to see if the calling domain is the owner of the page that is to be operated on. If it is not, the owner's grant table is checked to see if a grant mapping to the calling domain exists for...

6.5CVSS0.5AI score0.00422EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/09/12 12:0 p.m.•529 views

insufficient grant unmapping checks for x86 PV guests

ISSUE DESCRIPTION When removing or replacing a grant mapping, the x86 PV specific path needs to make sure page table entries remain in sync with other accounting done. Although the identity of the page frame was validated correctly, neither the presence of the mapping nor page writability were...

8.8CVSS0.6AI score0.0041EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/08/23 3:18 p.m.•556 views

add-to-physmap error paths fail to release lock on ARM

ISSUE DESCRIPTION When dealing with the grant map space of add-to-physmap operations, ARM specific code recognizes a number of error conditions, but fails to release a lock being held on the respective exit paths. IMPACT A malicious guest administrator can cause a denial of service. Specifically,...

6CVSS2.5AI score0.0037EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/08/15 12:0 p.m.•332 views

grant_table: Race conditions with maptrack free list handling

ISSUE DESCRIPTION The grant table code in Xen has a bespoke semi-lockfree allocator for recording grant mappings "maptrack" entries. This allocator has a race which allows the free list to be corrupted. Specifically: the code for removing an entry from the free list, prior to use, assumes without...

7.8CVSS0.1AI score0.00311EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/08/15 12:0 p.m.•381 views

linux: Fix Xen block IO merge-ability calculation

ISSUE DESCRIPTION The block layer in Linux may choose to merge adjacent block IO requests. When Linux is running as a Xen guest, the default merging algorithm is replaced with a Xen-specific one. When Linux is running as an x86 PV guest, some BIO's are erroneously merged, corrupting the data stre...

8.8CVSS0.3AI score0.00497EPSS
SaveExploits0
Xen Project
Xen Project
•added 2017/08/15 12:0 p.m.•348 views

grant_table: possibly premature clearing of GTF_writing / GTF_reading

ISSUE DESCRIPTION Xen maintains the GTFread,writing bits as appropriate, to inform the guest that a grant is in use. A guest is expected not to modify the grant details while it is in use, whereas the guest is free to modify/reuse the grant entry when it is not in use. Under some circumstances, X...

6.5CVSS0.9AI score0.00398EPSS
SaveExploits0
Xen Project
Xen Project
•added 2017/08/15 12:0 p.m.•350 views

multiple problems with transitive grants

ISSUE DESCRIPTION 1 Code to handle copy operations on transitive grants has built in retry logic, involving a function reinvoking itself with unchanged parameters. Such use assumes that the compiler would also translate this to a so called "tail call" when generating machine code. Empirically, th...

8.8CVSS0.5AI score0.00452EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/08/15 12:0 p.m.•328 views

x86: PV privilege escalation via map_grant_ref

ISSUE DESCRIPTION When mapping a grant reference, a guest must inform Xen of where it would like the grant mapped. For PV guests, this is done by nominating an existing linear address, or an L1 pagetable entry, to be altered. Neither of these PV paths check for alignment of the passed parameter...

8.8CVSS6.9AI score0.00437EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•42 views

x86: PKRU and BND* leakage between vCPU-s

ISSUE DESCRIPTION Memory Protection Extensions MPX and Protection Key PKU are features in newer processors, whose state is intended to be per-thread and context switched along with all other XSAVE state. Xen's vCPU context switch code would save and restore the state only if the guest had set the...

7.5CVSS8AI score0.01349EPSS
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.•64 views

grant table operations mishandle reference counts

ISSUE DESCRIPTION We have discovered a number of bugs in the code mapping and unmapping grant references. If a grant is mapped with both the GNTMAPdevicemap and GNTMAPhostmap flags, but unmapped only with hostmap, the devicemap portion remains but the page reference counts are lowered as though i...

10CVSS0.5AI score0.02549EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•54 views

NULL pointer deref in event channel poll

ISSUE DESCRIPTION When polling event channels, in general arbitrary port numbers can be specified. Specifically, there is no requirement that a polled event channel ports has ever been created. When the code was generalised from an earlier implementation, introducing some intermediate pointers, a...

9.4CVSS3.4AI score0.02567EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•34 views

x86: insufficient reference counts during shadow emulation

ISSUE DESCRIPTION When using shadow paging, writes to guest pagetables must be trapped and emulated, so the shadows can be suitably adjusted as well. When emulating the write, Xen maps the guests pagetables to make the final adjustment and leave the guest's view of its state consistent. However,...

9CVSS7.1AI score0.01669EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•74 views

blkif responses leak backend stack data

ISSUE DESCRIPTION The block interface response structure has some discontiguous fields. Certain backends populate the structure fields of an otherwise uninitialized instance of this structure on their stacks, leaking data through the internal or trailing padding field. IMPACT A malicious...

6.5CVSS1.4AI score0.00445EPSS
SaveExploits0
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 2017/06/20 12:0 p.m.•47 views

ARM guest disabling interrupt may crash Xen

ISSUE DESCRIPTION Virtual interrupt injection could be triggered by a guest when sending an SGI e.g IPI to any vCPU or by configuring timers. When the virtual interrupt is masked, a missing check in the injection path may result in reading invalid hardware register or crashing the host. IMPACT A...

6.5CVSS2.1AI score0.019EPSS
SaveExploits0
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•51 views

stale P2M mappings due to insufficient error checking

ISSUE DESCRIPTION Certain actions require removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a large mapping with individual smaller ones. If...

10CVSS0.3AI score0.0367EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/06/20 12:0 p.m.•48 views

page transfer may allow PV guest to elevate privilege

ISSUE DESCRIPTION Domains controlling other domains are permitted to map pages owned by the domain being controlled. If the controlling domain unmaps such a page without flushing the TLB, and if soon after the domain being controlled transfers this page to another PV domain via GNTTABOPtransfer o...

10CVSS7.1AI score0.02668EPSS
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 2017/05/02 12:0 p.m.•80 views

grant transfer allows PV guest to elevate privileges

ISSUE DESCRIPTION The GNTTABOPtransfer operation allows one guest to transfer a page to another guest. The internal processing of this, however, does not include zapping the previous type of the page being transferred. This makes it possible for a PV guest to transfer a page previously used as pa...

8.8CVSS1.4AI score0.00421EPSS
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/04/04 12:0 p.m.•68 views

x86: broken check in memory_exchange() permits PV guest breakout

ISSUE DESCRIPTION The XSA-29 fix introduced an insufficient check on XENMEMexchange input, allowing the caller to drive hypervisor memory accesses outside of the guest provided input/output arrays. IMPACT A malicious or buggy 64-bit PV guest may be able to access all of system memory, allowing fo...

8.2CVSS1.3AI score0.01569EPSS
SaveExploits3Affected Software1
Xen Project
Xen Project
•added 2017/03/28 12:0 p.m.•41 views

xenstore denial of service via repeated update

ISSUE DESCRIPTION xenstored supports transactions, such that if writes which would invalidate assumptions of a transaction occur, the entire transaction fails. Typical response on a failed transaction is to simply retry the transaction until it succeeds. Unprivileged domains may issue writes to...

2.8AI score
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/03/14 12:0 p.m.•104 views

Cirrus VGA Heap overflow via display refresh

ISSUE DESCRIPTION When a graphics update command gets passed to the VGA emulator, there are 3 possible modes that can be used to update the display: blank - Clears the display text - Treats the display as showing text graph - Treats the display as showing graphics After the display geometry gets...

9.9CVSS7.6AI score0.04448EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/02/23 4:28 p.m.•36 views

arm: memory corruption when freeing p2m pages

ISSUE DESCRIPTION When freeing pages used for stage-2 page tables, the freeing routine failed to remove these pages from an internally managed list they were put on during allocation. The same list node elements are also used by the hypervisor's page allocator. Subsequent manipulation of ARM's...

2.2AI score
SaveExploits0
Xen Project
Xen Project
•added 2017/02/21 12:0 p.m.•77 views

cirrus_bitblt_cputovideo does not check if memory region is safe

ISSUE DESCRIPTION In CIRRUSBLTMODEMEMSYSSRC mode the bitblit copy routine cirrusbitbltcputovideo fails to check wethehr the specified memory region is safe. IMPACT A malicious guest administrator can cause an out of bounds memory write, very likely exploitable as a privilege escalation. VULNERABL...

9.9CVSS2.5AI score0.03559EPSS
SaveExploits0
Xen Project
Xen Project
•added 2017/02/15 12:0 p.m.•40 views

memory leak when destroying guest without PT devices

ISSUE DESCRIPTION Certain internal state is set up, during domain construction, in preparation for possible pass-through device assignment. On ARM and AMD V-i hardware this setup includes memory allocation. On guest teardown, cleanup was erroneously only performed when the guest actually had a...

0.6AI score
SaveExploits0Affected Software1
Xen Project
Xen Project
•added 2017/02/10 12:43 p.m.•130 views

oob access in cirrus bitblt copy

ISSUE DESCRIPTION When doing bitblt copy backwards, qemu should negate the blit width. This avoids an oob access before the start of video memory. IMPACT A malicious guest administrator can cause an out of bounds memory access, leading to information disclosure or privilege escalation. VULNERABLE...

9.1CVSS2.1AI score0.03648EPSS
SaveExploits0
Xen Project
Xen Project
•added 2016/12/21 12:0 p.m.•66 views

x86: missing NULL pointer check in VMFUNC emulation

ISSUE DESCRIPTION When support for the Intel VMX VMFUNC leaf 0 was added, a new optional function pointer hvmemulvmfunc was added to the hvmemulateops table. As is intended, that new function pointer is NULL on non-VMX hardware, including AMD SVM hardware. However at a call site, the necessary NU...

5.5CVSS0.8AI score0.00451EPSS
SaveExploits0Affected Software1
Total number of security vulnerabilities496