PT-2026-2871 · Linux · Linux Kernel
Published
2025-12-10
·
Updated
2026-01-15
·
CVE-2025-71110
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel’s mm/slub component related to memory management when CONFIG SLUB TINY is enabled and on ARM64 systems with Memory Tagging Extension (MTE). Specifically, the issue arises from a tag mismatch during deferred freeing of memory. The
kfree nolock() function calls kasan slab free(), which poisons the memory and changes the tag. Subsequently, defer free() attempts to write to the freed object, triggering a KASAN use-after-free report due to the tag mismatch. The root cause is the lack of resetting the KASAN tag before accessing the freed memory.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel