In the Linux kernel, the following vulnerability has been resolved:
scsi: sd: Fix off-by-one error in sd_read_block_characteristics()
Ff the device returns page 0xb1 with length 8 (happens with qemu v2.x, for
example), sd_read_block_characteristics() may attempt an out-of-bounds
memory access when accessing the zoned field at offset 8.
References
Configurations
Configuration 1 (hide)
|
History
23 Oct 2024, 14:57
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-193 | |
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
Summary |
|
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/413df704f149dec585df07466d2401bbd1f490a0 - Patch | |
References | () https://git.kernel.org/stable/c/568c7c4c77eee6df7677bb861b7cee7398a3255d - Patch | |
References | () https://git.kernel.org/stable/c/60312ae7392f9c75c6591a52fc359cf7f810d48f - Patch | |
References | () https://git.kernel.org/stable/c/a776050373893e4c847a49abeae2ccb581153df0 - Patch | |
References | () https://git.kernel.org/stable/c/f81eaf08385ddd474a2f41595a7757502870c0eb - Patch |
21 Oct 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-10-21 12:15
Updated : 2024-10-23 14:57
NVD link : CVE-2024-47682
Mitre link : CVE-2024-47682
CVE.ORG link : CVE-2024-47682
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-193
Off-by-one Error