Lucene search
+L

3205 matches found

RedhatCVE
RedhatCVE
added 2024/05/27 10:32 a.m.22 views

CVE-2021-47541

In the Linux kernel, the following vulnerability has been resolved: net/mlx4en: Fix an use-after-free bug in mlx4entryallocresources In mlx4entryallocresources, mlx4encopypriv is called and tmp-txcq will be freed on the error path of mlx4encopypriv. After that mlx4enallocresources is called and...

4.4CVSS8.5AI score0.00295EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 10:31 a.m.22 views

CVE-2021-47528

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnspendpointinit In cdnspendpointinit, cdnspringalloc is assigned to pep-ring and there is a dereference of it in cdnspendpointinit, which could lead to a NULL pointer dereference on...

4.4CVSS6.6AI score0.00205EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2024/05/27 12:0 a.m.17 views

Fedora: Security Advisory (FEDORA-2024-f644a5709c)

The remote host is missing an update for the 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...

7.8CVSS7AI score0.01403EPSS
SaveExploits1References4
Fedora
Fedora
added 2024/05/26 1:29 a.m.18 views

[SECURITY] Fedora 40 Update: rust-resctl-bench-2.2.5-3.fc40

resctl-bench is a collection of whole-system benchmarks to evaluate resource control and hardware behaviors using realistic simulated workloads. Comprehensive resource control involves the whole system. Furthermore, testing resource control end-to-end requires scenarios involving realistic...

7.2AI score
SaveExploits0
NVD
NVD
added 2024/05/24 3:15 p.m.18 views

CVE-2021-47542

In the Linux kernel, the following vulnerability has been resolved: net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic83xxaddrings In qlcnic83xxaddrings, the indirect function of ahw-hwops-allocmbxargs will be called to allocate memory for cmd.req.arg, and there is a dereference of it ...

5.5CVSS6.6AI score0.00251EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/24 3:15 p.m.17 views

CVE-2021-47537

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix a memleak bug in rvumboxinit In rvumboxinit, mboxregions is not freed or passed out under the switch-default region, which could lead to a memory leak. Fix this bug by changing 'return err' to 'goto freeregions'...

5.5CVSS6.2AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.17 views

CVE-2021-47528

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnspendpointinit In cdnspendpointinit, cdnspringalloc is assigned to pep-ring and there is a dereference of it in cdnspendpointinit, which could lead to a NULL pointer dereference on...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.28 views

CVE-2021-47541

In the Linux kernel, the following vulnerability has been resolved: net/mlx4en: Fix an use-after-free bug in mlx4entryallocresources In mlx4entryallocresources, mlx4encopypriv is called and tmp-txcq will be freed on the error path of mlx4encopypriv. After that mlx4enallocresources is called and...

7.8CVSS6.2AI score0.00295EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/24 3:9 p.m.96 views

CVE-2021-47542

CVE-2021-47542 affects the Linux kernel’s qlcnic logic for certain 83xx devices. In function qlcnic_83xx_add_rings() , the indirect call through ahw->hw_ops->alloc_mbx_args() can return NULL on allocation failure, and the code could dereference this NULL pointer. The patch adds a guard to v...

5.5CVSS7.2AI score0.00251EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2024/05/24 3:9 p.m.107 views

CVE-2021-47541

CVE-2021-47541 targets the Linux kernel mlx4_en driver. In mlx4_en_try_alloc_resources(), mlx4_en_copy_priv() may free tmp->tx_cq on the error path, and later mlx4_en_alloc_resources() dereferences &tmp->tx_cq[t][i], risking a use-after-free. The fix adds a guard/check around mlx4_en_copy_p...

7.8CVSS8.6AI score0.00295EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.26 views

CVE-2021-47541 net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()

In the Linux kernel, the following vulnerability has been resolved: net/mlx4en: Fix an use-after-free bug in mlx4entryallocresources In mlx4entryallocresources, mlx4encopypriv is called and tmp-txcq will be freed on the error path of mlx4encopypriv. After that mlx4enallocresources is called and...

7.1AI score0.00295EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.16 views

CVE-2021-47537 octeontx2-af: Fix a memleak bug in rvu_mbox_init()

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix a memleak bug in rvumboxinit In rvumboxinit, mboxregions is not freed or passed out under the switch-default region, which could lead to a memory leak. Fix this bug by changing 'return err' to 'goto freeregions'...

7AI score0.00193EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.21 views

CVE-2021-47537 octeontx2-af: Fix a memleak bug in rvu_mbox_init()

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix a memleak bug in rvumboxinit In rvumboxinit, mboxregions is not freed or passed out under the switch-default region, which could lead to a memory leak. Fix this bug by changing 'return err' to 'goto freeregions'...

6.5AI score0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:9 p.m.98 views

CVE-2021-47537

CVE-2021-47537 affects the Linux kernel in the octeontx2-af component, where in rvu_mbox_init() the mbox_regions pointer could be leaked on the switch-default path. The bug was a memory leak due to not freeing or returning the regions, and it is fixed by replacing a plain return err with a goto f...

5.5CVSS7.2AI score0.00193EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.17 views

CVE-2021-47528 usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnspendpointinit In cdnspendpointinit, cdnspringalloc is assigned to pep-ring and there is a dereference of it in cdnspendpointinit, which could lead to a NULL pointer dereference on...

7AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:9 p.m.80 views

CVE-2021-47528

CVE-2021-47528 in the Linux kernel USB CDNSP code fixes a NULL pointer dereference in cdnsp_endpoint_init() by adding a check for pep->ring after cdnsp_ring_alloc() (previously dereferenced on potential failure). The vulnerability could occur when cdnsp_ring_alloc() fails and pep->ring is N...

5.5CVSS7.2AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.20 views

CVE-2021-47528 usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix a NULL pointer dereference in cdnspendpointinit In cdnspendpointinit, cdnspringalloc is assigned to pep-ring and there is a dereference of it in cdnspendpointinit, which could lead to a NULL pointer dereference on...

6.5AI score0.00205EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/05/23 2:0 p.m.31 views

CVE-2021-47231

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: fix memory leak in mcbausb Syzbot reported memory leak in SocketCAN driver for Microchip CAN BUS Analyzer Tool. The problem was in unfreed usbcoherent. In mcbausbstart 20 coherent buffers are allocated and there is...

5.1CVSS6.5AI score0.00226EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:5 a.m.5 views

SUSE CVE-2021-47231

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: fix memory leak in mcbausb Syzbot reported memory leak in SocketCAN driver for Microchip CAN BUS Analyzer Tool. The problem was in unfreed usbcoherent. In mcbausbstart 20 coherent buffers are allocated and there is...

5.5CVSS6.4AI score0.00226EPSS
SaveExploits0References10
NVD
NVD
added 2024/05/21 3:15 p.m.30 views

CVE-2021-47231

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: fix memory leak in mcbausb Syzbot reported memory leak in SocketCAN driver for Microchip CAN BUS Analyzer Tool. The problem was in unfreed usbcoherent. In mcbausbstart 20 coherent buffers are allocated and there is...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References6
Rows per page
Query Builder