Lucene search
+L

19021 matches found

Vulnrichment
Vulnrichment
added 2024/05/17 2:02 p.m.23 views

CVE-2024-35835 net/mlx5e: fix a double-free in arfs_create_groups

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

7.8CVSS6.7AI score0.00623EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/17 2:02 p.m.54 views

CVE-2024-35835 net/mlx5e: fix a double-free in arfs_create_groups

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

7.8CVSS6.4AI score0.00623EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/17 2:02 p.m.26 views

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

7.8CVSS7.5AI score0.00623EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 2:02 p.m.208 views

CVE-2024-35835

CVE-2024-35835 concerns the Linux kernel net/mlx5e subsystem, where arfs_create_groups has a double-free: if kvzalloc allocation for in fails, arfs_create_groups frees ft->g and returns an error, but arfs_create_table (the caller) then invokes mlx5e_destroy_flow_table, causing ft->g to be f...

7.8CVSS6.7AI score0.00623EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/05/17 2:02 p.m.25 views

CVE-2024-35835 net/mlx5e: fix a double-free in arfs_create_groups

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

7.8CVSS5.9AI score
SaveExploits0References13
OSV
OSV
added 2024/05/17 2:01 p.m.23 views

CVE-2023-52667 net/mlx5e: fix a potential double-free in fs_any_create_groups

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

7.8CVSS5.9AI score
SaveExploits0References8
CVE
CVE
added 2024/05/17 2:01 p.m.169 views

CVE-2023-52667

CVE-2023-52667 affects the Linux kernel net/mlx5e code path. The vulnerability is a potential double-free in fs_any_create_groups when kcalloc() succeeds but kvzalloc() fails, because ft->g could be freed twice up the call chain. The fix implemented is to set ft->g to NULL in fs_any_create_...

7.8CVSS6.7AI score0.00269EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/17 2:01 p.m.35 views

CVE-2023-52667 net/mlx5e: fix a potential double-free in fs_any_create_groups

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

7.8CVSS6.4AI score0.00269EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/17 2:01 p.m.20 views

CVE-2023-52667 net/mlx5e: fix a potential double-free in fs_any_create_groups

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

7.8CVSS6.8AI score0.00269EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/17 2:01 p.m.29 views

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

7.8CVSS7AI score0.00269EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/17 1:45 p.m.15 views

CVE-2023-52664 net: atlantic: eliminate double free in error handling logic

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

7.8CVSS6.9AI score0.00275EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 1:45 p.m.223 views

CVE-2023-52664

The CVE-2023-52664 issue affects the Linux kernel net: Atlantic driver, where a logic error in ring data allocation/free can lead to a double-free scenario in error handling if memory allocation fails. The root cause is using the ring pointer as a failure indicator, while only ring data is alloca...

7.8CVSS6.9AI score0.00275EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.56 views

CVE-2024-35814 swiotlb: Fix double-allocation of slots due to broken alignment handling

In the Linux kernel, the following vulnerability has been resolved: swiotlb: Fix double-allocation of slots due to broken alignment handling Commit bbb73a103fbb "swiotlb: fix a braino in the alignment check fix", which was a fix for commit 0eee5ae10256 "swiotlb: fix slot alignment checks", causes...

7.8CVSS7.7AI score0.00236EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 1:15 p.m.18 views

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

7.8CVSS7.4AI score0.00228EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 1:15 p.m.10 views

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

7.8CVSS5.5AI score0.00228EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 1:15 p.m.29 views

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

7.8CVSS6.3AI score0.00228EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 1:15 p.m.7 views

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

7.8CVSS6.1AI score0.00228EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/17 12:36 p.m.20 views

CLSA-2024-1715949385 kernel: Fix of 12 CVEs

fs,hugetlb: fix NULL pointer dereference in hugetlbsfillsuper CVE-2024-0841 - bpf: Fix incorrect verifier pruning due to missing register precision taints CVE-2023-2163 - bpf: Fix hashtab overflow check on 32-bit arches CVE-2024-26884 - RDMA/mlx5: Fix fortify source warning while accessing Eth...

10CVSS7.2AI score0.03665EPSS
SaveExploits1References1
OSV
OSV
added 2024/05/17 12:15 p.m.3 views

DEBIAN-CVE-2024-27403

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: reset dst in route object after setting up flow dst is transferred to the flow object, route object does not own it anymore. Reset dst in route object, otherwise if flowoffloadadd fails, error path...

5.5CVSS5.3AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.17 views

UBUNTU-CVE-2024-27403

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: reset dst in route object after setting up flow dst is transferred to the flow object, route object does not own it anymore. Reset dst in route object, otherwise if flowoffloadadd fails, error path...

7.8CVSS6AI score0.00239EPSS
SaveExploits0References18
Rows per page
Query Builder