Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-46801
HistorySep 18, 2024 - 8:15 a.m.

CVE-2024-46801

2024-09-1808:15:06
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
2
linux kernel
vulnerability
libfs
get_stashed_dentry()
rcu lock
uaf issues

EPSS

0

Percentile

9.6%

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.

EPSS

0

Percentile

9.6%

Related for NVD:CVE-2024-46801