Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2021-47167
HistoryMar 25, 2024 - 9:16 a.m.

CVE-2021-47167 NFS: Fix an Oopsable condition in __nfs_pageio_add_request()

2024-03-2509:16:19
Linux
github.com
1
linux kernel
vulnerability
nfs
pageio
error
cleanup

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

NFS: Fix an Oopsable condition in __nfs_pageio_add_request()

Ensure that nfs_pageio_error_cleanup() resets the mirror array contents,
so that the structure reflects the fact that it is now empty.
Also change the test in nfs_pageio_do_add_request() to be more robust by
checking whether or not the list is empty rather than relying on the
value of pg_count.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial