CVE-2026-80756 PUBLISHED

selinux: do not cancel a policy conversion that never started

Assigner: Linux
Reserved: 26.08.2026 Published: 03.09.2026 Updated: 03.09.2026

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

selinux: do not cancel a policy conversion that never started

sel_write_load() calls selinux_policy_cancel() when sel_make_policy_nodes() fails, and that helper dereferences the outgoing policy to cancel its sidtab conversion. On the first policy load there is no outgoing policy: security_load_policy() returns early for that case, before it converts anything, and state->policy is still NULL. A first load that fails while building the selinuxfs tree therefore takes a NULL dereference in selinux_policy_cancel(), reached from a write(2) to /sys/fs/selinux/load.

Skip the cancel when there is no old policy, mirroring the check security_load_policy() already makes before it converts.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to 2d29983104f06f5b0babcd5a25a0f0408272cd27 (excl.)
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to a4f182f8715cb0819445f0850cd5436828f4bafc (excl.)
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to 1059789ae9f99cbbe3a78e361e9c0976beb5958b (excl.)
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to 1acc317d67a755a45e32419a15d70e403fa43f0e (excl.)
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to a42932c6aa33d0aac683cacdf1ec7009b955ba5d (excl.)
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to 1b4ff94ae7c580c880291519fb0e3e2bd075beef (excl.)
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to 219c96de5d9b6b4af7e8576ad897b774cc3ee9a7 (excl.)
  • affected from 02a52c5c8c3b8cbad0f12009cde9f36dbefb6972 to e5c0235a3c4e9eb047a16cd02323fe4ecf2f570e (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.10 is affected
  • unaffected from 0 to 5.10 (excl.)
  • unaffected from 5.10.266 to 5.10.* (incl.)
  • unaffected from 5.15.217 to 5.15.* (incl.)
  • unaffected from 6.1.184 to 6.1.* (incl.)
  • unaffected from 6.6.153 to 6.6.* (incl.)
  • unaffected from 6.12.105 to 6.12.* (incl.)
  • unaffected from 6.18.46 to 6.18.* (incl.)
  • unaffected from 7.1.10 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References