Security Advisory

CVE-2023-1077

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2023-03-27 00:00:00
Last updated 2024-08-02 05:32:46
Assigner redhat
State PUBLISHED

Description

In the Linux kernel, pick_next_rt_entity() may return a type confused entry, not detected by the BUG_ON condition, as the confused entry will not be NULL, but list_head.The buggy error condition would lead to a type confused entry with the list head,which would then be used as a type confused sched_rt_entity,causing memory corruption.