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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-06-19 07:15
Updated : 2024-07-05 08:15
NVD link : CVE-2024-36978
Mitre link : CVE-2024-36978
CVE.ORG link : CVE-2024-36978
JSON object : View
Products Affected
No product.
CWE
No CWE.
