Lucene search
+L

255 matches found

OSV
OSV
added 2025/03/27 5:15 p.m.9 views

UBUNTU-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.5CVSS5.8AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/27 5:15 p.m.7 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.00192EPSS
SaveExploits0References6
CVE
CVE
added 2025/03/27 4:43 p.m.67 views

CVE-2023-53012

CVE-2023-53012 is documented across multiple connected advisories as a Linux kernel vulnerability affecting the thermal subsystem. The issue arises from calling put_device() before a successful device_register(), specifically in __thermal_cooling_device_register(), and is accompanied by unnecessa...

5.5CVSS6.6AI score0.00192EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/03/01 12:0 a.m.10 views

PT-2025-18427

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, specifically with the perf/dwc pcie component. It occurs when struct device pci dev is wrongly used as platform data during platform device...

7.8CVSS6.4AI score0.65736EPSS
SaveExploits0References359
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.6 views

SUSE CVE-2022-49099

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix initialization of device object in vmbusdeviceregister Initialize the device's dmamask,parms pointers and the device's dmamask value before invoking deviceregister. Address the following trace with 5.17-rc...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:6 a.m.5 views

SUSE CVE-2022-49468

In the Linux kernel, the following vulnerability has been resolved: thermal/core: Fix memory leak in thermalcoolingdeviceregister I got memory leak as follows when doing fault injection test: unreferenced object 0xffff888010080000 size 264312: comm "182", pid 102533, jiffies 4296434960 age 10.100...

3.3CVSS6.9AI score0.00317EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:1 a.m.9 views

UBUNTU-CVE-2022-49468

In the Linux kernel, the following vulnerability has been resolved: thermal/core: Fix memory leak in thermalcoolingdeviceregister I got memory leak as follows when doing fault injection test: unreferenced object 0xffff888010080000 size 264312: comm "182", pid 102533, jiffies 4296434960 age 10.100...

5.5CVSS6.2AI score0.00317EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:0 a.m.5 views

UBUNTU-CVE-2022-49099

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix initialization of device object in vmbusdeviceregister Initialize the device's dmamask,parms pointers and the device's dmamask value before invoking deviceregister. Address the following trace with 5.17-rc...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.4 views

CVE-2022-49468 thermal/core: Fix memory leak in __thermal_cooling_device_register()

In the Linux kernel, the following vulnerability has been resolved: thermal/core: Fix memory leak in thermalcoolingdeviceregister I got memory leak as follows when doing fault injection test: unreferenced object 0xffff888010080000 size 264312: comm "182", pid 102533, jiffies 4296434960 age 10.100...

6.6AI score0.00317EPSS
SaveExploits0References5
CVE
CVE
added 2025/02/26 1:54 a.m.84 views

CVE-2022-49099

CVE-2022-49099 : Linux kernel vulnerability in hv_vmbus/vmbus driver stack. The issue arises during device object initialization in vmbus_device_register(), where dma_mask, dma_parms, and dma_mask must be set before device_register() is called. The fixed trace relates to netvsc/vmbus probe paths ...

5.5CVSS5.4AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.31 views

CVE-2022-49099 Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register()

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix initialization of device object in vmbusdeviceregister Initialize the device's dmamask,parms pointers and the device's dmamask value before invoking deviceregister. Address the following trace with 5.17-rc...

0.00205EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.30 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 dmamask and dmaparms of the device object in the vmbusdeviceregister function not being properly...

5.5CVSS5.5AI score0.00205EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.3 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 originates from a memory leak in the thermalcoolingdeviceregister function...

5.5CVSS5.5AI score0.00317EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/01/18 12:0 a.m.5 views

PT-2025-13358 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the thermal core in the Linux kernel, where put device is called before device register fails. The function thermal cooling device register does not follow this...

4.6CVSS5AI score0.00192EPSS
SaveExploits0References18
OSV
OSV
added 2024/12/27 3:15 p.m.6 views

UBUNTU-CVE-2024-56578

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS6.2AI score0.00234EPSS
SaveExploits0References33
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:0 a.m.6 views

platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors

...

7.8CVSS6.9AI score0.00248EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:0 a.m.8 views

The vulnerability of the iio component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the iio component in the Linux operating system’s kernel is related to a memory leak in the iiodeviceregistersysfs function. Exploiting this vulnerability can allow an attacker to cause a system failure...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References29Affected Software5
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.8 views

SUSE CVE-2024-49986

In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platformdeviceregister errors x86androidtabletremove frees the pdevs array, so it should not be used after calling x86androidtabletremove. When platformdeviceregister fails...

5.5CVSS6.3AI score0.00248EPSS
SaveExploits0References15
OSV
OSV
added 2024/10/21 8:15 p.m.6 views

UBUNTU-CVE-2022-49016

In the Linux kernel, the following vulnerability has been resolved: net: mdiobus: fix unbalanced node reference count I got the following report while doing devicemscc-miim load test with CONFIGOFUNITTEST and CONFIGOFDYNAMIC enabled: OF: ERROR: memory leak, expected refcount 1 instead of 2,...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0References6
NVD
NVD
added 2024/10/21 6:15 p.m.18 views

CVE-2024-49986

In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platformdeviceregister errors x86androidtabletremove frees the pdevs array, so it should not be used after calling x86androidtabletremove. When platformdeviceregister fails...

7.8CVSS0.00248EPSS
SaveExploits0References6
Rows per page
Query Builder