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
The CVE-2021-47168 entry relates to a Linux kernel NFS vulnerability in filelayout_decode_layout where sizeof(struct nfs_fh) was two bytes too large, risking memory corruption. The issue arises from using a size that is larger than the actual buffer (->data[]), and the arguments were reversed ...
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...