CVE-2017-2583
Linux KVM x86 Privilege Escalation Denial of Service
Description
The load_segment_descriptor implementation in arch/x86/kvm/emulate.c in the Linux kernel before 4.9.5 improperly emulates a "MOV SS, NULL selector" instruction, which allows guest OS users to cause a denial of service (guest OS crash) or gain guest OS privileges via a crafted application.
INFO
Published Date :
Feb. 6, 2017, 6:59 a.m.
Last Modified :
Nov. 21, 2024, 3:23 a.m.
Source :
[email protected]
Remotely Exploitable :
No
Impact Score :
5.9
Exploitability Score :
2.5
Public PoC/Exploit Available at Github
CVE-2017-2583 has a 1 public PoC/Exploit
available at Github.
Go to the Public Exploits
tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2017-2583
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
None
Python
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2017-2583
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2017-2583
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
CVE Modified by [email protected]
Feb. 12, 2023
Action Type Old Value New Value Changed Description Linux kernel built with the Kernel-based Virtual Machine (CONFIG_KVM) support was vulnerable to an incorrect segment selector(SS) value error. The error could occur while loading values into the SS register in long mode. A user or process inside a guest could use this flaw to crash the guest, resulting in DoS or potentially escalate their privileges inside the guest. The load_segment_descriptor implementation in arch/x86/kvm/emulate.c in the Linux kernel before 4.9.5 improperly emulates a "MOV SS, NULL selector" instruction, which allows guest OS users to cause a denial of service (guest OS crash) or gain guest OS privileges via a crafted application. Removed CVSS V2 Red Hat, Inc. (AV:A/AC:M/Au:S/C:P/I:P/A:P) Removed CVSS V3 Red Hat, Inc. AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H Removed Reference https://access.redhat.com/security/cve/CVE-2017-2583 [No Types Assigned] -
CVE Modified by [email protected]
Feb. 02, 2023
Action Type Old Value New Value Changed Description The load_segment_descriptor implementation in arch/x86/kvm/emulate.c in the Linux kernel before 4.9.5 improperly emulates a "MOV SS, NULL selector" instruction, which allows guest OS users to cause a denial of service (guest OS crash) or gain guest OS privileges via a crafted application. Linux kernel built with the Kernel-based Virtual Machine (CONFIG_KVM) support was vulnerable to an incorrect segment selector(SS) value error. The error could occur while loading values into the SS register in long mode. A user or process inside a guest could use this flaw to crash the guest, resulting in DoS or potentially escalate their privileges inside the guest. Added CVSS V2 Red Hat, Inc. (AV:A/AC:M/Au:S/C:P/I:P/A:P) Added CVSS V3 Red Hat, Inc. AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H Added Reference https://access.redhat.com/security/cve/CVE-2017-2583 [No Types Assigned] -
CWE Remap by [email protected]
Oct. 03, 2019
Action Type Old Value New Value Changed CWE CWE-264 NVD-CWE-noinfo -
CVE Modified by [email protected]
Aug. 24, 2018
Action Type Old Value New Value Added Reference https://usn.ubuntu.com/3754-1/ [No Types Assigned] -
CVE Modified by [email protected]
Jan. 05, 2018
Action Type Old Value New Value Added Reference https://access.redhat.com/errata/RHSA-2017:1616 [No Types Assigned] Added Reference https://access.redhat.com/errata/RHSA-2017:1615 [No Types Assigned] -
CVE Modified by [email protected]
Nov. 04, 2017
Action Type Old Value New Value Added Reference http://www.debian.org/security/2017/dsa-3791 [No Types Assigned] -
Initial Analysis by [email protected]
Feb. 09, 2017
Action Type Old Value New Value Added CVSS V2 (AV:L/AC:L/Au:N/C:P/I:P/A:P) Added CVSS V3 AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Changed Reference Type http://www.openwall.com/lists/oss-security/2017/01/19/2 No Types Assigned http://www.openwall.com/lists/oss-security/2017/01/19/2 Third Party Advisory, Mailing List Changed Reference Type http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=33ab91103b3415e12457e3104f0e4517ce12d0f3 No Types Assigned http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=33ab91103b3415e12457e3104f0e4517ce12d0f3 Third Party Advisory, Issue Tracking Changed Reference Type https://bugzilla.redhat.com/show_bug.cgi?id=1414735 No Types Assigned https://bugzilla.redhat.com/show_bug.cgi?id=1414735 Issue Tracking, Patch Changed Reference Type https://github.com/torvalds/linux/commit/33ab91103b3415e12457e3104f0e4517ce12d0f3 No Types Assigned https://github.com/torvalds/linux/commit/33ab91103b3415e12457e3104f0e4517ce12d0f3 Third Party Advisory, Issue Tracking, Patch Changed Reference Type http://www.securityfocus.com/bid/95673 No Types Assigned http://www.securityfocus.com/bid/95673 Third Party Advisory, VDB Entry Changed Reference Type http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.5 No Types Assigned http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.5 Release Notes, Vendor Advisory Added CWE CWE-264 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:4.9.4:*:*:*:*:*:*:* (and previous) -
CVE Modified by [email protected]
Feb. 07, 2017
Action Type Old Value New Value Added Reference http://www.securityfocus.com/bid/95673 [No Types Assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2017-2583
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2017-2583
weaknesses.
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.18 }} 0.00%
score
0.53477
percentile