Lucene search
+L

37349 matches found

OSV
OSV
added 2025/12/09 1:16 a.m.4 views

DEBIAN-CVE-2023-53810

In the Linux kernel, the following vulnerability has been resolved: blk-mq: release crypto keyslot before reporting I/O complete Once all I/O using a blkcryptokey has completed, filesystems can call blkcryptoevictkey. However, the block layer currently doesn't call blkcryptoputkeyslot until the...

7.8CVSS5.5AI score0.00142EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.11 views

CVE-2023-53781

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in tcpwritetimerhandler. With Eric's ref tracker, syzbot finally found a repro for use-after-free in tcpwritetimerhandler by kernel TCP sockets. 0 If SMC creates a kernel socket in smccreate, the kernel...

7.8CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/09 1:16 a.m.6 views

DEBIAN-CVE-2023-53781

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in tcpwritetimerhandler. With Eric's ref tracker, syzbot finally found a repro for use-after-free in tcpwritetimerhandler by kernel TCP sockets. 0 If SMC creates a kernel socket in smccreate, the kernel...

7.8CVSS5.4AI score0.00144EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.14 views

CVE-2022-50641

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

0.00237EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/09 1:16 a.m.10 views

CVE-2022-50633

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: qcom: Fix memory leak in dwc3qcominterconnectinit oficcget alloc resources for path handle, we should release it when not need anymore. Like the release in dwc3qcominterconnectexit function. Add iccput in error handlin...

0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 1:16 a.m.15 views

DEBIAN-CVE-2022-50633

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: qcom: Fix memory leak in dwc3qcominterconnectinit oficcget alloc resources for path handle, we should release it when not need anymore. Like the release in dwc3qcominterconnectexit function. Add iccput in error handlin...

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

UBUNTU-CVE-2023-53816

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.14 views

UBUNTU-CVE-2022-50640

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Fix kernel panic when remove non-standard SDIO card SDIO tuple is only allocated for standard SDIO card, especially it causes memory corruption issues when the non-standard SDIO card has removed, which is because the...

5.9AI score0.0021EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.12 views

SUSE CVE-2023-53743

In the Linux kernel, the following vulnerability has been resolved: PCI: Free released resource after coalescing releaseresource doesn't actually free the resource or resource list entry so free the resource list entry to avoid a leak...

5.5CVSS6.5AI score0.00199EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.9 views

SUSE CVE-2023-53746

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix memory leak in vfioap device driver The device release callback function invoked to release the matrix device uses the devgetdrvdatadevice dev function to retrieve the pointer to the vfiomatrixdev object in orde...

5.5CVSS6.3AI score0.00191EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.8 views

SUSE CVE-2025-40314

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget In the cdnspgadgetinit and cdnspgadgetexit functions, the gadget structure pdev-gadget was freed before its endpoints. The endpoints are...

6.1CVSS6.3AI score0.00191EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.7 views

SUSE CVE-2025-40324

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix crash in nfsd4readrelease When tracing is enabled, the tracenfsdreaddone trace point crashes during the pynfs read.testNoFh test...

5.5CVSS6.3AI score0.00455EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2025/12/09 12:01 a.m.45 views

CVE-2023-53816 drm/amdkfd: fix potential kgd_mem UAFs

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO...

7.8CVSS0.00141EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 12:00 a.m.12 views

CVE-2023-53801 iommu/sprd: Release dma buffer to avoid memory leak

In the Linux kernel, the following vulnerability has been resolved: iommu/sprd: Release dma buffer to avoid memory leak When attaching to a domain, the driver would alloc a DMA buffer which is used to store address mapping table, and it need to be released when the IOMMU domain is freed...

6.5AI score
SaveExploits0References7
OSV
OSV
added 2025/12/09 12:00 a.m.11 views

CVE-2023-53781 smc: Fix use-after-free in tcp_write_timer_handler().

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in tcpwritetimerhandler. With Eric's ref tracker, syzbot finally found a repro for use-after-free in tcpwritetimerhandler by kernel TCP sockets. 0 If SMC creates a kernel socket in smccreate, the kernel...

7.8CVSS6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.38 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...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 12:00 a.m.11 views

CVE-2022-50641 HSI: omap_ssi: Fix refcount leak in ssi_probe

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

6.4AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.40 views

CVE-2022-50641 HSI: omap_ssi: Fix refcount leak in ssi_probe

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

0.00237EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.21 views

CVE-2022-50640

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Fix kernel panic when remove non-standard SDIO card SDIO tuple is only allocated for standard SDIO card, especially it causes memory corruption issues when the non-standard SDIO card has removed, which is because the...

5.6AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.39 views

CVE-2022-50637 cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

0.00199EPSS
SaveExploits0References5
Rows per page
Query Builder