Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2026:27811

Опубликовано: 25 июн. 2026
Источник: rocky
Оценка: Important

Описание

Important: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system.

Security Fix(es):

  • kernel: selinux: fix overlayfs mmap() and mprotect() access checks (CVE-2026-46054)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
bpftoolx86_64553.137.1.el8_10bpftool-4.18.0-553.137.1.el8_10.x86_64.rpm
kernelx86_64553.137.1.el8_10kernel-4.18.0-553.137.1.el8_10.x86_64.rpm
kernel-abi-stablelistsnoarch553.137.1.el8_10kernel-abi-stablelists-4.18.0-553.137.1.el8_10.noarch.rpm
kernel-corex86_64553.137.1.el8_10kernel-core-4.18.0-553.137.1.el8_10.x86_64.rpm
kernel-debugx86_64553.137.1.el8_10kernel-debug-4.18.0-553.137.1.el8_10.x86_64.rpm
kernel-debug-corex86_64553.137.1.el8_10kernel-debug-core-4.18.0-553.137.1.el8_10.x86_64.rpm
kernel-debug-develx86_64553.137.1.el8_10kernel-debug-devel-4.18.0-553.137.1.el8_10.x86_64.rpm
kernel-debuginfo-common-x86_64x86_64553.137.1.el8_10kernel-debuginfo-common-x86_64-4.18.0-553.137.1.el8_10.x86_64.rpm
kernel-debug-modulesx86_64553.137.1.el8_10kernel-debug-modules-4.18.0-553.137.1.el8_10.x86_64.rpm
kernel-debug-modules-extrax86_64553.137.1.el8_10kernel-debug-modules-extra-4.18.0-553.137.1.el8_10.x86_64.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 7.1
ubuntu
2 месяца назад

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.

CVSS3: 7
redhat
2 месяца назад

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.

CVSS3: 7.1
nvd
2 месяца назад

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.

msrc
2 месяца назад

selinux: fix overlayfs mmap() and mprotect() access checks

CVSS3: 7.1
debian
2 месяца назад

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