CVE-2026-72242
Last modified
CVE-2026-72242 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sk_socket dereference in selinux_sctp_bind_connect() selinux_sctp_bind_connect() dereferences sk->sk_socket to pass a struct socket * to selinux_socket_bind() and selinux_socket_connect_helper(). However, when the hook is invoked from the ASCONF softirq path (sctp_process_asconf), there is no file reference guaranteeing that sk->sk_socket is non-NULL. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sk_socket dereference in selinux_sctp_bind_connect() selinux_sctp_bind_connect() dereferences sk->sk_socket to pass a struct socket * to selinux_socket_bind() and selinux_socket_connect_helper(). However, when the hook is invoked from the ASCONF softirq path (sctp_process_asconf), there is no file reference guaranteeing that sk->sk_socket is non-NULL. The setsockopt callers (bindx, connectx, set_primary, sendmsg connect) hold a file reference and are not affected. Both selinux_socket_bind() and selinux_socket_connect_helper() immediately resolve sock->sk, never using the struct socket * for anything else. Refactor the inner logic into helpers that take a struct sock * directly so that selinux_sctp_bind_connect() never needs to touch sk->sk_socket at all.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d452930fd3b9031e59abfeddb2fa383f1403d61a, < 5d4d93f9bfbc997ffbb03cd6107e8f6979dbb9b4; >= d452930fd3b9031e59abfeddb2fa383f1403d61a, < cc8bd47b35eca82393cbad08b1cc86f02e034439; >= d452930fd3b9031e59abfeddb2fa383f1403d61a, < d61a80b17254be7230bc5544f8e62ddf21ab38e2; >= d452930fd3b9031e59abfeddb2fa383f1403d61a, < 37d642b37ccdc31e1947c2ebc8dc38f03d4a0ceb; >= d452930fd3b9031e59abfeddb2fa383f1403d61a, < 56acfeb10019e200ab6787d01f8d7cbe0f01526f |
| Linux | Linux | 4.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72242?
How severe is CVE-2026-72242?
How do I fix CVE-2026-72242?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72237In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72238In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72239In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-7224A security flaw has been discovered in SourceCodester Pizzaf…7.3
- CVE-2026-72240In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72241In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72243In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72244In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72245In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72246Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-72247In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72248In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72242?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
