Bug 1222672 (CVE-2024-26708) - VUL-0: CVE-2024-26708: kernel: mptcp: fastopen and PM-trigger subflow shutdown can race
Summary: VUL-0: CVE-2024-26708: kernel: mptcp: fastopen and PM-trigger subflow shutdow...
Status: NEW
Alias: CVE-2024-26708
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Denis Kirjanov
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/400179/
Whiteboard: CVSSv3.1:SUSE:CVE-2024-26708:5.5:(AV:...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-11 09:30 UTC by SMASH SMASH
Modified: 2024-07-03 09:29 UTC (History)
2 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2024-04-11 09:30:32 UTC
In the Linux kernel, the following vulnerability has been resolved:

mptcp: really cope with fastopen race

Fastopen and PM-trigger subflow shutdown can race, as reported by
syzkaller.

In my first attempt to close such race, I missed the fact that
the subflow status can change again before the subflow_state_change
callback is invoked.

Address the issue additionally copying with all the states directly
reachable from TCP_FIN_WAIT1.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-26708
https://www.cve.org/CVERecord?id=CVE-2024-26708
https://git.kernel.org/stable/c/337cebbd850f94147cee05252778f8f78b8c337f
https://git.kernel.org/stable/c/4bfe217e075d04e63c092df9d40c608e598c2ef2
https://git.kernel.org/stable/c/e158fb9679d15a2317ec13b4f6301bd26265df2f
https://bugzilla.redhat.com/show_bug.cgi?id=2273166
https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-26708.mbox
Comment 1 Thomas Leroy 2024-04-11 09:31:30 UTC
stable already has the fix.
Only SLE15-SP6-GA has the offended commit and not the fix