Lucene search

K
redhatcveRedhat.comRH:CVE-2021-47039
HistoryFeb 29, 2024 - 10:50 a.m.

CVE-2021-47039

2024-02-2910:50:19
redhat.com
access.redhat.com
3
linux kernel
vulnerability
ataflop
bounds check

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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.

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%