In the Linux kernel, the following vulnerability has been resolved:
mptcp: Use _skdstget() and dstdevrcu() in mptcpactive_enable().
mptcpactiveenable() is called from subflowfinishconnect(), which is icsk->icskafops->skrxdst_set() and it's not always under RCU.
Using skdstget(sk)->dev could trigger UAF.
Let's use _skdstget() and dstdev_rcu().
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40133.json"
}