CVE-2024-46690
Last modified
CVE-2024-46690 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.9, < 6.10.8 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-46690?
How severe is CVE-2024-46690?
How do I fix CVE-2024-46690?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-46685In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46686In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46687In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46688In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46689In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4669The Events Addon for Elementor plugin for WordPress is vulne…5.4
- CVE-2024-46691In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46692In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46693In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-46694In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46695In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-46696In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-46690?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
