Lucene search
+L

87 matches found

Tenable Nessus
Tenable Nessus
added 2016/07/05 12:0 a.m.31 views

FreeBSD : xen-kernel -- x86 shadow pagetables: address width overflow (d51ced72-4212-11e6-942d-bc5ff45d0f28)

The Xen Project reports : In the x86 shadow pagetable code, the guest frame number of a superpage mapping is stored in a 32-bit field. If a shadowed guest can cause a superpage mapping of a guest-physical address at or above 2^44 to be shadowed, the top bits of the address will be lost, causing a...

8.8CVSS7.8AI score0.00455EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2016/07/05 12:0 a.m.32 views

FreeBSD : xen-kernel -- x86 software guest page walk PS bit handling flaw (e43b210a-4212-11e6-942d-bc5ff45d0f28)

The Xen Project reports : The Page Size PS page table entry bit exists at all page table levels other than L1. Its meaning is reserved in L4, and conditionally reserved in L3 and L2 depending on hardware capabilities. The software page table walker in the hypervisor, however, so far ignored that...

8.4CVSS8AI score0.00542EPSS
SaveExploits0References3
FreeBSD
FreeBSD
added 2016/05/17 12:0 a.m.38 views

xen-kernel -- x86 software guest page walk PS bit handling flaw

The Xen Project reports: The Page Size PS page table entry bit exists at all page table levels other than L1. Its meaning is reserved in L4, and conditionally reserved in L3 and L2 depending on hardware capabilities. The software page table walker in the hypervisor, however, so far ignored that b...

8.4CVSS1.4AI score0.00542EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2016/02/29 12:0 a.m.35 views

FreeBSD : xen-kernel -- VMX: intercept issue with INVLPG on non-canonical address (80adc394-ddaf-11e5-b2bd-002590263bf5)

The Xen Project reports : While INVLPG does not cause a General Protection Fault when used on a non-canonical address, INVVPID in its 'individual address' variant, which is used to back the intercepted INVLPG in certain cases, fails in such cases. Failure of INVVPID results in a hypervisor bug...

6.3CVSS7.1AI score0.01277EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2016/02/29 12:0 a.m.45 views

FreeBSD : xen-kernel -- VMX: guest user mode may crash guest with non-canonical RIP (81f9d6a4-ddaf-11e5-b2bd-002590263bf5)

The Xen Project reports : VMX refuses attempts to enter a guest with an instruction pointer which doesn't satisfy certain requirements. In particular, the instruction pointer needs to be canonical when entering a guest currently in 64-bit mode. This is the case even if the VM entry information...

5.5CVSS6.9AI score0.00391EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2016/02/29 12:0 a.m.26 views

FreeBSD : xen-kernel -- PV superpage functionality missing sanity checks (7ed7c36f-ddaf-11e5-b2bd-002590263bf5)

The Xen Project reports : The PV superpage functionality lacks certain validity checks on data being passed to the hypervisor by guests. This is the case for the page identifier MFN passed to MMUEXTMARKSUPER and MMUEXTUNMARKSUPER sub-ops of the HYPERVISORmmuextop hypercall as well as for various...

8.5CVSS7.8AI score0.01153EPSS
SaveExploits0References3
FreeBSD
FreeBSD
added 2016/02/17 12:0 a.m.45 views

xen-kernel -- VMX: guest user mode may crash guest with non-canonical RIP

The Xen Project reports: VMX refuses attempts to enter a guest with an instruction pointer which doesn't satisfy certain requirements. In particular, the instruction pointer needs to be canonical when entering a guest currently in 64-bit mode. This is the case even if the VM entry information...

5.5CVSS0.2AI score0.00391EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2016/02/02 12:0 a.m.19 views

