Lucene search
+L

973 matches found

UbuntuCve
UbuntuCve
added 2019/10/31 2:15 p.m.34 views

CVE-2019-18420

An issue was discovered in Xen through 4.12.x allowing x86 PV guest OS users to cause a denial of service via a VCPUOPinitialise hypercall. hypercallcreatecontinuation is a variadic function which uses a printf-like format string to interpret its parameters. Error handling for a bad format...

6.5CVSS6.8AI score0.02522EPSS
SaveExploits0References4
Prion
Prion
added 2019/10/31 2:15 p.m.30 views

Format string

An issue was discovered in Xen through 4.12.x allowing x86 PV guest OS users to cause a denial of service via a VCPUOPinitialise hypercall. hypercallcreatecontinuation is a variadic function which uses a printf-like format string to interpret its parameters. Error handling for a bad format...

6.3CVSS6.2AI score0.02522EPSS
SaveExploits0References9Affected Software3
UbuntuCve
UbuntuCve
added 2019/10/31 2:15 p.m.36 views

CVE-2019-18425

An issue was discovered in Xen through 4.12.x allowing 32-bit PV guest OS users to gain guest OS privileges by installing and using descriptors. There is missing descriptor table limit checking in x86 PV emulation. When emulating certain PV guest operations, descriptor table accesses are performe...

9.8CVSS6.8AI score0.02546EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2019/10/31 2:15 p.m.29 views

CVE-2019-18421

An issue was discovered in Xen through 4.12.x allowing x86 PV guest OS users to gain host OS privileges by leveraging race conditions in pagetable promotion and demotion operations. There are issues with restartable PV type change operations. To avoid using shadow pagetables for PV guests, Xen...

7.5CVSS6.8AI score0.01679EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2019/10/31 1:39 p.m.47 views

CVE-2019-18425

An issue was discovered in Xen through 4.12.x allowing 32-bit PV guest OS users to gain guest OS privileges by installing and using descriptors. There is missing descriptor table limit checking in x86 PV emulation. When emulating certain PV guest operations, descriptor table accesses are performe...

9.3AI score0.02546EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2019/10/31 1:39 p.m.81 views

CVE-2019-18425

An issue was discovered in Xen through 4.12.x allowing 32-bit PV guest OS users to gain guest OS privileges by installing and using descriptors. There is missing descriptor table limit checking in x86 PV emulation. When emulating certain PV guest operations, descriptor table accesses are performe...

9.8CVSS1.6AI score0.02546EPSS
SaveExploits0
CVE
CVE
added 2019/10/31 1:39 p.m.182 views

CVE-2019-18425

CVE-2019-18425 affects Xen across 3.2+ and enables privilege escalation in 32-bit PV guests due to missing descriptor table limit checks in x86 PV emulation. The vulnerability is limited to 32-bit PV guest user mode; HVM/PVH/64-bit PV guests and ARM are not affected. Exploitation would let a gues...

9.8CVSS9.1AI score0.02546EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2019/10/31 1:34 p.m.210 views

CVE-2019-18421

CVE-2019-18421 affects the Xen hypervisor on x86 PV guests. Root cause: restartable PV type changes with recursive pagetable promotions/demotions contain races that can lead to incorrect type counts, enabling a PV guest to gain host privileges. Impact: local privilege escalation to host OS on all...

7.5CVSS8.1AI score0.01679EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2019/10/31 1:34 p.m.65 views

CVE-2019-18421

An issue was discovered in Xen through 4.12.x allowing x86 PV guest OS users to gain host OS privileges by leveraging race conditions in pagetable promotion and demotion operations. There are issues with restartable PV type change operations. To avoid using shadow pagetables for PV guests, Xen...

7.5CVSS1.8AI score0.01679EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2019/10/31 1:30 p.m.69 views

CVE-2019-18420

An issue was discovered in Xen through 4.12.x allowing x86 PV guest OS users to cause a denial of service via a VCPUOPinitialise hypercall. hypercallcreatecontinuation is a variadic function which uses a printf-like format string to interpret its parameters. Error handling for a bad format...

6.5CVSS2.1AI score0.02522EPSS
SaveExploits0
CVE
CVE
added 2019/10/31 1:30 p.m.174 views

CVE-2019-18420

CVE-2019-18420 affects the Xen hypervisor (x86 PV guests). A bug in VCPUOP_initialise handling, where hypercall_create_continuation() uses a printf-like format string and BUG() for bad characters, can crash the hypervisor if a guest causes a long continuation, enabling Denial of Service. Vulnerab...

6.5CVSS7.2AI score0.02522EPSS
SaveExploits0References9Affected Software1
Xen Project
Xen Project
added 2019/10/31 12:00 p.m.99 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:00 p.m.85 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:00 p.m.93 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
Positive Technologies
Positive Technologies
added 2019/10/31 12:00 a.m.21 views

PT-2019-4839 · Xen +1 · Xen +1

Name of the Vulnerable Software and Affected Versions: Xen versions 3.2 through 4.12.x Description: The issue is related to an error in the x86 PV emulation of the Xen hypervisor, specifically a missing check for the descriptor table limit. This could allow a remote attacker to access confidentia...

9.8CVSS7.3AI score0.16658EPSS
SaveExploits5References188
Positive Technologies
Positive Technologies
added 2019/10/31 12:00 a.m.18 views

PT-2019-4882

Name of the Vulnerable Software and Affected Versions Xen versions 4.6 through 4.12.x Description The issue is related to incorrect error handling for a malformed format character in the hypercall initialise function of the Xen hypervisor. This can be exploited by a remote attacker to cause a...

6.5CVSS6.3AI score0.02522EPSS
SaveExploits0References118
NVD
NVD
added 2019/10/08 1:15 a.m.20 views

CVE-2019-17341

An issue was discovered in Xen through 4.11.x allowing x86 PV guest OS users to cause a denial of service or gain privileges by leveraging a page-writability race condition during addition of a passed-through PCI device...

7.8CVSS8AI score0.00259EPSS
SaveExploits0References5
OSV
OSV
added 2019/10/08 1:15 a.m.25 views

CVE-2019-17346

An issue was discovered in Xen through 4.11.x allowing x86 PV guest OS users to cause a denial of service or gain privileges because of an incompatibility between Process Context Identifiers PCID and TLB flushes...

8.8CVSS6.5AI score
SaveExploits0References5
NVD
NVD
added 2019/10/08 1:15 a.m.16 views

CVE-2019-17342

An issue was discovered in Xen through 4.11.x allowing x86 PV guest OS users to cause a denial of service or gain privileges by leveraging a race condition that arose when XENMEMexchange was introduced...

7CVSS7.5AI score0.00258EPSS
SaveExploits0References5
OSV
OSV
added 2019/10/08 1:15 a.m.13 views

CVE-2019-17344

An issue was discovered in Xen through 4.11.x allowing x86 PV guest OS users to cause a denial of service by leveraging a long-running operation that exists to support restartability of PTE updates...

6.5CVSS6.4AI score
SaveExploits0References5
Rows per page
Query Builder