Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure that nfsd4_fattr_args.context is zeroed out If nfsd4_encode_fattr4 ends up doing a "goto out" before we get to checking for the security label, then args.context will be set to uninitialized junk on the stack, which we'll then try to free. Initialize it early.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.10.8 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/dd65b324174a64558a16ebbf4c3266e5701185d0Patch
- https://git.kernel.org/stable/c/f58bab6fd4063913bd8321e99874b8239e9ba726Patch
FAQ
What is CVE-2024-46697?
CVE-2024-46697 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure that nfsd4_fattr_args.context is zeroed out If nfsd4_encode_fattr4 ends up doing a "goto out" before we get to checki...
How severe is CVE-2024-46697?
CVE-2024-46697 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-46697?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.