In the Linux kernel, the following vulnerability has been resolved:
rdma/cxgb4: Prevent potential integer overflow on 32bit
The "gl->tot_len" variable is controlled by the user.  It comes from
process_responses().  On 32bit systems, the "gl->tot_len + sizeof(struct
cpl_pass_accept_req) + sizeof(struct rss_header)" addition could have an
integer wrapping bug.  Use size_add() to prevent this.
                
            References
                    Configurations
                    Configuration 1 (hide)
| 
 | 
History
                    13 Mar 2025, 13:15
| Type | Values Removed | Values Added | 
|---|---|---|
| References | 
 | 
07 Mar 2025, 20:44
| Type | Values Removed | Values Added | 
|---|---|---|
| CVSS | v2 : v3 : | v2 : unknown v3 : 5.5 | 
| CWE | CWE-190 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| Summary | 
 | |
| References | () https://git.kernel.org/stable/c/4422f452d028850b9cc4fd8f1cf45a8ff91855eb - Patch | |
| References | () https://git.kernel.org/stable/c/aeb814484387811b3579d5c78ad4eb301e3bf1c8 - Patch | |
| References | () https://git.kernel.org/stable/c/bd96a3935e89486304461a21752f824fc25e0f0b - Patch | |
| References | () https://git.kernel.org/stable/c/dd352107f22bfbecbbf3b74bde14f3f932296309 - Patch | |
| References | () https://git.kernel.org/stable/c/de8d88b68d0cfd41152a7a63d6aec0ed3e1b837a - Patch | |
| First Time | Linux linux Kernel Linux | 
27 Feb 2025, 02:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2025-02-27 02:15
Updated : 2025-03-13 13:15
NVD link : CVE-2024-57973
Mitre link : CVE-2024-57973
CVE.ORG link : CVE-2024-57973
JSON object : View
Products Affected
                linux
- linux_kernel
CWE
                
                    
                        
                        CWE-190
                        
            Integer Overflow or Wraparound
