Lucene search
+L

601 matches found

CNNVD
CNNVD
added 2024/08/22 12:0 a.m.7 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 code issue vulnerability exists in Linux kernel that stems from a failure to properly handle errors when a call to the devmthermalzoneofsensorregister function fails...

5.5CVSS6.4AI score0.00214EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/21 1:15 a.m.3 views

DEBIAN-CVE-2024-43871

In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devmfreepercpu It will cause memory leakage when use driver API devmfreepercpu to free memory allocated by devmallocpercpu, fixed by using devresrelease instead of devresdestroy...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.4 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 failure of the fslqmcaudio component to check the return value of the devmkasprintf function, which could...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.5 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 pcmdevicei2cprobe function failing to return an error directly after the devmkzalloc function fails...

5.5CVSS5.2AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.22 views

CVE-2024-42129

A flaw was found in the Linux kernel. The ledclassdevunregister calls the ledsetbrightness module to turn off the LEDs. This callback uses mutex, which was destroyed in the remove module...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.32 views

CVE-2024-42128

In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module'...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

DEBIAN-CVE-2024-42129

In the Linux kernel, the following vulnerability has been resolved: leds: mlxreg: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module's...

5.5CVSS5.3AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.5 views

UBUNTU-CVE-2024-42129

In the Linux kernel, the following vulnerability has been resolved: leds: mlxreg: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module's...

5.5CVSS5.8AI score0.00227EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42128

In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module'...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References15
CVE
CVE
added 2024/07/30 7:46 a.m.123 views

CVE-2024-42129

CVE-2024-42129 – Linux kernel (mlxreg LED driver) : The vulnerability arose because leds: mlxreg registered LEDs with devm_led_classdev_register(), but led_classdev_unregister() invoked a brightness callback that used a mutex already destroyed during module removal. The fix uses the devm API for ...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/07/30 7:46 a.m.10 views

CVE-2024-42129 leds: mlxreg: Use devm_mutex_init() for mutex initialization

In the Linux kernel, the following vulnerability has been resolved: leds: mlxreg: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module's...

6.2AI score
SaveExploits0References8
OSV
OSV
added 2024/07/30 7:46 a.m.17 views

CVE-2024-42128 leds: an30259a: Use devm_mutex_init() for mutex initialization

In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module'...

6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.48 views

CVE-2024-42128 leds: an30259a: Use devm_mutex_init() for mutex initialization

In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module'...

0.00225EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/07/17 3:32 a.m.7 views

SUSE CVE-2024-40973

In the Linux kernel, the following vulnerability has been resolved: media: mtk-vcodec: potential null pointer deference in SCP The return value of devmkzalloc needs to be checked to avoid NULL pointer deference. This is similar to CVE-2022-3113...

5.5CVSS6.3AI score0.00291EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/12 1:15 p.m.7 views

DEBIAN-CVE-2024-40973

In the Linux kernel, the following vulnerability has been resolved: media: mtk-vcodec: potential null pointer deference in SCP The return value of devmkzalloc needs to be checked to avoid NULL pointer deference. This is similar to CVE-2022-3113...

5.5CVSS5.3AI score0.00291EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.9 views

AZL-48951 CVE-2024-40973 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: media: mtk-vcodec: potential null pointer deference in SCP The return value of devmkzalloc needs to be checked to avoid NULL pointer deference. This is similar to CVE-2022-3113...

5.5CVSS6.6AI score0.00291EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.12 views

UBUNTU-CVE-2024-40973

In the Linux kernel, the following vulnerability has been resolved: media: mtk-vcodec: potential null pointer deference in SCP The return value of devmkzalloc needs to be checked to avoid NULL pointer deference. This is similar to CVE-2022-3113...

5.5CVSS6AI score0.00291EPSS
SaveExploits0References20
NVD
NVD
added 2024/07/05 7:15 a.m.23 views

CVE-2024-39479

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata on which hwmon depends are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are t...

7.8CVSS0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/05 7:15 a.m.4 views

DEBIAN-CVE-2024-39479

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata on which hwmon depends are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are t...

7.8CVSS5.6AI score0.00222EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.28 views

CVE-2024-39479 drm/i915/hwmon: Get rid of devm

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata on which hwmon depends are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are t...

6.7AI score0.00222EPSS
SaveExploits0References3
Rows per page
Query Builder