Lucene search
+L

874 matches found

Xen Project
Xen Project
added 2016/12/19 3:37 p.m.59 views

x86: Mishandling of SYSCALL singlestep during emulation

ISSUE DESCRIPTION The typical behaviour of singlestepping exceptions is determined at the start of the instruction, with a DB trap being raised at the end of the instruction. SYSCALL and SYSRET, although we don't implement it behave differently because the typical behaviour allows userspace to...

7.8CVSS0.9AI score0.00424EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2016/12/13 3:28 p.m.30 views

CVE-2016-9932

CMPXCHG8B emulation in Xen 3.3.x through 4.7.x on x86 systems allows local HVM guest OS users to obtain sensitive information from host stack memory via a "supposedly-ignored" operand size prefix...

5CVSS4.1AI score0.00421EPSS
SaveExploits0References2
Xen Project
Xen Project
added 2016/12/13 12:00 p.m.49 views

x86 CMPXCHG8B emulation fails to ignore operand size override

ISSUE DESCRIPTION The x86 instruction CMPXCHG8B is supposed to ignore legacy operand size overrides; it only honors the REX.W override making it CMPXCHG16B. So, the operand size is always 8 or 16. When support for CMPXCHG16B emulation was added to the instruction emulator, this restriction on the...

3.3CVSS0.7AI score0.00421EPSS
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2016/12/08 12:00 a.m.41 views

Debian DSA-3729-1 : xen - security update

Multiple vulnerabilities have been discovered in the Xen hypervisor. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2016-7777 XSA-190 Jan Beulich from SUSE discovered that Xen does not properly honor CR0.TS and CR0.EM for x86 HVM guests, potentially...

8.8CVSS7AI score0.00509EPSS
SaveExploits0References21
Xen Project
Xen Project
added 2016/12/06 12:00 p.m.58 views

qemu ioport array overflow

ISSUE DESCRIPTION The code in qemu which implements ioport read/write looks up the specified ioport address in a dispatch table. The argument to the dispatch function is a uint32t, and is used without a range check, even though the table has entries for only 2^16 ioports. When qemu is used as a...

7.5CVSS0.00364EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2016/12/05 12:00 a.m.60 views

FreeBSD : xen-kernel -- x86: Mishandling of instruction pointer truncation during emulation (49211361-ba4d-11e6-ae1b-002590263bf5)

The Xen Project reports : When emulating HVM instructions, Xen uses a small i-cache for fetches from guest memory. The code that handles cache misses does not check if the address from which it fetched lies within the cache before blindly writing to it. As such it is possible for the guest to...

8.2CVSS7.8AI score0.00425EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2016/12/05 12:00 a.m.49 views

FreeBSD : xen-kernel -- CR0.TS and CR0.EM not always honored for x86 HVM guests (4d7cf654-ba4d-11e6-ae1b-002590263bf5)

The Xen Project reports : Instructions touching FPU, MMX, or XMM registers are required to raise a Device Not Available Exception NM when either CR0.EM or CR0.TS are set. Their AVX or AVX-512 extensions would consider only CR0.TS. While during normal operation this is ensured by the hardware, if ...

6.3CVSS7.2AI score0.00303EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2016/12/05 12:00 a.m.39 views

FreeBSD : xen-kernel -- x86 HVM: Overflow of sh_ctxt->seg_reg[] (4aae54be-ba4d-11e6-ae1b-002590263bf5)

The Xen Project reports : x86 HVM guests running with shadow paging use a subset of the x86 emulator to handle the guest writing to its own pagetables. There are situations a guest can provoke which result in exceeding the space allocated for internal state. A malicious HVM guest administrator ca...

4.1CVSS6.3AI score0.00392EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2016/11/22 12:48 p.m.25 views

CVE-2016-9381

Race condition in QEMU in Xen allows local x86 HVM guest OS administrators to gain privileges by changing certain data on shared rings, aka a "double fetch" vulnerability...

7.5CVSS5.6AI score0.00295EPSS
SaveExploits0References2
Xen Project
Xen Project
added 2016/11/22 12:00 p.m.58 views

qemu incautious about shared ring processing

ISSUE DESCRIPTION The compiler can emit optimizations in qemu which can lead to double fetch vulnerabilities. Specifically data on the rings shared between qemu and the hypervisor which the guest under control can obtain mappings of can be fetched twice during which time the guest can alter the...

7.5CVSS2.3AI score0.00295EPSS
SaveExploits0
Xen Project
Xen Project
added 2016/11/22 12:00 p.m.88 views

