AlmaLinux OS 9 must clear SLUB/SLAB objects to prevent use-after-free attacks.
An XCCDF Rule
Description
Poisoning writes an arbitrary value to freed pages, so any modification or reference to that page after being freed or before being initialized will be detected and prevented. This prevents many types of use-after-free vulnerabilities at some performance cost. Also prevents leak of data and detection of corrupted memory. SLAB objects are blocks of physically contiguous memory. SLUB is the unqueued SLAB allocator.
- ID
- SV-269451r1050334_rule
- Version
- ALMA-09-044790
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Configure AlmaLinux OS 9 to enable poisoning of SLUB/SLAB objects with the following commands:
$ grubby --update-kernel=ALL --args="slub_debug=P"
Add or modify the following line in "/etc/default/grub" to ensure the configuration survives kernel updates:
GRUB_CMDLINE_LINUX="slub_debug=P"