Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-43854
HistoryAug 17, 2024 - 9:22 a.m.

CVE-2024-43854 block: initialize integrity buffer to zero before writing it to media

2024-08-1709:22:11
Linux
github.com
linux kernel
vulnerability
resolved
block
integrity buffer
media
metadata
fix
__gfp_zero
allocations
writes

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial