Lucene search
+L

253 matches found

Microsoft CVE
Microsoft CVE
added 2024/12/12 8:0 a.m.9 views

HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()

...

7.8CVSS6.8AI score0.00215EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.6 views

kernel: 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.8CVSS6.8AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.5 views

kernel: clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mn: fix memory leak in imx8mnclocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using devmkzalloc...

5.5CVSS6.8AI score0.00135EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/09 3:48 a.m.4 views

SUSE CVE-2024-50189

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

5.5CVSS7.4AI score0.00215EPSS
SaveExploits0References19
OSV
OSV
added 2024/11/08 6:15 a.m.2 views

DEBIAN-CVE-2024-50189

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

5.5CVSS5.7AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/08 6:15 a.m.14 views

AZL-53616 CVE-2024-50189 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

5.5CVSS6.8AI score0.00215EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/08 6:15 a.m.18 views

CVE-2024-50189

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

7.8CVSS0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/08 6:15 a.m.7 views

UBUNTU-CVE-2024-50189

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References29
CVE
CVE
added 2024/11/08 5:43 a.m.173 views

CVE-2024-50189

CVE-2024-50189 affects the Linux kernel HID driver for amd_sfh and is resolved by switching to device-managed dmam_alloc_coherent. The change simplifies cleanup in probe() and error paths and provides stronger cleanup guarantees, which the documents say helps to prevent memory errors, page faults...

7.8CVSS6.5AI score0.00215EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/11/08 5:43 a.m.14 views

CVE-2024-50189

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

7.8CVSS5.7AI score0.00215EPSS
SaveExploits0
OSV
OSV
added 2024/11/08 5:43 a.m.12 views

CVE-2024-50189 HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

7.8CVSS6.1AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/11/08 5:43 a.m.2 views

CVE-2024-50189 HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: Switch to device-managed dmamalloccoherent Using the device-managed version allows to simplify clean-up in probe error path. Additionally, this device-managed ensures proper cleanup, which helps to resolve memory...

7.8CVSS7.6AI score0.00215EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/08 3:48 a.m.5 views

SUSE CVE-2024-50159

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix the double free in scmidebugfscommonsetup Clang static checkerscan-build throws below warning: | drivers/firmware/armscmi/driver.c:line 2915, column 2 | Attempt to free released memory. When...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References15
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.10 views

kernel: devres: Fix memory leakage caused by driver API devm_free_percpu()

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.5CVSS6.5AI score0.00237EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.6 views

drm/i915/hwmon: Get rid of devm

...

7.8CVSS7.6AI score0.00222EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.4 views

SUSE CVE-2022-48907

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: lcd2s: Fix memory leak in -remove Once allocated the struct lcd2sdata is never freed. Fix the memory leak by switching to devmkzalloc...

3.3CVSS6.5AI score0.0021EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/08/18 2:2 a.m.4 views

SUSE CVE-2024-42319

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devmmboxcontrollerregister after devmpmruntimeenable When mtk-cmdq unbinds, a WARNON message with condition pmruntimegetsync 0 occurs. According to the call tracei below: cmdqmboxshutdown mboxfreechannel...

5.5CVSS6.3AI score0.00209EPSS
SaveExploits0References13
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

DEBIAN-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.3AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.9 views

UBUNTU-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.7AI score0.00225EPSS
SaveExploits0References16
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
Rows per page
Query Builder