Lucene search
+L

14584 matches found

Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.17 views

CVE-2023-52795 vhost-vdpa: fix use after free in vhost_vdpa_probe()

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix use after free in vhostvdpaprobe The putdevice calls vhostvdpareleasedev which calls idasimpleremove and frees "v". So this call to idasimpleremove is a use after free and a double free...

7AI score0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:23 p.m.25 views

CVE-2023-52739 Fix page corruption caused by racy check in __free_pages

In the Linux kernel, the following vulnerability has been resolved: Fix page corruption caused by racy check in freepages When we upgraded our kernel, we started seeing some page corruption like the following consistently: BUG: Bad page state in process ganesha.nfsd pfn:1304ca page:0000000022261c...

7.8CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2024/05/21 3:23 p.m.113 views

CVE-2023-52739

CVE-2023-52739 affects the Linux kernel and is caused by a race in the page freeing path (__free_pages) that could lead to page corruption and crashes. The issue stems from a race around PageHead after the page reference has been dropped, which could cause double-free of tail pages for compound p...

7.8CVSS6.8AI score0.0026EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/21 3:15 p.m.4 views

DEBIAN-CVE-2021-47302

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

7.8CVSS5.5AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.9 views

UBUNTU-CVE-2021-47301

In the Linux kernel, the following vulnerability has been resolved: igb: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igbpoll runs while the controller is reset this can lead...

7.8CVSS6.2AI score0.00239EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/05/21 2:02 a.m.14 views

SUSE CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

5.5CVSS6.8AI score0.00275EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/05/21 2:02 a.m.16 views

SUSE CVE-2023-52667

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

5.5CVSS6.5AI score0.00269EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 2:02 a.m.13 views

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

5.5CVSS6.5AI score0.00248EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 2:01 a.m.7 views

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

5.5CVSS6.3AI score0.00248EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.12 views

SUSE CVE-2024-27433

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clkmt8135apmixedprobe 'clkdata' is allocated with mtkdevmallocclkdata. So calling mtkfreeclkdata explicitly in the remove function would lead to a double-free. Remov...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.8 views

SUSE CVE-2024-35835

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfscreategroups When in allocated by kvzalloc fails, arfscreategroups will free ft-g and return an error. However, arfscreatetable, the only caller of arfscreategroups, will hold this error and ca...

5.5CVSS6.5AI score0.00623EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.7 views

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

5.5CVSS6.4AI score0.00245EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.6 views

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

5.5CVSS6.7AI score0.00341EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/05/21 12:00 a.m.15 views

PT-2024-14767 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A double free issue in the Bluetooth component of the Linux kernel has been identified, specifically in the hci conn cleanup function. This issue can lead to a slab use-after-free in t...

6.5AI score
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2024/05/18 2:10 a.m.36 views

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

5.5CVSS6.6AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 2:09 a.m.34 views

CVE-2023-52667

A double-free flaw was found in the Linux kernel ConnectX-4 and Connect-IB cards in the Mellanox driver. This issue could allow a local user to crash the system. Mitigation To mitigate this issue, prevent module mlx5core from being loaded. Please see https://access.redhat.com/solutions/41278 for...

4.7CVSS7AI score0.00269EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 2:09 a.m.19 views

CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

5.5CVSS7.4AI score0.00275EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 1:41 a.m.32 views

CVE-2023-52691

A double-free flaw was found in the sidpminit function in the AMD Direct Rendering Manager DRM driver of the Linux kernel, which can lead to memory corruption and instability. This issue could be exploited to cause crashes or execute arbitrary code. Mitigation Mitigation for this issue is either...

5.5CVSS7.7AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 1:07 a.m.26 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...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 1:05 a.m.25 views

CVE-2024-35856

A double-free vulnerability was found in the Linux kernel's MediaTek Bluetooth USB driver btusb. This issue occurs when the same socket buffer skb is freed twice during a coredump operation, potentially leading to memory corruption or system instability. Mitigation Mitigation for this issue is...

5.5CVSS9.2AI score0.00341EPSS
SaveExploits0References4
Rows per page
Query Builder