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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-19 07:15
Updated : 2024-11-21 09:22
NVD link : CVE-2024-36978
Mitre link : CVE-2024-36978
CVE.ORG link : CVE-2024-36978
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write