VYPR
Unrated severityNVD Advisory· Published Aug 17, 2024· Updated Nov 3, 2025

block: initialize integrity buffer to zero before writing it to media

CVE-2024-43854

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

232

Patches

Vulnerability mechanics

References

8

News mentions

0

No linked articles in our index yet.