In the Linux kernel, the following vulnerability has been resolved:
RDMA/restrack: Fix potential invalid address access
struct rdma_restrack_entry's kern_name was set to KBUILD_MODNAME
in ib_create_cq(), while if the module exited but forgot del this
rdma_restrack_entry, it would cause a invalid address access in
rdma_restrack_clean() when print the owner of this rdma_restrack_entry.
These code is used to help find one forgotten PD release in one of the
ULPs. But it is not needed anymore, so delete them.
                
            References
                    Configurations
                    Configuration 1 (hide)
            
            
  | 
    
History
                    03 Nov 2025, 22:17
| Type | Values Removed | Values Added | 
|---|---|---|
| References | 
        
        
  | 
21 Nov 2024, 09:33
| Type | Values Removed | Values Added | 
|---|---|---|
| References | () https://git.kernel.org/stable/c/782bdaf9d01658281bc813f3f873e6258aa1fd8d - Patch | |
| References | () https://git.kernel.org/stable/c/8656ef8a9288d6c932654f8d3856dc4ab1cfc6b5 - Patch | |
| References | () https://git.kernel.org/stable/c/8ac281d42337f36cf7061cf1ea094181b84bc1a9 - Patch | |
| References | () https://git.kernel.org/stable/c/ca537a34775c103f7b14d7bbd976403f1d1525d8 - Patch | |
| References | () https://git.kernel.org/stable/c/f45b43d17240e9ca67ebf3cc82bb046b07cc1c61 - Patch | 
30 Jul 2024, 18:57
| Type | Values Removed | Values Added | 
|---|---|---|
| First Time | 
        
        Linux
         Linux linux Kernel  | 
|
| CWE | CWE-787 | |
| CVSS | 
        v2 :  v3 :  | 
    
        v2 : unknown
         v3 : 5.5  | 
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| Summary | 
        
        
  | 
|
| References | () https://git.kernel.org/stable/c/782bdaf9d01658281bc813f3f873e6258aa1fd8d - Patch | |
| References | () https://git.kernel.org/stable/c/8656ef8a9288d6c932654f8d3856dc4ab1cfc6b5 - Patch | |
| References | () https://git.kernel.org/stable/c/8ac281d42337f36cf7061cf1ea094181b84bc1a9 - Patch | |
| References | () https://git.kernel.org/stable/c/ca537a34775c103f7b14d7bbd976403f1d1525d8 - Patch | |
| References | () https://git.kernel.org/stable/c/f45b43d17240e9ca67ebf3cc82bb046b07cc1c61 - Patch | 
29 Jul 2024, 16:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2024-07-29 16:15
Updated : 2025-11-03 22:17
NVD link : CVE-2024-42080
Mitre link : CVE-2024-42080
CVE.ORG link : CVE-2024-42080
JSON object : View
Products Affected
                linux
- linux_kernel
 
CWE
                
                    
                        
                        CWE-787
                        
            Out-of-bounds Write
