Lucene search

K
cvelistRedhatCVELIST:CVE-2023-1077
HistoryMar 27, 2023 - 12:00 a.m.

CVE-2023-1077

2023-03-2700:00:00
CWE-843
redhat
www.cve.org
7
linux kernel
pick_next_rt_entity
type confusion
memory corruption
cve-2023-1077

AI Score

7.3

Confidence

High

EPSS

0

Percentile

5.1%

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.

CNA Affected

[
  {
    "vendor": "n/a",
    "product": "Linux kernel",
    "versions": [
      {
        "version": "unknown",
        "status": "affected"
      }
    ]
  }
]