CVE-2025-21887·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up The issue was caused by dput(upper) being called before ovl_dentry_update_reval(), while upper->d_flags was still accessed in ovl_dentry_remote(). Move dput(upper) after its last use to prevent use-after-free. BUG: KASAN: slab-use-after-free in ovl_dentry_remote fs/overlayfs/util.c:162 [inline] BUG: KASAN: slab-use-after-free in ovl_dentry_update_reval+0xd2/0xf0 fs/overlayfs/util.c:167 Call Trace: <TASK> __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:114 print_address_description mm/kasan/report.c:377 [inline] print_report+0xc3/0x620 mm/kasan/report.c:488 kasan_report+0xd9/0x110 mm/kasan/report.c:601 ovl_dentry_remote fs/overlayfs/util.c:162 [inline] ovl_dentry_update_reval+0xd2/0xf0 fs/overlayfs/util.c:167 ovl_link_up fs/overlayfs/copy_up.c:610 [inline] ovl_copy_up_one+0x2105/0x3490 fs/overlayfs/copy_up.c:1170 ovl_copy_up_flags+0x18d/0x200 fs/overlayfs/copy_up.c:1223 ovl_rename+0x39e/0x18c0 fs/overlayfs/dir.c:1136 vfs_rename+0xf84/0x20a0 fs/namei.c:4893 ... </TASK>
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.13.6
- Published
- 2025-03-27
Affected versions
From: 6.13
Until: 6.13.6
Fixed in: 6.13.6
How to fix this CVE
Update your Linux kernel to version 6.13.6 or later to resolve a use-after-free vulnerability in the OverlayFS subsystem. This issue affects kernel versions 6.13 through 6.13.5 and can be triggered during file operations on overlay-mounted filesystems. Apply the kernel update promptly and reboot your system to complete the remediation.
sudo dnf update kernel kernel-devel && sudo rebootDefensia detects this vulnerability
How to check if you are affected
- Check installed kernel version: uname -r
- Verify if OverlayFS is in use: grep -i overlay /proc/filesystems or mount | grep overlay
- Search kernel logs for KASAN use-after-free errors: dmesg | grep -i 'use-after-free\|ovl_dentry_remote\|ovl_link_up'
- Confirm kernel patch applied: grep 'ovl_link_up\|dput(upper)' /proc/version or check kernel source if available
FAQ
What is CVE-2025-21887?
This vulnerability is a use-after-free bug in the Linux kernel's OverlayFS implementation where a dentry object is accessed after being freed, causing memory corruption and potential system instability during overlay filesystem operations.
Is CVE-2025-21887 being actively exploited?
No, this vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog and no public exploits are currently available.
What versions of Kernel are affected by CVE-2025-21887?
Linux kernel versions 6.13 through 6.13.5 are vulnerable; kernel 6.13.6 and later contain the fix.
How do I check if my server is vulnerable to CVE-2025-21887?
Run `uname -r` to check your kernel version. If it shows 6.13.0 through 6.13.5 and OverlayFS is mounted (verify with `mount | grep overlay`), your system is vulnerable.
Does Defensia detect CVE-2025-21887?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Kernel is installed on a monitored server, CVE-2025-21887 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/3594aad97e7be2557ca9fa9c931b206b604028c8
- https://git.kernel.org/stable/c/4b49d939b5a79117f939b77cc67efae2694d9799
- https://git.kernel.org/stable/c/60b4b5c1277fc491da9e1e7abab307bfa39c2db7
- https://git.kernel.org/stable/c/64455c8051c3aedc71abb7ec8d47c80301f99f00
- https://git.kernel.org/stable/c/a7c41830ffcd17b2177a95a9b99b270302090c35
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-21887. Free for 1 server.
Get started free