4 matches found
Linux Distros Unpatched Vulnerability : CVE-2021-47516
"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: nfp: Fix memory leak in nfpcppareacacheadd In line 800 1, nfpcppareaalloc allocates and...
Huawei EulerOS: Security Advisory for kernel (EulerOS-SA-2024-2441)
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-47516
In the Linux kernel, the following vulnerability has been resolved: nfp: Fix memory leak in nfpcppareacacheadd In line 800 1, nfpcppareaalloc allocates and initializes a CPP area structure. But in line 807 2, when the cache is allocated failed, this CPP area structure is not freed, which will...
CVE-2021-47516
CVE-2021-47516 concerns a memory‑leak in the Linux kernel’s nfp_cpp_area_cache_add() path. In the function, area = nfp_cpp_area_alloc(..., size) is allocated (#1). If the subsequent cache allocation kzalloc(sizeof(*cache), GFP_KERNEL) fails, the code returns -ENOMEM without freeing the previously...