Lucene search
+L

685 matches found

OSV
OSV
added 2024/05/17 2:15 p.m.8 views

UBUNTU-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.8CVSS6.2AI score0.00269EPSS
SaveExploits0References16
Cvelist
Cvelist
added 2024/05/17 2:02 p.m.51 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.00668EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/17 2:02 p.m.24 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.00668EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 2:02 p.m.202 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.00668EPSS
SaveExploits0References10Affected Software1
OSV
OSV
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.8CVSS5.9AI score
SaveExploits0References13
OSV
OSV
added 2024/05/17 2:01 p.m.22 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.162 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
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
Positive Technologies
Positive Technologies
added 2024/05/09 12:00 a.m.21 views

PT-2024-28080

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.5.0 Description The vulnerability is related to the net/mlx5e driver in the Linux kernel. It occurs when the mlx5e suspend function cleans resources only if netif device present returns true, but mlx5e resume...

7.5CVSS5.5AI score0.00188EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/01 7:18 p.m.27 views

CVE-2024-27014

A flaw was found in the Linus Kernel. A potential deadlock can occur while disabling aRFS in drivers/net/ethernet/mellanox/mlx5/core/enarfs.c...

5.5CVSS6.9AI score0.00175EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/01 6:15 a.m.21 views

CVE-2024-27014

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the priv-statelock, any scheduled aRFS works are canceled using the cancelworksync function, which waits for the work to end if it has already started...

5.5CVSS6AI score0.00175EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/01 5:29 a.m.24 views

CVE-2024-27014 net/mlx5e: Prevent deadlock while disabling aRFS

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the priv-statelock, any scheduled aRFS works are canceled using the cancelworksync function, which waits for the work to end if it has already started...

6.1AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.36 views

CVE-2024-27014 net/mlx5e: Prevent deadlock while disabling aRFS

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the priv-statelock, any scheduled aRFS works are canceled using the cancelworksync function, which waits for the work to end if it has already started...

6.6AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 5:29 a.m.34 views

CVE-2024-27014 net/mlx5e: Prevent deadlock while disabling aRFS

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the priv-statelock, any scheduled aRFS works are canceled using the cancelworksync function, which waits for the work to end if it has already started...

6.2AI score0.00175EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.8 views

kernel: Linux kernel: Denial of Service due to memory leak in mlx5e driver

A flaw was found in the Linux kernel. This memory leak vulnerability occurs when a flow rule, forwarding packets from an internal port over a tunnel, is split and extra post-action rules are added. The intport object's reference count is incremented but never decremented, leading to the object no...

5.8AI score0.00187EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/17 11:15 a.m.2 views

DEBIAN-CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS5.6AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.6 views

UBUNTU-CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.29 views

CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/17 10:17 a.m.10 views

CVE-2024-26858 net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/04/17 10:17 a.m.44 views

CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS6.6AI score0.00227EPSS
SaveExploits0
Rows per page
Query Builder