kernel CVE-2023-1078
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
A flaw was found in the Linux Kernel in RDS (Reliable Datagram Sockets) protocol. The
rds_rm_zerocopy_callback()
uses list_entry() on the head of a list causing a type confusion. Type confusion can be triggered withrds_message_put()
which leads tostruct rds_msg_zcopy_info *info
pointing to something other than expected. This flaw can lead to an out of bounds access and a lock corruption.