CVE-2026-72242

Source
https://cve.org/CVERecord?id=CVE-2026-72242
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72242.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72242
Downstream
Published
2026-08-15T05:54:30.378Z
Modified
2026-08-18T03:56:39.350042493Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()
Details

In the Linux kernel, the following vulnerability has been resolved:

selinux: avoid sksocket dereference in selinuxsctpbindconnect()

selinuxsctpbindconnect() dereferences sk->sksocket to pass a struct socket * to selinuxsocketbind() and selinuxsocketconnecthelper(). However, when the hook is invoked from the ASCONF softirq path (sctpprocessasconf), there is no file reference guaranteeing that sk->sksocket is non-NULL. The setsockopt callers (bindx, connectx, set_primary, sendmsg connect) hold a file reference and are not affected.

Both selinuxsocketbind() and selinuxsocketconnecthelper() 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 selinuxsctpbindconnect() never needs to touch sk->sk_socket at all.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72242.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d452930fd3b9031e59abfeddb2fa383f1403d61a
Fixed
5d4d93f9bfbc997ffbb03cd6107e8f6979dbb9b4
Fixed
cc8bd47b35eca82393cbad08b1cc86f02e034439
Fixed
d61a80b17254be7230bc5544f8e62ddf21ab38e2
Fixed
37d642b37ccdc31e1947c2ebc8dc38f03d4a0ceb
Fixed
56acfeb10019e200ab6787d01f8d7cbe0f01526f

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72242.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.17.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72242.json"