一、 漏洞 CVE-2021-47039 基础信息
漏洞标题
ataflop:do_format()中的潜在越界
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已修复以下漏洞: ataflop:do_format()函数中的潜在越界问题。 该函数使用"type"作为数组索引: q = unit[drive].disk[type]->queue; 遗憾的是,直到函数的稍后部分才会对"type"进行边界检查。修正此问题的方法是将边界检查移动到开始位置。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源:AIGC 神龙大模型
漏洞类别
跨界内存读
来源:AIGC 神龙大模型
漏洞标题
ataflop: potential out of bounds in do_format()
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 do_format() 中可能出现越界。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2021-47039 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2021-47039 的情报信息