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.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 13:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-02-28T08:13:45.937Z
Updated: 2024-11-04T11:58:14.227Z
Reserved: 2024-02-27T18:42:55.968Z
Link: CVE-2021-47039
Vulnrichment
Updated: 2024-08-04T05:24:39.421Z
NVD
Status : Awaiting Analysis
Published: 2024-02-28T09:15:39.950
Modified: 2024-02-28T14:06:45.783
Link: CVE-2021-47039
Redhat