Lucene search
K

560 matches found

OSV
OSV
added 2024/08/21 1:15 a.m.1 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.00021EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.0 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.00018EPSS
Exploits0References5
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.0 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.00035EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.16 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.00016EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.27 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.00026EPSS
Exploits0References4
OSV
OSV
added 2024/07/30 8:15 a.m.1 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.00016EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.10 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.00026EPSS
Exploits0References15
OSV
OSV
added 2024/07/30 8:15 a.m.0 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.00016EPSS
Exploits0References15
CVE
CVE
added 2024/07/30 7:46 a.m.106 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.00016EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/07/30 7:46 a.m.7 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...

5.5CVSS6.2AI score0.00016EPSS
Exploits0References8
OSV
OSV
added 2024/07/30 7:46 a.m.12 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'...

5.5CVSS6.1AI score0.00026EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.18 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.00026EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/07/17 3:32 a.m.3 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.00016EPSS
Exploits3References15
OSV
OSV
added 2024/07/12 1:15 p.m.3 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.00016EPSS
Exploits3References1
OSV
OSV
added 2024/07/12 1:15 p.m.3 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.00016EPSS
Exploits3References1
OSV
OSV
added 2024/07/12 1:15 p.m.0 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.00016EPSS
Exploits3References20
NVD
NVD
added 2024/07/05 7:15 a.m.19 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.00034EPSS
Exploits0References3
OSV
OSV
added 2024/07/05 7:15 a.m.2 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.00034EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.24 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.00034EPSS
Exploits0References3
CVE
CVE
added 2024/07/05 6:55 a.m.144 views

CVE-2024-39479

CVE-2024-39479 affects the Linux kernel (drm/i915) and is caused by device-managed resources in hwmon and hwmon drvdata not reliably released in a defined order on device unbind, creating a potential use-after-free if hwmon is accessed after drvdata is freed. The public details confirm two releas...

7.8CVSS8.4AI score0.00034EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder