3 matches found
CVE-2023-53733
In the Linux kernel, the following vulnerability has been resolved: net: sched: clsu32: Undo tcfbindfilter if u32replacehwknode When u32replacehwknode fails, we need to undo the tcfbindfilter operation done at u32setparms...
CVE-2023-53733
CVE-2023-53733 affects the Linux kernel’s networking subsystem, specifically the net/sched class_u32 flow classifier. The issue occurs when u32_replace_hw_knode fails during tcf_bind_filter setup; the patch requires undoing the tcf_bind_filter operation performed in u32_set_parms. The connected d...
CVE-2023-53733 net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode
In the Linux kernel, the following vulnerability has been resolved: net: sched: clsu32: Undo tcfbindfilter if u32replacehwknode When u32replacehwknode fails, we need to undo the tcfbindfilter operation done at u32setparms...