VYPR
Unrated severityNVD Advisory· Published Sep 17, 2025· Updated Jan 14, 2026

md/raid10: check slab-out-of-bounds in md_bitmap_get_counter

CVE-2023-53357

Description

In the Linux kernel, the following vulnerability has been resolved:

md/raid10: check slab-out-of-bounds in md_bitmap_get_counter

If we write a large number to md/bitmap_set_bits, md_bitmap_checkpage() will return -EINVAL because 'page >= bitmap->pages', but the return value was not checked immediately in md_bitmap_get_counter() in order to set *blocks value and slab-out-of-bounds occurs.

Move check of 'page >= bitmap->pages' to md_bitmap_get_counter() and return directly if true.

AI Insight

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

Affected products

119

Patches

Vulnerability mechanics

References

8

News mentions

0

No linked articles in our index yet.