In the Linux kernel, the following vulnerability has been resolved:
block: initialize integrity buffer to zero before writing it to media
Metadata added by bio_integrity_prep is using plain kmalloc, which leads
to random kernel memory being written media. For PI metadata this is
limited to the app tag that isn't used by kernel generated metadata,
but for non-PI metadata the entire buffer leaks kernel memory.
Fix this by adding the __GFP_ZERO flag to allocations for writes.
References
Configurations
Configuration 1 (hide)
|
History
12 Sep 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
22 Aug 2024, 18:12
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-401 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/23a19655fb56f241e592041156dfb1c6d04da644 - Patch | |
References | () https://git.kernel.org/stable/c/899ee2c3829c5ac14bfc7d3c4a5846c0b709b78f - Patch | |
References | () https://git.kernel.org/stable/c/cf6b45ea7a8df0f61bded1dc4a8561ac6ad143d2 - Patch | |
References | () https://git.kernel.org/stable/c/d418313bd8f55c079a7da12651951b489a638ac1 - Patch | |
References | () https://git.kernel.org/stable/c/ebc0e91ba76dc6544fff9f5b66408b1982806a00 - Patch |
19 Aug 2024, 12:59
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
19 Aug 2024, 05:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
17 Aug 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-08-17 10:15
Updated : 2024-09-12 12:15
NVD link : CVE-2024-43854
Mitre link : CVE-2024-43854
CVE.ORG link : CVE-2024-43854
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime