kernel CVE-2023-4623
Package
kernel-5.10
(bottlerocket)
Affected versions
< 1.16.0
Patched versions
1.16.0
kernel-5.15
(bottlerocket)
< 1.16.0
1.16.0
kernel-6.1
(bottlerocket)
< 1.16.0
1.16.0
A use-after-free flaw was found in the Linux kernel's net/sched: sch_hfsc (HFSC qdisc traffic control) component that can be exploited to achieve local privilege escalation. If a class with a link-sharing curve, for example, with the HFSC_FSC flag set, has a parent without a link-sharing curve, then init_vf() will call vttree_insert() on the parent, but vttree_remove() will be skipped in update_vf(). This leaves a dangling pointer that can cause a use-after-free issue.