Security Advisory

CVE-2024-36978

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-06-19 06:20:23
Last updated 2026-05-12 11:54:23
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: sched: sch_multiq: fix possible OOB write in multiq_tune() q->bands will be assigned to qopt->bands to execute subsequent code logic after kmalloc. So the old q->bands should not be used in kmalloc. Otherwise, an out-of-bounds write will occur.