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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel enforces that only a single process may open the SELinux policy file at a time, and once opened it blocks all other processes from reading the policy. Any process with permission to perform the open can therefore prevent other processes from accessing policy information, disrupting security auditing and potentially other SELinux functions. The issue does not provide an avenue for code execution or data exfiltration, but it can be abused to compromise availability of critical security data.

Affected Systems

All Linux kernel implementations are affected. There is no specific version list provided; any kernel that has not incorporated the change described in the referenced commits is vulnerable. The issue appears in the mainline repository and therefore applies to distributions that have not updated to a patched kernel.

Risk and Exploitability

The vulnerability is a local denial of service exploit. Strength and likelihood are not quantified in the CVSS metric, and the EPSS score is not available. It is not listed in the CISA KEV catalog. An attacker would need the ability to open /sys/fs/selinux/policy, which is typically restricted to processes with elevated privileges or those running with SELinux enforcement enabled. Once the file is opened, the process can block any other read attempts, effectively denying access to policy data for the duration of the open. Since the attack can be performed by a local user with sufficient permissions, the risk is primarily for environments where policy information must remain available to multiple processes.

Generated by OpenCVE AI on June 8, 2026 at 18:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the commit that removes the single-open restriction on /sys/fs/selinux/policy
  • As a temporary workaround, adjust the file permissions on /sys/fs/selinux/policy to restrict access to privileged users only (e.g., chmod 0600)
  • If SELinux is not a requirement, consider disabling it to remove the attack surface associated with the policy file

Generated by OpenCVE AI on June 8, 2026 at 18:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-08T15:46:29.545Z

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

Link: CVE-2026-46302

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-46302

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-08T18:45:26Z

Weaknesses