Lucene search
+L

19021 matches found

OSV
OSV
added 2024/05/17 3:15 p.m.6 views

UBUNTU-CVE-2024-35847

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

7.8CVSS6.2AI score0.00245EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.27 views

CVE-2024-35847

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

7.8CVSS6.4AI score0.00245EPSS
SaveExploits0References30
OSV
OSV
added 2024/05/17 3:15 p.m.6 views

UBUNTU-CVE-2023-52697

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sofsdwrtsdcajackcommon: ctx-headsetcodecdev = NULL sofsdwrtsdcajackexit are used by different codecs, and some of them use the same dai name. For example, rt712 and rt713 both use "rt712-sdca-aif1" and...

7.1CVSS6.4AI score0.00209EPSS
SaveExploits0References14
OSV
OSV
added 2024/05/17 3:15 p.m.11 views

UBUNTU-CVE-2023-52691

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in sidpminit When the allocation of adev-pm.dpm.dynstate.vddcdependencyondispclk.entries fails, amdgpufreeextendedpowertable is called to free some fields of adev. However, when the control flow...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References19
OSV
OSV
added 2024/05/17 3:15 p.m.7 views

UBUNTU-CVE-2023-52679

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in ofparsephandlewithargsmap In ofparsephandlewithargsmap the inner loop that iterates through the map entries calls ofnodeputnew to free the reference acquired by the previous iteration of the inner loop. Thi...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.28 views

CVE-2023-52691

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in sidpminit When the allocation of adev-pm.dpm.dynstate.vddcdependencyondispclk.entries fails, amdgpufreeextendedpowertable is called to free some fields of adev. However, when the control flow...

7.8CVSS6AI score0.00248EPSS
SaveExploits0References18
OSV
OSV
added 2024/05/17 3:15 p.m.9 views

UBUNTU-CVE-2024-35856

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix double free of skb in coredump hcidevcdappend would free the skb on error so the caller don't have to free it again otherwise it would cause the double free of skb. Reported-by : Dan Carpenter...

8.8CVSS6.2AI score0.00341EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/17 2:47 p.m.32 views

CVE-2024-35856 Bluetooth: btusb: mediatek: Fix double free of skb in coredump

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix double free of skb in coredump hcidevcdappend would free the skb on error so the caller don't have to free it again otherwise it would cause the double free of skb. Reported-by : Dan Carpenter...

8.8CVSS6.4AI score0.00341EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/17 2:47 p.m.116 views

CVE-2024-35856

CVE-2024-35856 affects the Linux kernel Bluetooth btusb mediatek component. The root cause is a double-free of the skb buffer in the coredump path, where hci_devcd_append() frees the skb on error, potentially leading to a double-free if the caller also frees it. The issue is triggered locally and...

8.8CVSS6.7AI score0.00341EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 2:47 p.m.25 views

CVE-2024-35856 Bluetooth: btusb: mediatek: Fix double free of skb in coredump

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix double free of skb in coredump hcidevcdappend would free the skb on error so the caller don't have to free it again otherwise it would cause the double free of skb. Reported-by : Dan Carpenter...

8.8CVSS6.8AI score0.00341EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/17 2:47 p.m.41 views

CVE-2024-35847 irqchip/gic-v3-its: Prevent double free on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

7.8CVSS6.5AI score0.00245EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/17 2:47 p.m.226 views

CVE-2024-35847

CVE-2024-35847 affects the Linux kernel irqchip/gic-v3-its path. The vulnerability stems from the error handling in its_vpe_irq_domain_alloc(), where a double free occurs if its_vpe_init() fails after at least one interrupt was allocated. The code frees the area bitmap and vprop_page in its_vpe_i...

7.8CVSS6.7AI score0.00245EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 2:47 p.m.18 views

CVE-2024-35847

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

7.8CVSS7.6AI score0.00245EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 2:47 p.m.22 views

CVE-2024-35847 irqchip/gic-v3-its: Prevent double free on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

7.8CVSS6.1AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/17 2:47 p.m.21 views

CVE-2024-35847 irqchip/gic-v3-its: Prevent double free on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

7.8CVSS6.9AI score0.00245EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/17 2:24 p.m.12 views

CVE-2023-52691 drm/amd/pm: fix a double-free in si_dpm_init

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in sidpminit When the allocation of adev-pm.dpm.dynstate.vddcdependencyondispclk.entries fails, amdgpufreeextendedpowertable is called to free some fields of adev. However, when the control flow...

7.8CVSS5.8AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.39 views

CVE-2023-52691 drm/amd/pm: fix a double-free in si_dpm_init

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in sidpminit When the allocation of adev-pm.dpm.dynstate.vddcdependencyondispclk.entries fails, amdgpufreeextendedpowertable is called to free some fields of adev. However, when the control flow...

7.8CVSS6.4AI score0.00248EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.22 views

CVE-2023-52691 drm/amd/pm: fix a double-free in si_dpm_init

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in sidpminit When the allocation of adev-pm.dpm.dynstate.vddcdependencyondispclk.entries fails, amdgpufreeextendedpowertable is called to free some fields of adev. However, when the control flow...

7.8CVSS6.7AI score0.00248EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.23 views

CVE-2023-52691

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in sidpminit When the allocation of adev-pm.dpm.dynstate.vddcdependencyondispclk.entries fails, amdgpufreeextendedpowertable is called to free some fields of adev. However, when the control flow...

7.8CVSS7.2AI score0.00248EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 2:24 p.m.143 views

CVE-2023-52691

CVE-2023-52691 concerns the Linux kernel’s DRM AMD power management path. The issue is a double-free in the AMD GPU driver flow: when allocation of adev->pm.dpm.dyn_state.vddc_dependency_on_dispclk.entries fails, amdgpu_free_extended_power_table is called to free fields, and if control flow re...

7.8CVSS6.7AI score0.00248EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder