FlawAtlas
Search the atlas
CVE-2025-55159 Not scored

slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab's actual length.

Exploit probability 0.2%
Published August 11, 2025
Required by Not available
Last source change July 23, 2026

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

1 explicit affected versions

03 / CONNECTIONS

Connected vulnerabilities

related CGA-27J9-C2G3-MV68
related OPENSUSE-SU-2025:15444-1
related OPENSUSE-SU-2025:15445-1
related OPENSUSE-SU-2025:15446-1
related OPENSUSE-SU-2025:15461-1
related OPENSUSE-SU-2025:15470-1
related OPENSUSE-SU-2025:15475-1
related OPENSUSE-SU-2025:15480-1
related OPENSUSE-SU-2025:15492-1
related OPENSUSE-SU-2025:15497-1
related OPENSUSE-SU-2025:15554-1
related OPENSUSE-SU-2025:20013-1
related OPENSUSE-SU-2026:10496-1
related OPENSUSE-SU-2026:20329-1
related OPENSUSE-SU-2026:20364-1
related SUSE-RU-2025:4131-1
related SUSE-SU-2025:02957-1
related SUSE-SU-2025:02961-1
related SUSE-SU-2025:02962-1
related SUSE-SU-2025:20717-1
related SUSE-SU-2025:20858-1
related SUSE-SU-2025:20921-1
related SUSE-SU-2025:3944-1
related SUSE-SU-2025:3954-1
related SUSE-SU-2025:3955-1
related SUSE-SU-2026:20686-1
related SUSE-SU-2026:20744-1

04 / EVIDENCE

Source records

Open Source Vulnerabilities CVE-2025-55159

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab's actual length.

View original source

05 / REFERENCES

Further evidence