CVE-2026-46054
Analyzed Analyzed - Analysis Complete
SELinux Access Control Bypass in Linux Kernel

Publication date: 2026-05-27

Last updated on: 2026-06-16

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: selinux: fix overlayfs mmap() and mprotect() access checks The existing SELinux security model for overlayfs is to allow access if the current task is able to access the top level file (the "user" file) and the mounter's credentials are sufficient to access the lower level file (the "backing" file). Unfortunately, the current code does not properly enforce these access controls for both mmap() and mprotect() operations on overlayfs filesystems. This patch makes use of the newly created security_mmap_backing_file() LSM hook to provide the missing backing file enforcement for mmap() operations, and leverages the backing file API and new LSM blob to provide the necessary information to properly enforce the mprotect() access controls.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-06-16
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel From 4.19 (inc) to 7.0.4 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's SELinux security model for overlayfs filesystems. The model is designed to allow access if the current task can access the top-level file (the "user" file) and the mounter's credentials allow access to the lower-level file (the "backing" file). However, the existing code did not properly enforce these access controls for mmap() and mprotect() operations on overlayfs filesystems.

The issue was that mmap() and mprotect() operations could bypass the intended SELinux access checks on the backing file, potentially allowing unauthorized access. The fix involved using a new security_mmap_backing_file() LSM hook to enforce access checks for mmap() operations and leveraging a new backing file API and LSM blob to enforce mprotect() access controls properly.

Impact Analysis

This vulnerability could allow processes to bypass SELinux access controls on overlayfs filesystems during mmap() and mprotect() operations. As a result, unauthorized access to files could occur, potentially leading to information disclosure or unauthorized modification of data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46054. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart