Race Condition Affecting kernel-tools-devel package, versions <0:4.14.51-66.38.amzn2
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-AMZN2-KERNELTOOLSDEVEL-1663312
- published 27 Sep 2021
- disclosed 12 Jun 2018
Introduced: 12 Jun 2018
CVE-2018-12232 Open this link in a new tabHow to fix?
Upgrade Amazon-Linux:2
kernel-tools-devel
to version 0:4.14.51-66.38.amzn2 or higher.
This issue was patched in ALAS2-2018-1044
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream kernel-tools-devel
package and not the kernel-tools-devel
package as distributed by Amazon-Linux
.
See How to fix?
for Amazon-Linux:2
relevant fixed versions and status.
In net/socket.c in the Linux kernel through 4.17.1, there is a race condition between fchownat and close in cases where they target the same socket file descriptor, related to the sock_close and sockfs_setattr functions. fchownat does not increment the file descriptor reference count, which allows close to set the socket to NULL during fchownat's execution, leading to a NULL pointer dereference and system crash.
References
- http://www.securityfocus.com/bid/104453
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12232
- http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6d8c50dcb029872b298eea68cc6209c866fd3e14
- https://github.com/torvalds/linux/commit/6d8c50dcb029872b298eea68cc6209c866fd3e14
- https://lkml.org/lkml/2018/6/5/14
- https://patchwork.ozlabs.org/patch/926519/
- https://access.redhat.com/errata/RHSA-2018:2948
- https://usn.ubuntu.com/3752-1/
- https://usn.ubuntu.com/3752-2/
- https://usn.ubuntu.com/3752-3/