Lucene search

K
ubuntucveUbuntu.comUB:CVE-2021-47039
HistoryFeb 28, 2024 - 12:00 a.m.

CVE-2021-47039

2024-02-2800:00:00
ubuntu.com
ubuntu.com
3
linux kernel
vulnerability
bounds access
ataflop
do_format
bounds check
out of bounds
ubuntu kernels
atari floppy driver

6.6 Medium

AI Score

Confidence

High

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.

Notes

Author Note
Priority reason: Out of bounds access in Atari Floppy Driver which doesn’t appear to be enabled on Ubuntu kernels.

6.6 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%