openSUSE: Security Advisory for grub2 (openSUSE-SU-2016:0036-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2016 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.4CVSS7.2AI score0.01095EPSS
SaveExploits1References1
FreeBSD
FreeBSD
added 2016/01/20 12:0 a.m.38 views

xen-kernel -- VMX: intercept issue with INVLPG on non-canonical address

The Xen Project reports: While INVLPG does not cause a General Protection Fault when used on a non-canonical address, INVVPID in its "individual address" variant, which is used to back the intercepted INVLPG in certain cases, fails in such cases. Failure of INVVPID results in a hypervisor bug...

6.3CVSS1.6AI score0.01277EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2016/01/07 12:0 a.m.21 views

openSUSE Security Update : grub2 (openSUSE-2016-10)

Fix buffer overflows when reading username and password. bsc956631, CVE-2015-8370 - Check MS-DOS header to find PE file header. bsc954126 - Use dirname for copying Xen kernel and initrd to esp. bsc955493 - Fix reading password by grub2-mkpasswd-pbdk2 without controlling tty. bsc954519 - Add luks,...

7.4CVSS7.4AI score0.01095EPSS
SaveExploits1References10
OPENSUSE Linux
OPENSUSE Linux
added 2016/01/06 10:10 p.m.47 views

Security update for grub2 (important)

Fix buffer overflows when reading username and password. bsc956631, CVE-2015-8370 - Check MS-DOS header to find PE file header. bsc954126 - Use dirname for copying Xen kernel and initrd to esp. bsc955493 - Fix reading password by grub2-mkpasswd-pbdk2 without controlling tty. bsc954519 - Add luks,...

6.9CVSS0.01095EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2016/01/06 12:0 a.m.37 views

FreeBSD : xen-kernel -- XENMEM_exchange error handling issues (bcad3faa-b40c-11e5-9728-002590263bf5)

The Xen Project reports : Error handling in the operation may involve handing back pages to the domain. This operation may fail when in parallel the domain gets torn down. So far this failure unconditionally resulted in the host being brought down due to an internal error being assumed. This is...

4.7CVSS7.6AI score0.00383EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2016/01/06 12:0 a.m.36 views

FreeBSD : xen-kernel -- information leak in legacy x86 FPU/XMM initialization (e839ca04-b40d-11e5-9728-002590263bf5)

The Xen Project reports : When XSAVE/XRSTOR are not in use by Xen to manage guest extended register state, the initial values in the FPU stack and XMM registers seen by the guest upon first use are those left there by the previous user of those registers. A malicious domain may be able to leverag...

8.6CVSS7.7AI score0.02254EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2016/01/06 12:0 a.m.17 views

FreeBSD : xen-kernel -- ioreq handling possibly susceptible to multiple read issue (6aa2d135-b40e-11e5-9728-002590263bf5)

The Xen Project reports : Single memory accesses in source code can be translated to multiple ones in machine code by the compiler, requiring special caution when accessing shared memory. Such precaution was missing from the hypervisor code inspecting the state of I/O requests sent to the device...

5.7AI score
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2015/12/30 12:0 a.m.22 views

SUSE SLED12 / SLES12 Security Update : grub2 (SUSE-SU-2015:2387-1)

Fix buffer overflows when reading username and password. bsc956631, CVE-2015-8370 - Check MS-DOS header to find PE file header. bsc954126 - Use dirname for copying Xen kernel and initrd to esp. bsc955493 - Fix reading password by grub2-mkpasswd-pbdk2 without controlling tty. bsc954519 - Add luks,...

7.4CVSS7.4AI score0.01095EPSS
SaveExploits1References12
OSV
OSV
added 2015/12/29 8:5 a.m.8 views

SUSE-SU-2015:2387-1 Security update for grub2

Fix buffer overflows when reading username and password. bsc956631, CVE-2015-8370 - Check MS-DOS header to find PE file header. bsc954126 - Use dirname for copying Xen kernel and initrd to esp. bsc955493 - Fix reading password by grub2-mkpasswd-pbdk2 without controlling tty. bsc954519 - Add luks,...

7.4CVSS7.5AI score0.01095EPSS
SaveExploits1References11
FreeBSD
FreeBSD
added 2015/12/17 12:0 a.m.22 views

xen-kernel -- ioreq handling possibly susceptible to multiple read issue

The Xen Project reports: Single memory accesses in source code can be translated to multiple ones in machine code by the compiler, requiring special caution when accessing shared memory. Such precaution was missing from the hypervisor code inspecting the state of I/O requests sent to the device...

2.2AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2015/11/16 12:0 a.m.102 views

FreeBSD : xen-kernel -- CPU lockup during exception delivery (2cabfbab-8bfb-11e5-bd18-002590263bf5)

The Xen Project reports : A malicious HVM guest administrator can cause a denial of service. Specifically, prevent use of a physical CPU for a significant, perhaps indefinite period. If a host watchdog Xen or dom0 is in use, this can lead to a watchdog timeout and consequently a reboot of the hos...

10CVSS6.2AI score0.02501EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2015/11/11 12:0 a.m.31 views

FreeBSD : xen-kernel -- leak of per-domain profiling-related vcpu pointer array (e3792855-881f-11e5-ab94-002590263bf5)

The Xen Project reports : A domain's xenoprofile state contains an array of per-vcpu information... This array is leaked on domain teardown. This memory leak could -- over time -- exhaust the host's memory. The following parties can mount a denial of service attack affecting the whole system : - ...

4.9CVSS7.6AI score0.00436EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2015/11/11 12:0 a.m.36 views

FreeBSD : xen-kernel -- some pmu and profiling hypercalls log without rate limiting (e4848ca4-8820-11e5-ab94-002590263bf5)

The Xen Project reports : HYPERCALLxenoprofop and HYPERVISORxenpmuop log some errors and attempts at invalid operations. These log messages are not rate-limited, even though they can be triggered by guests. A malicious guest could cause repeated logging to the hypervisor console, leading to a...

2.1CVSS7.7AI score0.00426EPSS
SaveExploits0References3
Rows per page
Query Builder