THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-57973 (MEDIUM 5.5) — 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_acc

[NVD] CVE-2024-57973 (MEDIUM 5.5) — 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_acc

lownvdPublished 2025-02-27

CVE-2024-57973 CVSS: 5.5 MEDIUM Published: 2025-02-27T02:15:10.490

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

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-57973