CVE-2020-10690

MEDIUMCVSS 6.4/10EPSS 0.36%

Last modified

CVE-2020-10690 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. 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. EPSS estimates a 0.36% chance of exploitation in the next 30 days.

Description

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.

Metrics

CVSS 3.1
6.4/10

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

EPSS Probability
0.36%

27.7th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
LinuxLinux Kernel< 5.5
RedhatEnterprise Linux7.0
RedhatEnterprise Linux8.0
DebianDebian Linux8.0
CanonicalUbuntu Linux14.04
CanonicalUbuntu Linux16.04
OpensuseLeap15.1
NetappActive Iq Unified ManagerAll versions
NetappElement SoftwareAll versions
NetappHci Management NodeAll versions
NetappSolidfireAll versions
NetappSteelstore Cloud Integrated StorageAll versions
NetappHci Compute NodeAll versions
NetappH300s FirmwareAll versions
NetappH500s FirmwareAll versions
NetappH700s FirmwareAll versions
NetappH300e FirmwareAll versions
NetappH500e FirmwareAll versions
NetappH700e FirmwareAll versions
NetappH410s FirmwareAll versions
NetappH410c FirmwareAll versions
NetappH610c FirmwareAll versions
NetappH610s FirmwareAll versions
NetappH615c FirmwareAll versions

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2020-10690?
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.
How severe is CVE-2020-10690?
CVE-2020-10690 has a CVSS score of 6.4/10 (MEDIUM severity). The EPSS model estimates a 0.36% probability of exploitation in the next 30 days.
How do I fix CVE-2020-10690?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2020-10690?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST