Lucene search
+L

1373 matches found

Tenable Nessus
Tenable Nessus
added 2018/01/15 12:00 a.m.46 views

Fedora 27 : xen (2017-5945560816)

another patch related to the XSA-240, CVE-2017-15595 issue x86 PV guests may gain access to internally used page XSA-248 broken x86 shadow mode refcount overflow check XSA-249 improper x86 shadow mode refcount error handling XSA-250 improper bug check in x86 log-dirty handling XSA-251 Note that...

8.8CVSS6.5AI score0.01505EPSS
SaveExploits2References6
Talos Blog
Talos Blog
added 2017/12/29 2:29 p.m.21 views

Beers with Talos EP 19: The "Best" of BWT

Beers with Talos BWT Podcast Episode 19 is now available. Download this episode and subscribe to Beers with Talos: If iTunes and Google Play aren't your thing: www.talosintelligence.com/podcast EP19 Show Notes: Quotes intended, we think you know why. Mitch takes control to present the best of the...

6.8AI score
SaveExploits0
OSV
OSV
added 2017/12/12 11:29 p.m.7 views

DEBIAN-CVE-2017-17565

An issue was discovered in Xen through 4.9.x allowing PV guest OS users to cause a denial of service host OS crash if shadow mode and log-dirty mode are in place, because of an incorrect assertion related to M2P...

5.6CVSS6.6AI score0.00382EPSS
SaveExploits0References1
OSV
OSV
added 2017/12/12 11:29 p.m.10 views

UBUNTU-CVE-2017-17566

An issue was discovered in Xen through 4.9.x allowing PV guest OS users to cause a denial of service host OS crash or gain host OS privileges in shadow mode by mapping a certain auxiliary page...

7.8CVSS6.9AI score0.0037EPSS
SaveExploits0References4
OSV
OSV
added 2017/12/12 11:29 p.m.3 views

ALPINE-CVE-2017-17566

An issue was discovered in Xen through 4.9.x allowing PV guest OS users to cause a denial of service host OS crash or gain host OS privileges in shadow mode by mapping a certain auxiliary page...

7.8CVSS6.8AI score0.0037EPSS
SaveExploits0References1
OSV
OSV
added 2017/12/12 11:29 p.m.14 views

UBUNTU-CVE-2017-17565

An issue was discovered in Xen through 4.9.x allowing PV guest OS users to cause a denial of service host OS crash if shadow mode and log-dirty mode are in place, because of an incorrect assertion related to M2P...

5.6CVSS6.7AI score0.00382EPSS
SaveExploits0References4
OSV
OSV
added 2017/12/12 11:29 p.m.11 views

DEBIAN-CVE-2017-17566

An issue was discovered in Xen through 4.9.x allowing PV guest OS users to cause a denial of service host OS crash or gain host OS privileges in shadow mode by mapping a certain auxiliary page...

7.8CVSS8.9AI score0.0037EPSS
SaveExploits0References1
Xen Project
Xen Project
added 2017/12/12 12:00 p.m.598 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.00382EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2017/12/12 12:00 p.m.600 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.00372EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2017/12/12 12:00 p.m.570 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.0037EPSS
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2017/11/30 12:00 a.m.51 views

Xen Hypervisor Guest-to-Host Privilege Escalation (XSA-247)

According to its self-reported version number, the Xen hypervisor installed on the remote host is affected by a guest-to-host privilege escalation vulnerability. This issue only affects HVM guests. Note that Nessus has checked the changeset versions based on the xen.git change log. Nessus did not...

8.8CVSS8AI score0.00425EPSS
SaveExploits0References3
OSV
OSV
added 2017/11/28 11:29 p.m.5 views

ALPINE-CVE-2017-17044

An issue was discovered in Xen through 4.9.x allowing HVM guest OS users to cause a denial of service infinite loop and host OS hang by leveraging the mishandling of Populate on Demand PoD errors...

6.5CVSS6.6AI score0.00453EPSS
SaveExploits0References1
Debian
Debian
added 2017/11/20 1:39 p.m.36 views

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

Package : xen Version : 4.1.6.lts1-10 CVE ID : CVE-2017-15588 CVE-2017-15589 CVE-2017-15592 CVE-2017-15593 CVE-2017-15595 Multiple vulnerabilities have been discovered in the Xen hypervisor: CVE-2017-15588 Jann Horn discovered a race condition that can cause a stale TLB entry which might result i...

8.8CVSS8.9AI score0.01505EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2017/10/30 12:00 a.m.46 views

SUSE SLED12 / SLES12 Security Update : xen (SUSE-SU-2017:2864-1)

This update for xen fixes several issues: These security issues were fixed : - CVE-2017-5526: The ES1370 audio device emulation support was vulnerable to a memory leakage issue allowing a privileged user inside the guest to cause a DoS and/or potentially crash the Qemu process on the host...

8.8CVSS6.7AI score0.01505EPSS
SaveExploits2References30
Xen Project
Xen Project
added 2017/10/24 12:00 p.m.547 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.02495EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2017/10/18 2:54 p.m.41 views

CVE-2017-15592

An issue was discovered in Xen through 4.9.x allowing x86 HVM guest OS users to cause a denial of service hypervisor crash or possibly gain privileges because self-linear shadow mappings are mishandled for translated guests...

8.8CVSS4.8AI score0.00444EPSS
SaveExploits0References2
OSV
OSV
added 2017/10/18 8:29 a.m.6 views

ALPINE-CVE-2017-15596

An issue was discovered in Xen 4.4.x through 4.9.x allowing ARM guest OS users to cause a denial of service prevent physical CPU usage because of lock mishandling upon detection of an add-to-physmap error...

6CVSS6.3AI score0.00391EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/18 8:29 a.m.4 views

DEBIAN-CVE-2017-15592

An issue was discovered in Xen through 4.9.x allowing x86 HVM guest OS users to cause a denial of service hypervisor crash or possibly gain privileges because self-linear shadow mappings are mishandled for translated guests...

8.8CVSS8.9AI score0.00444EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/18 8:29 a.m.30 views

CVE-2017-15592

An issue was discovered in Xen through 4.9.x allowing x86 HVM guest OS users to cause a denial of service hypervisor crash or possibly gain privileges because self-linear shadow mappings are mishandled for translated guests...

8.8CVSS7.6AI score
SaveExploits0References10
OSV
OSV
added 2017/10/18 8:29 a.m.5 views

ALPINE-CVE-2017-15592

An issue was discovered in Xen through 4.9.x allowing x86 HVM guest OS users to cause a denial of service hypervisor crash or possibly gain privileges because self-linear shadow mappings are mishandled for translated guests...

8.8CVSS7.1AI score0.00444EPSS
SaveExploits0References1
Rows per page
Query Builder