3 matches found
CVE-2023-54262
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Don't clone flow post action attributes second time The code already clones post action attributes in mlx5ecloneflowattrforpostact. Creating another copy in mlx5etcpostactadd is a erroneous leftover from original...
CVE-2023-54262
CVE-2023-54262 relates to the Linux kernel mlx5e flow post-action handling. The issue arises from cloning post-action attributes twice: mlx5e_clone_flow_attr_for_post_act() clones attributes, then mlx5e_tc_post_act_add() clones again, causing a stale second copy and a use-after-free in neigh upda...
CVE-2023-54262 net/mlx5e: Don't clone flow post action attributes second time
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Don't clone flow post action attributes second time The code already clones post action attributes in mlx5ecloneflowattrforpostact. Creating another copy in mlx5etcpostactadd is a erroneous leftover from original...