x86 segment base write emulation lacking canonical address checks

ISSUE DESCRIPTION Both writes to the FS and GS register base MSRs as well as the WRFSBASE and WRGSBASE instructions require their input values to be canonical, or a GP fault will be raised. When the use of those instructions by the hypervisor was enabled, the previous guard against GP faults havi...

6CVSS2.1AI score0.00432EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2016/11/22 12:00 p.m.55 views

x86 software interrupt injection mis-handled

ISSUE DESCRIPTION There are two closely-related bugs. When Xen emulates instructions which generate software interrupts it needs to perform a privilege check involving an IDT lookup. This check is sometimes erroneously conducted as if the IDT had the format for a 32-bit guest, when in fact it is ...

5.5CVSS0.4AI score0.0039EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2016/11/22 12:00 p.m.75 views

x86 task switch to VM86 mode mis-handled

ISSUE DESCRIPTION LDTR, just like TR, is purely a protected mode facility. Hence even when switching to a VM86 mode task, LDTR loading needs to follow protected mode semantics. This was violated by the code. IMPACT On SVM AMD hardware: a malicious unprivileged guest process can escalate its...

7.8CVSS1.4AI score0.00452EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2016/11/22 12:00 p.m.68 views

x86 null segments not always treated as unusable

ISSUE DESCRIPTION The Xen x86 emulator erroneously failed to consider the unusability of segments when performing memory accesses. The intended behaviour is as follows: The user data segment %ds, %es, %fs and %gs selectors may be NULL in 32-bit to prevent access. In 64-bit, NULL has a special...

7.8CVSS0.6AI score0.0045EPSS
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2016/11/15 12:00 a.m.43 views

Fedora 25 : xen (2016-81e5a36d8c)

enable xen livepatch in hypervisor via .config file qemu-kvm: Directory traversal flaw in 9p virtio backend CVE-2016-7116 qemu: hw: net: Heap overflow in xlnx.xps-ethernetlite CVE-2016-7161 CR0.TS and CR0.EM not always honored for x86 HVM guest XSA-190, CVE-2016-7777 Note that Tenable Network...

10CVSS6.5AI score0.06063EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2016/11/04 12:00 a.m.47 views

Debian DLA-699-1 : xen security update

Xen does not properly honor CR0.TS and CR0.EM, which allows local x86 HVM guest OS users to read or modify FPU, MMX, or XMM register state information belonging to arbitrary tasks on the guest by modifying an instruction while the hypervisor is preparing to emulate it. For Debian 7 'Wheezy', thes...

6.3CVSS7.3AI score0.00303EPSS
SaveExploits0References3
Debian
Debian
added 2016/11/03 3:30 p.m.67 views

[SECURITY] [DLA 699-1] xen security update

Package : xen Version : 4.1.6.lts1-3 CVE ID : CVE-2016-7777 Xen does not properly honor CR0.TS and CR0.EM, which allows local x86 HVM guest OS users to read or modify FPU, MMX, or XMM register state information belonging to arbitrary tasks on the guest by modifying an instruction while the...

6.3CVSS7.1AI score0.00303EPSS
SaveExploits0
Citrix
Citrix
added 2016/10/10 4:00 a.m.57 views

CVE-2016-7777 - Citrix XenServer Security Update

Description of Problem A security vulnerability has been identified in Citrix XenServer that may allow malicious user code within an HVM guest VM to read or modify the contents of certain registers belonging to other tasks within that same guest VM. This vulnerability affects all currently...

6.3CVSS1.2AI score0.00303EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2016/10/07 2:59 p.m.5 views

ALPINE-CVE-2016-7777

Xen 4.7.x and earlier does not properly honor CR0.TS and CR0.EM, which allows local x86 HVM guest OS users to read or modify FPU, MMX, or XMM register state information belonging to arbitrary tasks on the guest by modifying an instruction while the hypervisor is preparing to emulate it...

6.3CVSS6.2AI score0.00303EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2016/10/07 2:59 p.m.36 views

CVE-2016-7777

Xen 4.7.x and earlier does not properly honor CR0.TS and CR0.EM, which allows local x86 HVM guest OS users to read or modify FPU, MMX, or XMM register state information belonging to arbitrary tasks on the guest by modifying an instruction while the hypervisor is preparing to emulate it...

6.3CVSS7AI score0.00303EPSS
SaveExploits0References2
Rows per page
Query Builder