6 matches found
Linux Distros Unpatched Vulnerability : CVE-2021-47168
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NFS: fix an incorrect limit in filelayoutdecodelayout The sizeofstruct nfsfh is two bytes too large and could lead to memory corruption. It should be NFSMAXFHSI...
Huawei EulerOS: Security Advisory for kernel (EulerOS-SA-2024-2476)
The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...
CVE-2021-47168
In the Linux kernel, the following vulnerability has been resolved: NFS: fix an incorrect limit in filelayoutdecodelayout The "sizeofstruct nfsfh" is two bytes too large and could lead to memory corruption. It should be NFSMAXFHSIZE because that's the size of the -data buffer. I reversed the size...
CVE-2021-47168
CVE-2021-47168 affects the Linux kernel NFS code, specifically filelayout_decode_layout. The bug stems from sizeof(struct nfs_fh) being two bytes larger than the actual NFS_MAXFHSIZE buffer, risking memory corruption. The fix changes the size to match NFS_MAXFHSIZE (the buffer for ->data[]) an...
CVE-2021-47168 NFS: fix an incorrect limit in filelayout_decode_layout()
In the Linux kernel, the following vulnerability has been resolved: NFS: fix an incorrect limit in filelayoutdecodelayout The "sizeofstruct nfsfh" is two bytes too large and could lead to memory corruption. It should be NFSMAXFHSIZE because that's the size of the -data buffer. I reversed the size...
CVE-2021-47168
In the Linux kernel, the following vulnerability has been resolved: NFS: fix an incorrect limit in filelayoutdecodelayout The "sizeofstruct nfsfh" is two bytes too large and could lead to memory corruption. It should be NFSMAXFHSIZE because that's the size of the -data buffer. I reversed the size...