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.
CVE ID: CVE-2024-43854
Vendor: Linux
Product: Linux
EPSS Score: 0.08% (probability of being exploited)
EPSS Percentile: 24.3% (scored less or equal to compared to others)
EPSS Date: 2025-05-24 (when was this score calculated)
SSVC Exploitation: none
SSVC Technical Impact: partial
SSVC Automatable: false