Executive Summary

Informations
Name CVE-2024-53122 First vendor Publication 2024-12-02
Vendor Cve Last vendor Modification 2024-12-14

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:

mptcp: cope racing subflow creation in mptcp_rcv_space_adjust

Additional active subflows - i.e. created by the in kernel path manager - are included into the subflow list before starting the 3whs.

A racing recvmsg() spooling data received on an already established subflow would unconditionally call tcp_cleanup_rbuf() on all the current subflows, potentially hitting a divide by zero error on the newly created ones.

Explicitly check that the subflow is in a suitable state before invoking tcp_cleanup_rbuf().

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-362 Race Condition

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3689

Sources (Detail)

https://git.kernel.org/stable/c/0a9a182ea5c7bb0374e527130fd85024ace7279b
https://git.kernel.org/stable/c/24995851d58c4a205ad0ffa7b2f21e479a9c8527
https://git.kernel.org/stable/c/aad6412c63baa39dd813e81f16a14d976b3de2e8
https://git.kernel.org/stable/c/ce7356ae35943cc6494cc692e62d51a734062b7d
https://git.kernel.org/stable/c/ff825ab2f455299c0c7287550915a8878e2a66e0
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
Date Informations
2025-03-29 03:43:41
  • Multiple Updates
2025-03-28 13:47:09
  • Multiple Updates
2025-03-28 03:21:27
  • Multiple Updates
2025-03-19 03:16:29
  • Multiple Updates
2025-03-18 03:29:28
  • Multiple Updates
2025-03-14 03:16:38
  • Multiple Updates
2025-03-06 14:13:11
  • Multiple Updates
2025-02-22 03:26:43
  • Multiple Updates
2025-01-08 03:07:35
  • Multiple Updates
2025-01-07 03:07:08
  • Multiple Updates
2024-12-25 03:05:44
  • Multiple Updates
2024-12-15 00:20:32
  • Multiple Updates
2024-12-12 00:20:36
  • Multiple Updates
2024-12-02 17:20:29
  • First insertion