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:30Z
Modified
2026-08-25T03:51:29Z
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 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.

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
e4f3b8db1b0c5e9f6374b8996d9e1888d1042b55
Fixed
2fcaf133a8fd88b69f32ebaecad93fd302da828f
Fixed
a4bc2fb8536488b37680c0b66c59434a4b7f8c2f
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
5.10.266
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.217
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.184
Type
ECOSYSTEM
Events
Introduced
6.2.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"