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

selinux: allow multiple opens of /sys/fs/selinux/policy

Currently there can only be a single open of /sys/fs/selinux/policy at
any time. This allows any process to block any other process from
reading the kernel policy. The original motivation seems to have been
a mix of preventing an inconsistent view of the policy size and
preventing userspace from allocating kernel memory without bound, but
this is arguably equally bad. Eliminate the policy_opened flag and
shrink the critical section that the policy mutex is held. While we
are making changes here, drop a couple of extraneous BUG_ONs.
Published: 2026-06-08
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability limits the SELinux policy file (/sys/fs/selinux/policy) to a single open at any one time. A process that succeeds in opening the file holds a flag that blocks all other processes from reading the policy until the file is closed. Because the policy file contains critical security information, this single-open restriction can be abused to permanently deny other processes from obtaining the policy, effectively causing a denial of service against SELinux functionality. The flaw does not provide a path for arbitrary code execution or data exfiltration.

Affected Systems

The issue is present in all Linux kernel versions that have not incorporated the commit that removes the single-open restriction. The affected CPES indicate every upstream kernel release, including 7.1 RC1 and RC2, as well as all other versions tracked by the CPE pattern. This means that virtually all Linux operating systems running an unpatched mainline kernel are affected until they update to a version that includes the change.

Risk and Exploitability

The CVSS score of 5.5 classifies the vulnerability as medium severity. The EPSS score of 0.001 (<1%) indicates a low but non‑zero probability that the vulnerability will be exploited in the wild. The flaw is not listed in the CISA KEV catalog. Only local users with the ability to open /sys/fs/selinux/policy—typically users with elevated privileges or those operating under SELinux enforcement—can trigger the denial of service. An attacker would open the policy file and keep it open, permanently blocking other processes from accessing policy data until the file is closed or the system is rebooted.

Generated by OpenCVE AI on August 12, 2026 at 04:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a patched version that removes the single‑open restriction on /sys/fs/selinux/policy
  • If an immediate kernel upgrade is not possible, restrict access to /sys/fs/selinux/policy by setting file permissions to 0600 so only privileged processes can open it
  • If SELinux is not required, disable SELinux to eliminate the attack surface

Generated by OpenCVE AI on August 12, 2026 at 04:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8566-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8568-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
History

Tue, 09 Jun 2026 02:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Tue, 09 Jun 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-821
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 08 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Mon, 08 Jun 2026 17:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: selinux: allow multiple opens of /sys/fs/selinux/policy Currently there can only be a single open of /sys/fs/selinux/policy at any time. This allows any process to block any other process from reading the kernel policy. The original motivation seems to have been a mix of preventing an inconsistent view of the policy size and preventing userspace from allocating kernel memory without bound, but this is arguably equally bad. Eliminate the policy_opened flag and shrink the critical section that the policy mutex is held. While we are making changes here, drop a couple of extraneous BUG_ONs.
Title selinux: allow multiple opens of /sys/fs/selinux/policy
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T18:07:43.508Z

Reserved: 2026-05-13T15:03:33.111Z

Link: CVE-2026-46302

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-06-08T17:16:48.707

Modified: 2026-07-23T08:10:00.137

Link: CVE-2026-46302

cve-icon Redhat

Severity : Low

Publid Date: 2026-06-08T00:00:00Z

Links: CVE-2026-46302 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T05:00:09Z

Weaknesses