Vulnerability CVE-2018-12633


Published: 2018-06-21   Modified: 2018-06-22

Description:
An issue was discovered in the Linux kernel through 4.17.2. vbg_misc_device_ioctl() in drivers/virt/vboxguest/vboxguest_linux.c reads the same user data twice with copy_from_user. The header part of the user data is double-fetched, and a malicious user thread can tamper with the critical variables (hdr.size_in and hdr.size_out) in the header between the two fetches because of a race condition, leading to severe kernel errors, such as buffer over-accesses. This bug can cause a local denial of service and information leakage.

Type:

CWE-362

CVSS2 => (AV:L/AC:M/Au:N/C:C/I:N/A:C)

CVSS Base Score
Impact Subscore
Exploitability Subscore
6.3/10
9.2/10
3.4/10
Exploit range
Attack complexity
Authentication
Local
Medium
No required
Confidentiality impact
Integrity impact
Availability impact
Complete
None
Complete
Affected software
Linux -> Linux kernel 

 References:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bd23a7269834dc7c1f93e83535d16ebc44b75eba
https://bugzilla.kernel.org/show_bug.cgi?id=200131
https://github.com/torvalds/linux/commit/bd23a7269834dc7c1f93e83535d16ebc44b75eba

Copyright 2024, cxsecurity.com

 

Back to Top