CyberRota Analysis
This is a high severity vulnerability with a CVSS score of 7.1. It affects Linux.
CVE
CVE-2021-47039
Severity
HIGH
CVSS
7.1
EPSS
0.24%
Linux
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: ataflop: potential out of bounds in do_format() The function uses "type" as an array index: q = unit[drive].disk[type]->queue; Unfortunately the bounds check on "type" isn't done until later in the function. Fix this by moving the bounds check to the start.
Related CVEs
Other vulnerabilities affecting the same vendor(s)