Lucene search
+L

11872 matches found

CVE
CVE
added 2025/12/30 12:34 p.m.22 views

CVE-2022-50886

CVE-2022-50886 is a Linux kernel issue in the MMC Toshiba SD host path (mmc_add_host). If mmc_add_host() returns an error and the return value is ignored, memory allocated by mmc_alloc_host() leaks, potentially causing a kernel crash when removing the not-added device. The fix, as described in th...

6.1AI score0.00207EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/30 12:34 p.m.27 views

CVE-2022-50886 mmc: toshsd: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: toshsd: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

0.00207EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:34 p.m.13 views

CVE-2022-50886 mmc: toshsd: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: toshsd: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

6.4AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.11 views

CVE-2023-54318

In the Linux kernel, the following vulnerability has been resolved: net/smc: use smclgrlist.lock to protect smclgrlist.list iterate in smcrportadd While doing smcrportadd, there maybe linkgroup add into or delete from smclgrlist.list at the same time, which may result kernel crash. So, use...

8.8CVSS5.3AI score0.0024EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:23 p.m.10 views

CVE-2023-54318 net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add

In the Linux kernel, the following vulnerability has been resolved: net/smc: use smclgrlist.lock to protect smclgrlist.list iterate in smcrportadd While doing smcrportadd, there maybe linkgroup add into or delete from smclgrlist.list at the same time, which may result kernel crash. So, use...

8.8CVSS6.3AI score
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:23 p.m.27 views

CVE-2023-54318

CVE-2023-54318 affects the Linux kernel and is caused by unsafe concurrent modification of the smc_lgr_list.list during smcr_port_add, which may lead to a NULL pointer dereference and kernel crash. The provided documents specify that the fix is to use smc_lgr_list.lock to protect the iteration of...

8.8CVSS6AI score0.0024EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.31 views

CVE-2023-54318 net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add

In the Linux kernel, the following vulnerability has been resolved: net/smc: use smclgrlist.lock to protect smclgrlist.list iterate in smcrportadd While doing smcrportadd, there maybe linkgroup add into or delete from smclgrlist.list at the same time, which may result kernel crash. So, use...

8.8CVSS0.0024EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:16 p.m.27 views

CVE-2023-54274 RDMA/srpt: Add a check for valid 'mad_agent' pointer

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Add a check for valid 'madagent' pointer When unregistering MAD agent, srpt module has a non-null check for 'madagent' pointer before invoking ibunregistermadagent. This check can pass if 'madagent' variable holds an...

0.00187EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/12/30 12:15 p.m.7 views

CVE-2022-50865 tcp: fix a signed-integer-overflow bug in tcp_add_backlog()

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcpaddbacklog The type of skrcvbuf and sksndbuf in struct sock is int, and in tcpaddbacklog, the variable limit is caculated by adding skrcvbuf, sksndbuf and 64 1024, it may exceed the ma...

5.5AI score0.00468EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.31 views

CVE-2022-50865 tcp: fix a signed-integer-overflow bug in tcp_add_backlog()

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcpaddbacklog The type of skrcvbuf and sksndbuf in struct sock is int, and in tcpaddbacklog, the variable limit is caculated by adding skrcvbuf, sksndbuf and 64 1024, it may exceed the ma...

7.5CVSS0.00468EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.31 views

CVE-2022-50858 mmc: alcor: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: alcor: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

0.00218EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:15 p.m.6 views

CVE-2022-50856 cifs: Fix xid leak in cifs_ses_add_channel()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifssesaddchannel Before return, should free the xid, otherwise, the xid will be leaked...

6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:11 p.m.25 views

CVE-2023-54204

CVE-2023-54204 affects the Linux kernel mmc sunplus driver. The patch fixes the return value handling of mmc_add_host(); if its error is ignored, memory allocated in mmc_alloc_host() may be leaked and a NULL pointer dereference can occur in spmmc_drv_remove() when deleting a non-added device. The...

6.1AI score0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.4 views

CVE-2022-50846

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

5.3AI score0.00254EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:11 p.m.24 views

CVE-2022-50846

The CVE-2022-50846 entry concerns a Linux kernel issue in mmc: via-sdmmc where mmc_add_host() could return an error and its return value was ignored. The documented fix adds a proper check of the return value and an error path that calls mmc_free_host(), preventing a memory leak from mmc_alloc_ho...

6.1AI score0.00254EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:11 p.m.7 views

CVE-2022-50846 mmc: via-sdmmc: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

6.4AI score
SaveExploits0References12
CVE
CVE
added 2025/12/30 12:10 p.m.36 views

CVE-2022-50840

The CVE-2022-50840 issue affects the Linux kernel SCSI driver snic: the code path snic_tgt_create() could trigger a use-after-free if device_add() fails, because tgt->list was not removed from snic->disc.tgt_list before freeing. The fix removes the tgt from snic->disc.tgt_list prior to f...

6.1AI score0.00254EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:08 p.m.8 views

CVE-2023-54185 btrfs: remove BUG_ON()'s in add_new_free_space()

In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUGON's in addnewfreespace At addnewfreespace we have these BUGON's that are there to deal with any failure to add free space to the in memory free space cache. Such failures are mostly -ENOMEM that should be very...

6.4AI score
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:08 p.m.9 views

CVE-2023-54164 Bluetooth: ISO: fix iso_conn related locking and validity issues

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix isoconn related locking and validity issues sk-skstate indicates whether isopisk-conn is valid. Operations that check/update skstate and access conn should hold locksock, otherwise they can race. The order of...

8CVSS6.2AI score
SaveExploits0References6
EUVD
EUVD
added 2025/12/30 12:32 a.m.8 views

EUVD-2025-205652

A flaw has been found in Campcodes Supplier Management System 1.0. This impacts an unknown function of the file /admin/addarea.php. Executing manipulation of the argument txtAreaCode can lead to sql injection. The attack may be performed from remote. The exploit has been published and may be used...

7.5CVSS7AI score0.00451EPSS
SaveExploits1References6
Rows per page
Query Builder