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.
Metrics
Affected Vendors & Products
References
History
Wed, 17 Sep 2025 15:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
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. | |
Title | md/raid10: check slab-out-of-bounds in md_bitmap_get_counter | |
References |
|
|

Status: PUBLISHED
Assigner: Linux
Published: 2025-09-17T14:56:47.171Z
Updated: 2025-09-17T14:56:47.171Z
Reserved: 2025-09-16T16:08:59.567Z
Link: CVE-2023-53357

No data.

Status : Received
Published: 2025-09-17T15:15:39.763
Modified: 2025-09-17T15:15:39.763
Link: CVE-2023-53357

No data.