Beveiligingsadvies

CVE-2024-46697

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2024-09-13 05:29:24
Laatst bijgewerkt 2026-08-05 11:38:02
Toegewezen door Linux
CVSS-score 9.8
Status PUBLISHED

Beschrijving

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.