Lucene search

K
osvGoogleOSV:CVE-2024-46697
HistorySep 13, 2024 - 6:15 a.m.

CVE-2024-46697

2024-09-1306:15:14
Google
osv.dev
linux kernel
vulnerability
nfsd
fattr context
security issue

AI Score

6.9

Confidence

Low

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.

AI Score

6.9

Confidence

Low

Related for OSV:CVE-2024-46697