Security Advisory

CVE-2021-47167

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-03-25 09:16:19
Last updated 2026-05-11 13:49:16
Assigner Linux
State PUBLISHED

Description

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.