Linux Kernel Slab Memory Vulnerability Leading to Invalid Address Dereference

Vulnerability

A vulnerability in the Linux kernel's memory management can cause a kernel panic due to an invalid memory access. This issue arises in the slab allocator, where the 'obj_exts' field of a newly allocated slab page is not properly initialized. As a result, the low bits of 'obj_exts' can be set to an invalid address, leading to a null pointer dereference. This vulnerability was introduced in version 6.15.0-rc1 and has been observed to cause crashes during buffered I/O tests.

Impact

Exploitation of this vulnerability leads to a kernel panic, causing a fatal exception and stopping secondary CPUs, which disrupts system stability and can cause a denial of service.

Reproduction

The vulnerability can be reproduced by running buffered I/O tests with the 'bch2' (Burst Cache) module loaded, on a Linux kernel version that is affected by this vulnerability, such as 6.15.0-rc1. The crashes will occur due to the uninitialized 'obj_exts' field in the slab allocator, causing a null pointer dereference and a subsequent kernel panic.

Remediation

Users can upgrade to a patched version of the Linux kernel where this vulnerability has been addressed. The specific commit that resolves this issue is available in the Linux kernel's official Git repository.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.7
remediation
0.0
relevance
0.0
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.