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

exploitDog

rocky логотип

RLSA-2026:53330

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

Описание

Important: kernel security, bug fix, and enhancement update

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

Security Fix(es):

  • kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)

  • kernel: shmem: fix recovery on rename failures (CVE-2025-71072)

  • kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)

  • kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)

  • kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)

  • kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)

  • kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)

Bug Fix(es) and Enhancement(s):

  • Kernel oops after increasing max number of mac addresses of a mlx5 VF [rhel-10.2.z] (JIRA:Rocky Linux-213035)

  • Rocky Linux10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [rhel-10.2.z] (JIRA:Rocky Linux-222503)

  • Rocky Linux10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [rhel-10.2.z] (JIRA:Rocky Linux-222505)

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 10

НаименованиеАрхитектураРелизRPM
kernel-64k-modulesaarch64211.46.1.el10_2kernel-64k-modules-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-debug-modules-coreaarch64211.46.1.el10_2kernel-debug-modules-core-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-64k-coreaarch64211.46.1.el10_2kernel-64k-core-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-coreaarch64211.46.1.el10_2kernel-core-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-64kaarch64211.46.1.el10_2kernel-64k-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-uki-virtaarch64211.46.1.el10_2kernel-uki-virt-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-abi-stablelistsnoarch211.46.1.el10_2kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch.rpm
kernel-toolsaarch64211.46.1.el10_2kernel-tools-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-64k-modules-coreaarch64211.46.1.el10_2kernel-64k-modules-core-6.12.0-211.46.1.el10_2.aarch64.rpm
kernel-64k-debugaarch64211.46.1.el10_2kernel-64k-debug-6.12.0-211.46.1.el10_2.aarch64.rpm

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

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

oracle-oval
около 1 месяца назад

ELSA-2026-53330: kernel security, bug fix, and enhancement update (IMPORTANT)

CVSS3: 7.8
ubuntu
почти 2 года назад

In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix ordering of iput() and watched_objects decrement Ensure the superblock is kept alive until we're done with iput(). Holding a reference to an inode is not allowed unless we ensure the superblock stays alive, which fsnotify does by keeping the watched_objects count elevated, so iput() must happen before the watched_objects decrement. This can lead to a UAF of something like sb->s_fs_info in tmpfs, but the UAF is hard to hit because race orderings that oops are more likely, thanks to the CHECK_DATA_CORRUPTION() block in generic_shutdown_super(). Also, ensure that fsnotify_put_sb_watched_objects() doesn't call fsnotify_sb_watched_objects() on a superblock that may have already been freed, which would cause a UAF read of sb->s_fsnotify_info.

CVSS3: 6.4
redhat
почти 2 года назад

In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix ordering of iput() and watched_objects decrement Ensure the superblock is kept alive until we're done with iput(). Holding a reference to an inode is not allowed unless we ensure the superblock stays alive, which fsnotify does by keeping the watched_objects count elevated, so iput() must happen before the watched_objects decrement. This can lead to a UAF of something like sb->s_fs_info in tmpfs, but the UAF is hard to hit because race orderings that oops are more likely, thanks to the CHECK_DATA_CORRUPTION() block in generic_shutdown_super(). Also, ensure that fsnotify_put_sb_watched_objects() doesn't call fsnotify_sb_watched_objects() on a superblock that may have already been freed, which would cause a UAF read of sb->s_fsnotify_info.

CVSS3: 7.8
nvd
почти 2 года назад

In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix ordering of iput() and watched_objects decrement Ensure the superblock is kept alive until we're done with iput(). Holding a reference to an inode is not allowed unless we ensure the superblock stays alive, which fsnotify does by keeping the watched_objects count elevated, so iput() must happen before the watched_objects decrement. This can lead to a UAF of something like sb->s_fs_info in tmpfs, but the UAF is hard to hit because race orderings that oops are more likely, thanks to the CHECK_DATA_CORRUPTION() block in generic_shutdown_super(). Also, ensure that fsnotify_put_sb_watched_objects() doesn't call fsnotify_sb_watched_objects() on a superblock that may have already been freed, which would cause a UAF read of sb->s_fsnotify_info.

CVSS3: 7.8
debian
почти 2 года назад

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