CVE-2024-43854

MEDIUM

Linux Kernel < 5.15.165 - Memory Leak

Title source: rule

Description

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.

Scores

CVSS v3 5.5
EPSS 0.0002
EPSS Percentile 5.8%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Classification

CWE
CWE-401
Status published

Affected Products (8)

linux/linux_kernel < 5.15.165
linux/Kernel < 4.19.322linux
linux/Kernel < 5.4.284linux
linux/Kernel < 5.10.226linux
linux/Kernel < 5.15.165linux
linux/Kernel < 6.1.103linux
linux/Kernel < 6.6.44linux
linux/Kernel < 6.10.3linux

Timeline

Published Aug 17, 2024
Tracked Since Feb 18, 2026