Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
Informations
Name CVE-2024-53151 First vendor Publication 2024-12-24
Vendor Cve Last vendor Modification 2025-01-07

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

svcrdma: Address an integer overflow

Dan Carpenter reports: > Commit 78147ca8b4a9 ("svcrdma: Add a "parsed chunk list" data > structure") from Jun 22, 2020 (linux-next), leads to the following > Smatch static checker warning: > > net/sunrpc/xprtrdma/svc_rdma_recvfrom.c:498 xdr_check_write_chunk() > warn: potential user controlled sizeof overflow 'segcount * 4 * 4' > > net/sunrpc/xprtrdma/svc_rdma_recvfrom.c > 488 static bool xdr_check_write_chunk(struct svc_rdma_recv_ctxt *rctxt) > 489 { > 490 u32 segcount; > 491 __be32 *p; > 492 > 493 if (xdr_stream_decode_u32(&rctxt->rc_stream, &segcount)) > ^^^^^^^^ > > 494 return false; > 495 > 496 /* A bogus segcount causes this buffer overflow check to fail. */ > 497 p = xdr_inline_decode(&rctxt->rc_stream, > --> 498 segcount * rpcrdma_segment_maxsz * sizeof(*p)); > > > segcount is an untrusted u32. On 32bit systems anything >= SIZE_MAX / 16 will > have an integer overflow and some those values will be accepted by > xdr_inline_decode().

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53151

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-190 Integer Overflow or Wraparound (CWE/SANS Top 25)

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3700

Sources (Detail)

https://git.kernel.org/stable/c/21e1cf688fb0397788c8dd42e1e0b08d58ac5c7b
https://git.kernel.org/stable/c/3c63d8946e578663b868cb9912dac616ea68bfd0
https://git.kernel.org/stable/c/4cbc3ba6dc2f746497cade60bcbaa82ae3696689
https://git.kernel.org/stable/c/838dd342962cef4c320632a5af48d3c31f2f9877
https://git.kernel.org/stable/c/c1f8195bf68edd2cef0f18a4cead394075a54b5a
https://git.kernel.org/stable/c/e5c440c227ecdc721f2da0dd88b6358afd1031a7
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Date Informations
2025-06-26 02:37:50
  • Multiple Updates
2025-06-25 12:36:00
  • Multiple Updates
2025-06-24 02:42:30
  • Multiple Updates
2025-05-27 02:47:34
  • Multiple Updates
2025-03-29 03:43:45
  • Multiple Updates
2025-03-28 13:47:13
  • Multiple Updates
2025-03-28 03:21:31
  • Multiple Updates
2025-03-19 03:16:33
  • Multiple Updates
2025-03-18 03:29:32
  • Multiple Updates
2025-03-14 03:16:42
  • Multiple Updates
2025-03-06 14:13:15
  • Multiple Updates
2025-02-22 03:26:47
  • Multiple Updates
2025-01-08 00:20:59
  • Multiple Updates
2025-01-07 21:20:42
  • Multiple Updates
2024-12-24 17:20:28
  • First insertion