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
                    03 Nov 2025, 22:17
| Type | Values Removed | Values Added | 
|---|---|---|
| References | 
        
        
  | 
21 Nov 2024, 09:22
| Type | Values Removed | Values Added | 
|---|---|---|
| References | () https://git.kernel.org/stable/c/0f208fad86631e005754606c3ec80c0d44a11882 - Patch | |
| References | () https://git.kernel.org/stable/c/52b1aa07cda6a199cd6754d3798c7759023bc70f - Patch | |
| References | () https://git.kernel.org/stable/c/54c2c171c11a798fe887b3ff72922aa9d1411c1e - Patch | |
| References | () https://git.kernel.org/stable/c/598572c64287aee0b75bbba4e2881496878860f3 - Patch | |
| References | () https://git.kernel.org/stable/c/affc18fdc694190ca7575b9a86632a73b9fe043d - Patch | |
| References | () https://git.kernel.org/stable/c/d5d9d241786f49ae7cbc08e7fc95a115e9d80f3d - Patch | |
| References | () https://git.kernel.org/stable/c/d6fb5110e8722bc00748f22caeb650fe4672f129 - Patch | 
19 Aug 2024, 18:31
| Type | Values Removed | Values Added | 
|---|---|---|
| First Time | 
        
        Linux
         Linux linux Kernel  | 
|
| References | () https://git.kernel.org/stable/c/0f208fad86631e005754606c3ec80c0d44a11882 - Patch | |
| References | () https://git.kernel.org/stable/c/52b1aa07cda6a199cd6754d3798c7759023bc70f - Patch | |
| References | () https://git.kernel.org/stable/c/54c2c171c11a798fe887b3ff72922aa9d1411c1e - Patch | |
| References | () https://git.kernel.org/stable/c/598572c64287aee0b75bbba4e2881496878860f3 - Patch | |
| References | () https://git.kernel.org/stable/c/affc18fdc694190ca7575b9a86632a73b9fe043d - Patch | |
| References | () https://git.kernel.org/stable/c/d5d9d241786f49ae7cbc08e7fc95a115e9d80f3d - Patch | |
| References | () https://git.kernel.org/stable/c/d6fb5110e8722bc00748f22caeb650fe4672f129 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*  | 
|
| CWE | CWE-787 | |
| CVSS | 
        v2 :  v3 :  | 
    
        v2 : unknown
         v3 : 7.8  | 
05 Jul 2024, 08:15
| Type | Values Removed | Values Added | 
|---|---|---|
| References | 
        
        
  | 
21 Jun 2024, 14:15
| Type | Values Removed | Values Added | 
|---|---|---|
| References | 
        
        
  | 
20 Jun 2024, 12:44
| Type | Values Removed | Values Added | 
|---|---|---|
| Summary | 
        
        
  | 
19 Jun 2024, 07:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2024-06-19 07:15
Updated : 2025-11-03 22:17
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
