Vulnerability in Linux
CVE-2024-46690
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease It is not safe to dereference fl->c.flc_owner without first confirming fl->fl_lmops is the expected manager. nfsd4_deleg_getattr_conflict() tests fl_lmops but largely ignores the result and assumes that flc_owner is an nfs4_delegation anyway. This is wrong. With this patch we restore the "!= &nfsd_lease_mng_ops" case to behave as it did before the change mentioned below. This is the same as the current code, but without any reference to a possible delegation.
EPSS: 0.002 (8.4th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 9.8 (Critical). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions c5967721e1063648b0506481585ba7e2e49a075e, 6.9, 0
- Linux Linux_kernel — versions 6.11
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2024-46690?
- CVE-2024-46690 is a critical-severity vulnerability in Linux. CVSS score: 9.8/10. Published 2024-09-13.
- How severe is CVE-2024-46690?
- Critical severity. CVSS v3 base score is 9.8 out of 10.
- Is CVE-2024-46690 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.