ShaikUsaf / linux-4.19.72_CVE-2020-10757

Other
0 stars 0 forks source link

CVE-2020-10690 (Medium) detected in multiple libraries #267

Open mend-bolt-for-github[bot] opened 2 years ago

mend-bolt-for-github[bot] commented 2 years ago

CVE-2020-10690 - Medium Severity Vulnerability

Vulnerable Libraries - linuxlinux-4.19.236, linuxlinux-4.19.236, linuxlinux-4.19.236

Vulnerability Details

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.

Publish Date: 2020-05-08

URL: CVE-2020-10690

CVSS 3 Score Details (6.4)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10690

Release Date: 2020-05-08

Fix Resolution: v5.5-rc5


Step up your Open Source Security Game with Mend here