kernel CVE-2023-1077
Package
kernel-5.10
(bottlerocket)
Affected versions
< 1.13.3
Patched versions
1.13.3
kernel-5.15
(bottlerocket)
< 1.13.3
1.13.3
In the Linux kernel,
pick_next_rt_entity()
may return a type confused entry, not detected by theBUG_ON
condition, as the confused entry will not be NULL, butlist_head
.The buggy error condition would lead to a type confused entry with the list head,which would then be used as a type confusedsched_rt_entity
, causing memory corruption.