Lucene search
+L

307 matches found

OSV
OSV
added 2025/05/01 3:16 p.m.3 views

DEBIAN-CVE-2022-49780

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix possible name leak in tcmloopsetuphbabus If deviceregister fails in tcmloopsetuphbabus, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give...

5.5CVSS5.3AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.28 views

UBUNTU-CVE-2022-49818

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by putdevice before calling deviceinitialize...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/01 3:16 p.m.18 views

UBUNTU-CVE-2022-49836

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

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/01 3:16 p.m.15 views

UBUNTU-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.5CVSS6AI score0.00187EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.2 views

CVE-2022-49915 mISDN: fix possible memory leak in mISDN_register_device()

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDNregisterdevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, add putdevice to give up the reference, so...

6.1AI score0.00193EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.58 views

CVE-2022-49818

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by putdevice before calling deviceinitialize...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/04 2:59 a.m.4 views

SUSE 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...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/04/04 2:59 a.m.6 views

SUSE CVE-2025-21935

In the Linux kernel, the following vulnerability has been resolved: rapidio: add check for rioaddnet in rioscanallocnet The return value of rioaddnet should be checked. If it fails, putdevice should be called to free the memory and give up the reference initialized in rioaddnet...

5.5CVSS6.8AI score0.00205EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2025/04/04 12:00 a.m.5 views

PT-2025-25789

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue concerned the dmaengine and specifically the idxd component. The idxd cleanup helper function was used to refactor the...

5.5CVSS6.4AI score0.00165EPSS
SaveExploits0
OSV
OSV
added 2025/04/01 4:15 p.m.0 views

DEBIAN-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.8CVSS6.1AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.9 views

UBUNTU-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.8CVSS6.5AI score0.00207EPSS
SaveExploits0References51
OSV
OSV
added 2025/04/01 4:15 p.m.5 views

UBUNTU-CVE-2025-21935

In the Linux kernel, the following vulnerability has been resolved: rapidio: add check for rioaddnet in rioscanallocnet The return value of rioaddnet should be checked. If it fails, putdevice should be called to free the memory and give up the reference initialized in rioaddnet...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References59
Vulnrichment
Vulnrichment
added 2025/04/01 3:41 p.m.3 views

CVE-2025-21934 rapidio: fix an API misues when rio_add_net() fails

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.8CVSS6.6AI score0.00207EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/04/01 12:00 a.m.9 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 the incorrect use of kfree instead of putdevice when rioaddnet fails, which could lead to reuse after releas...

7.8CVSS6.5AI score0.00207EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.8 views

SUSE 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.5CVSS6.3AI score0.00201EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 5:15 p.m.17 views

AZL-69482 CVE-2023-53012 affecting package kernel 5.15.200.1-1

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.5CVSS5.6AI score0.00201EPSS
SaveExploits0References1
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.00241EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/27 5:15 p.m.11 views

UBUNTU-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.5CVSS5.7AI score0.00201EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/03/10 12:00 a.m.5 views

PT-2025-20488

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference leak in the pci register host bridge function has been fixed. The issue occurred when device register failed, and put device was not called to release the reference, leading ...

5.5CVSS6.8AI score0.00292EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/02/27 3:06 a.m.5 views

SUSE CVE-2022-49480

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-hdmi: Fix refcount leak in imxhdmiprobe offinddevicebynode takes reference, we should use putdevice to release it. when devmkzalloc fails, it doesn't have a putdevice, it will cause refcount leak. Add missing putdevice ...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References7
Rows per page
Query Builder