Bug 2414465 (CVE-2025-40133) - CVE-2025-40133 kernel: mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable()
Summary: CVE-2025-40133 kernel: mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_a...
Keywords:
Status: NEW
Alias: CVE-2025-40133
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-11-12 11:01 UTC by OSIDB Bzimport
Modified: 2025-11-19 19:36 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-11-12 11:01:24 UTC
In the Linux kernel, the following vulnerability has been resolved:

mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable().

mptcp_active_enable() is called from subflow_finish_connect(),
which is icsk->icsk_af_ops->sk_rx_dst_set() and it's not always
under RCU.

Using sk_dst_get(sk)->dev could trigger UAF.

Let's use __sk_dst_get() and dst_dev_rcu().


Note You need to log in before you can comment on or make changes to this bug.