Bug 2422659 (CVE-2025-68221) - CVE-2025-68221 kernel: mptcp: fix address removal logic in mptcp_pm_nl_rm_addr
Summary: CVE-2025-68221 kernel: mptcp: fix address removal logic in mptcp_pm_nl_rm_addr
Keywords:
Status: NEW
Alias: CVE-2025-68221
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-16 14:01 UTC by OSIDB Bzimport
Modified: 2025-12-17 05:23 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-16 14:01:38 UTC
In the Linux kernel, the following vulnerability has been resolved:

mptcp: fix address removal logic in mptcp_pm_nl_rm_addr

Fix inverted WARN_ON_ONCE condition that prevented normal address
removal counter updates. The current code only executes decrement
logic when the counter is already 0 (abnormal state), while
normal removals (counter > 0) are ignored.


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