CVE-2020-10690 MEDIUM

CVE-2020-10690

Vendor Red Hat
Product kernel
Weakness CWE-416
Published May 8, 2020
Last update August 4, 2024

CVSS base score

6.5/10
Attack vector Local
Attack complexity Low
Privileges required High
User interaction Required
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

May 8, 2020 CVE published
August 4, 2024 Record updated

Related vulnerabilities

04Related CVE