Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: libfs: fix get_stashed_dentry() get_stashed_dentry() tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use rcu_dereference() instead of READ_ONCE() it's effectively equivalent with some lockdep bells and whistles and it communicates clearly that this expects rcu protection.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.9, < 6.10.10 |
References
- https://git.kernel.org/stable/c/03e2a1209a83a380df34a72f7d6d1bc6c74132c7Patch
- https://git.kernel.org/stable/c/4e32c25b58b945f976435bbe51f39b32d714052ePatch
FAQ
What is CVE-2024-46801?
CVE-2024-46801 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: libfs: fix get_stashed_dentry() get_stashed_dentry() tries to optimistically retrieve a stashed dentry from a provided location. ...
How severe is CVE-2024-46801?
CVE-2024-46801 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-46801?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.