Use After Free Affecting kernel-rt-doc package, versions <0:3.10.0-1160.rt56.1131.el7
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-CENTOS7-KERNELRTDOC-2176333
- published 26 Jul 2021
- disclosed 25 Nov 2019
Introduced: 25 Nov 2019
CVE-2020-10690 Open this link in a new tabHow to fix?
Upgrade Centos:7
kernel-rt-doc
to version 0:3.10.0-1160.rt56.1131.el7 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream kernel-rt-doc
package and not the kernel-rt-doc
package as distributed by Centos
.
See How to fix?
for Centos:7
relevant fixed versions and status.
There is a use-after-free in kernel versions before 5.5 due to a race condition between the release of ptp_clock and cdev while resource deallocation. When a (high privileged) process allocates a ptp device file (like /dev/ptpX) and voluntarily goes to sleep. During this time if the underlying device is removed, it can cause an exploitable condition as the process wakes up to terminate and clean all attached files. The system crashes due to the cdev structure being invalid (as already freed) which is pointed to by the inode.
References
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10690
- https://security.netapp.com/advisory/ntap-20200608-0001/
- https://access.redhat.com/security/cve/CVE-2020-10690
- https://lists.debian.org/debian-lts-announce/2020/06/msg00011.html
- https://lists.debian.org/debian-lts-announce/2020/06/msg00013.html
- https://access.redhat.com/errata/RHSA-2020:4062
- http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html
- https://usn.ubuntu.com/4419-1/