Lucene search
+L

61 matches found

SUSE CVE
SUSE CVE
added 2025/05/07 2:19 a.m.8 views

SUSE CVE-2022-49826

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double atahostput in atatportadd In the error path in atatportadd, when calling putdevice, atatportrelease is called, it will put the refcount of 'ap-host'. And then atahostput is called again, the...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References12
OSV
OSV
added 2025/03/06 4:13 p.m.13 views

CVE-2024-58079 media: uvcvideo: Fix crash during unbind if gpio unit is in use

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix crash during unbind if gpio unit is in use We used the wrong device for the device managed functions. We used the usb device, when we should be using the interface device. If we unbind the driver from the usb...

7.8CVSS6.1AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/03/06 4:13 p.m.22 views

CVE-2024-58079 media: uvcvideo: Fix crash during unbind if gpio unit is in use

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix crash during unbind if gpio unit is in use We used the wrong device for the device managed functions. We used the usb device, when we should be using the interface device. If we unbind the driver from the usb...

7.8CVSS0.00186EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/01/15 3:25 p.m.6 views

CVE-2024-57844

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix fault on fd close after unbind If userspace holds an fd open, unbinds the device and then closes it, the driver shouldn't try to access the hardware. Protect it by using drmdeventer/drmdevexit. This fixes the followin...

5.5CVSS6.6AI score0.00186EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/15 1:15 p.m.16 views

CVE-2024-57844

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix fault on fd close after unbind If userspace holds an fd open, unbinds the device and then closes it, the driver shouldn't try to access the hardware. Protect it by using drmdeventer/drmdevexit. This fixes the followin...

5.5CVSS0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/15 1:15 p.m.4 views

UBUNTU-CVE-2024-57844

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix fault on fd close after unbind If userspace holds an fd open, unbinds the device and then closes it, the driver shouldn't try to access the hardware. Protect it by using drmdeventer/drmdevexit. This fixes the followin...

5.5CVSS6.2AI score0.00186EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/01/15 1:10 p.m.19 views

CVE-2024-57844 drm/xe: Fix fault on fd close after unbind

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix fault on fd close after unbind If userspace holds an fd open, unbinds the device and then closes it, the driver shouldn't try to access the hardware. Protect it by using drmdeventer/drmdevexit. This fixes the followin...

0.00186EPSS
SaveExploits0References2
CVE
CVE
added 2025/01/15 1:10 p.m.93 views

CVE-2024-57844

CVE-2024-57844 – Linux kernel (drm/xe): A fault occurs when a userspace fd is kept open, the device is unbound, and the fd is closed; the driver may dereference hardware state, leading to a kernel page fault. The upstream fix guards the critical section with drm_dev_enter()/drm_dev_exit() to avoi...

5.5CVSS6.3AI score0.00186EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/12/29 2:27 p.m.19 views

CVE-2024-53188

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix crash when unbinding If there is an error during some initialization related to firmware, the function ath12kdpcccleanup is called to release resources. However this is released again when the device is unbinded...

5.5CVSS6.6AI score0.00245EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/07/06 2:58 a.m.5 views

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

6.4CVSS6.8AI score0.00222EPSS
SaveExploits0References10
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
UbuntuCve
UbuntuCve
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.8CVSS6.4AI score0.00222EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/05 7:15 a.m.5 views

UBUNTU-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.8CVSS6.5AI score0.00222EPSS
SaveExploits0References13
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.41 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...

7.8CVSS0.00222EPSS
SaveExploits0References3
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
CNNVD
CNNVD
added 2024/06/19 12:0 a.m.11 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from the use of exit as the delete function can cause the delete callback to be discarded, resulting in a resource leak when a device is...

5.5CVSS6.4AI score0.00228EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2023/06/28 7:0 a.m.16 views

A vulnerability was found in drivers/cpufreq/qcom-cpufreq-hw.c in cpufreq subsystem in the Linux Kernel. This flaw during device unbind will lead to double release problem leading to denial of service.

...

7.5CVSS6.2AI score0.00879EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/06/22 2:39 a.m.5 views

SUSE CVE-2023-3312

A vulnerability was found in drivers/cpufreq/qcom-cpufreq-hw.c in cpufreq subsystem in the Linux Kernel. This flaw, during device unbind will lead to double release problem leading to denial of service...

7.5CVSS6.4AI score0.00879EPSS
SaveExploits0References3
OSV
OSV
added 2023/06/19 6:15 p.m.7 views

CVE-2023-3312

A vulnerability was found in drivers/cpufreq/qcom-cpufreq-hw.c in cpufreq subsystem in the Linux Kernel. This flaw, during device unbind will lead to double release problem leading to denial of service...

7.5CVSS5.5AI score0.00879EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/06/19 12:0 a.m.22 views

CVE-2023-3312

A vulnerability was found in drivers/cpufreq/qcom-cpufreq-hw.c in cpufreq subsystem in the Linux Kernel. This flaw, during device unbind will lead to double release problem leading to denial of service...

7.2AI score0.00879EPSS
SaveExploits0References2
Rows per page
Query Builder