Lucene search
+L

446 matches found

Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49860

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

5.5CVSS5.4AI score0.00187EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.18 views

CVE-2022-49860 dmaengine: ti: k3-udma-glue: fix memory leak when register device fail

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

0.00187EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/01 2:10 p.m.134 views

CVE-2022-49860

CVE-2022-49860 : The provided connected documents describe a Linux kernel vulnerability in the dmaengine: ti: k3-udma-glue subsystem, where a memory leak could occur if device_register() fails. The root cause is that, on failure, the code should call put_device() to release a reference, and the n...

5.5CVSS6.4AI score0.00187EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49860 dmaengine: ti: k3-udma-glue: fix memory leak when register device fail

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

5.5CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/05/01 2:09 p.m.93 views

CVE-2022-49836

The CVE-2022-49836 issue in the Linux kernel concerns a memory leak in siox_device_add() if device_register() fails. The fix ensures proper reference handling: after an error, the name allocated by dev_set_name() is freed by freeing the reference with put_device(), allowing kobject_cleanup() to f...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/05/01 2:09 p.m.102 views

CVE-2022-49821

CVE-2022-49821 concerns the Linux kernel mISDN subsystem. The vulnerability is described as a memory leak in mISDN_dsp_element_register(), mitigated by a patch that makes the device name allocation dynamic and uses put_device() to release references so the name can be freed in kobject_cleanup(). ...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/05/01 2:09 p.m.43 views

CVE-2022-49816

CVE-2022-49816 entry is rejected/not used per the Initial Description.

6.4AI score
SaveExploits0
CVE
CVE
added 2025/05/01 2:09 p.m.91 views

CVE-2022-49780

The CVE-2022-49780 entry concerns a Linux kernel vulnerability in SCSI target tcm_loop where a name leak can occur if device_register() fails in tcm_loop_setup_hba_bus(). The root cause is improper error-path handling: the memory/name allocated by dev_set_name() is not freed, and put_device() sho...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2025/05/01 1:15 p.m.21 views

CVE-2025-37748

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix NULL pointer deference in mtkiommudevicegroup Currently, mtkiommu calls during probe iommudeviceregister before the hwlist from driver data is initialized. Since iommu probing issue fix, it leads to NULL point...

5.5CVSS0.00176EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/01 12:55 p.m.59 views

CVE-2025-23139

This CVE ID has been rejected and is not an active vulnerability entry.

6.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.7 views

PT-2025-18393 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel's Bluetooth component, specifically in the hci uart module, has been resolved. The issue involves a race condition during initialization where the...

5AI score
SaveExploits0References20
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.1 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 Linux kernel that originates from a memory leak when registering a device with mISDN, which could lead to resource exhaustion...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.13 views

PT-2025-18553 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A possible memory leak in the Linux kernel has been resolved. The issue occurred in the siox device add function when device register returned an error. To fix this, put device is call...

8.8CVSS7.5AI score0.01328EPSS
SaveExploits3References466
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.11 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 a memory leak in the dmaengine ti driver when device registration fails...

5.5CVSS6.5AI score0.00187EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/04/11 12:00 a.m.26 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2025-1359)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : net: fix data-races around sk-skforwardallocCVE-2024-53124 nvme-multipath: defer partition scanningCVE-2024-53093 bpf: synclinkedregs must preserv...

9.8CVSS7AI score0.00822EPSS
SaveExploits2References103
NVD
NVD
added 2025/04/01 4:15 p.m.10 views

CVE-2025-21934

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix an API misues when rioaddnet fails rioaddnet calls deviceregister and fails when deviceregister fails. Thus, putdevice should be used rather than kfree. Add "mport-net = NULL;" to avoid a use after free issue...

7.8CVSS0.00207EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/03/28 3:00 a.m.10 views

SUSE CVE-2025-21876

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit "iommu/vt-d: Allocate DMAR fault interrupts locally" moved the call to enabledrhdfaulthandling to a code path that does not hold any lock while traversing the drhd list. Fix it by...

5.5CVSS7.6AI score0.00201EPSS
SaveExploits0References15
NVD
NVD
added 2025/03/27 5:15 p.m.39 views

CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS0.00192EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/27 5:15 p.m.27 views

CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS0.00231EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/27 4:43 p.m.14 views

CVE-2023-53012 thermal: core: call put_device() only after device_register() fails

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5AI score
SaveExploits0References6
Rows per page
Query Builder