Lucene search
+L

32912 matches found

OSV
OSV
added 2025/12/09 1:29 a.m.7 views

CVE-2022-50672 mailbox: zynq-ipi: fix error handling while device_register() fails

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.50 views

CVE-2022-50671 RDMA/rxe: Fix "kernel NULL pointer dereference" error

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix "kernel NULL pointer dereference" error When rxequeueinit in the function rxeqpinitreq fails, both qp-req.task.func and qp-req.task.arg are not initialized. Because of creation of qp fails, the function rxecreateqp...

7.5CVSS0.00954EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 1:29 a.m.27 views

CVE-2022-50671

The CVE-2022-50671 issue affects the Linux kernel RDMA/rxe driver. If rxe_queue_init in rxe_qp_init_req fails, qp->req.task.func and qp->req.task.arg remain uninitialized, and rxe_create_qp then invokes cleanup, risking a kernel NULL pointer dereference. The advisory notes remediation by ch...

7.5CVSS6.1AI score0.00954EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:29 a.m.20 views

CVE-2022-50671 RDMA/rxe: Fix "kernel NULL pointer dereference" error

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix "kernel NULL pointer dereference" error When rxequeueinit in the function rxeqpinitreq fails, both qp-req.task.func and qp-req.task.arg are not initialized. Because of creation of qp fails, the function rxecreateqp...

7.5CVSS6.4AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.42 views

CVE-2022-50669 misc: ocxl: fix possible name leak in ocxl_file_register_afu()

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

0.00251EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.16 views

CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

5.2AI score0.00238EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 1:29 a.m.30 views

CVE-2022-50663

The CVE-2022-50663 entry relates to the Linux kernel net: stmmac driver. The vulnerability is a memory leak in stmmac_dvr_probe() where priv->af_xdp_zc_qps is not freed when create_singlethread_workqueue() fails; the fix adds a call to bitmap_free() and an error_wq_init path to prevent leaks. ...

6AI score0.00238EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.48 views

CVE-2022-50663 net: stmmac: fix possible memory leak in stmmac_dvr_probe()

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 1:29 a.m.12 views

CVE-2022-50661 seccomp: Move copy_seccomp() to no failure path.

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

6.2AI score
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:16 a.m.5 views

DEBIAN-CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

5.2AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.8 views

DEBIAN-CVE-2022-50646

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

5.3AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.10 views

UBUNTU-CVE-2022-50639

In the Linux kernel, the following vulnerability has been resolved: io-wq: Fix memory leak in worker creation If the CPU mask allocation for a node fails, then the memory allocated for the 'iowqe' struct of the current node doesn't get freed on the error handling path, since it has not yet been...

5.7AI score0.00197EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.13 views

SUSE CVE-2023-53758

In the Linux kernel, the following vulnerability has been resolved: spi: atmel-quadspi: Free resources even if runtime resume failed in .remove An early error exit in atmelqspiremove doesn't prevent the device unbind. So this results in an spi controller with an unbound parent and unmapped regist...

6.5AI score0.00186EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/09 12:01 a.m.32 views

CVE-2023-53807 clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

0.00186EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 12:00 a.m.9 views

CVE-2023-53800 ubi: Fix use-after-free when volume resizing failed

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix use-after-free when volume resizing failed There is an use-after-free problem reported by KASAN: ================================================================== BUG: KASAN: use-after-free in ubiebacopytable+0x11f/0x1c...

7.8CVSS6.4AI score
SaveExploits0References11
OSV
OSV
added 2025/12/09 12:00 a.m.7 views

CVE-2022-50646 scsi: hpsa: Fix possible memory leak in hpsa_init_one()

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

6.3AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.7 views

CVE-2022-50646

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

5.3AI score0.00205EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from net/dsa ocelot not calling dsatag8021qunregister under rtnllock, which could lead to an assertion failure...

6.1AI score0.00219EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.12 views

AlmaLinux 9 : kernel (ALSA-2025:22405)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2025:22405 advisory. kernel: nfsd: handle getclientlocked failure in nfsd4setclientidconfirm CVE-2025-38724 kernel: wifi: cfg80211: fix use-after-free in cmpbss CVE-2025-3986...

9.8CVSS6.9AI score0.00378EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.9 views

PT-2025-49761

Name of the Vulnerable Software and Affected Versions Fiber Utils versions 2.0.0-rc.3 and below Description Fiber Utils is a collection of functions for Fiber. In versions 2.0.0-rc.3 and below, if the system’s cryptographic random number generator crypto/rand fails, the software silently reverts ...

9.8CVSS6.5AI score0.00468EPSS
SaveExploits0
Rows per page
Query Builder