Executive Summary

Informations
Name CVE-2022-49669 First vendor Publication 2025-02-26
Vendor Cve Last vendor Modification 2025-03-24

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
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: fix race on unaccepted mptcp sockets

When the listener socket owning the relevant request is closed, it frees the unaccepted subflows and that causes later deletion of the paired MPTCP sockets.

The mptcp socket's worker can run in the time interval between such delete operations. When that happens, any access to msk->first will cause an UaF access, as the subflow cleanup did not cleared such field in the mptcp socket.

Address the issue explicitly traversing the listener socket accept queue at close time and performing the needed cleanup on the pending msk.

Note that the locking is a bit tricky, as we need to acquire the msk socket lock, while still owning the subflow socket one.

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3543

Sources (Detail)

https://git.kernel.org/stable/c/6aeed9045071f2252ff4e98fc13d1e304f33e5b0
https://git.kernel.org/stable/c/a8a3e95c74e48c2c9b07b81fafda9122993f2e12
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
Date Informations
2025-06-26 02:10:09
  • Multiple Updates
2025-06-25 12:22:59
  • Multiple Updates
2025-06-24 02:14:45
  • Multiple Updates
2025-05-27 02:11:29
  • Multiple Updates
2025-03-28 17:20:57
  • Multiple Updates
2025-03-28 13:35:22
  • Multiple Updates
2025-03-28 02:57:27
  • Multiple Updates
2025-03-25 00:21:05
  • Multiple Updates
2025-02-27 21:20:34
  • Multiple Updates
2025-02-26 17:20:29
  • First insertion