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

exploitDog

rocky логотип

RLSA-2025:16904

Опубликовано: 07 окт. 2025
Источник: rocky
Оценка: Moderate

Описание

Moderate: kernel security update

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

Security Fix(es):

  • kernel: fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass (CVE-2025-38396)

  • kernel: smb: client: fix use-after-free in cifs_oplock_break (CVE-2025-38527)

  • kernel: cifs: Fix the smbd_response slab to allow usercopy (CVE-2025-38523)

  • kernel: tls: fix handling of zero-length records on the rx_list (CVE-2025-39682)

  • kernel: io_uring/futex: ensure io_futex_wait() cleans up properly on failure (CVE-2025-39698)

  • kernel: s390/sclp: Fix SCCB present check (CVE-2025-39694)

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
kernelx86_6455.37.1.el10_0kernel-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-abi-stablelistsnoarch55.37.1.el10_0kernel-abi-stablelists-6.12.0-55.37.1.el10_0.noarch.rpm
kernel-corex86_6455.37.1.el10_0kernel-core-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-debugx86_6455.37.1.el10_0kernel-debug-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-debug-corex86_6455.37.1.el10_0kernel-debug-core-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-debuginfo-common-x86_64x86_6455.37.1.el10_0kernel-debuginfo-common-x86_64-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-debug-modulesx86_6455.37.1.el10_0kernel-debug-modules-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-debug-modules-corex86_6455.37.1.el10_0kernel-debug-modules-core-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-debug-modules-extrax86_6455.37.1.el10_0kernel-debug-modules-extra-6.12.0-55.37.1.el10_0.x86_64.rpm
kernel-debug-uki-virtx86_6455.37.1.el10_0kernel-debug-uki-virt-6.12.0-55.37.1.el10_0.x86_64.rpm

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

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

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

ELSA-2025-16904: kernel security update (MODERATE)

ubuntu
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass Export anon_inode_make_secure_inode() to allow KVM guest_memfd to create anonymous inodes with proper security context. This replaces the current pattern of calling alloc_anon_inode() followed by inode_init_security_anon() for creating security context manually. This change also fixes a security regression in secretmem where the S_PRIVATE flag was not cleared after alloc_anon_inode(), causing LSM/SELinux checks to be bypassed for secretmem file descriptors. As guest_memfd currently resides in the KVM module, we need to export this symbol for use outside the core kernel. In the future, guest_memfd might be moved to core-mm, at which point the symbols no longer would have to be exported. When/if that happens is still unclear.

CVSS3: 6
redhat
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass Export anon_inode_make_secure_inode() to allow KVM guest_memfd to create anonymous inodes with proper security context. This replaces the current pattern of calling alloc_anon_inode() followed by inode_init_security_anon() for creating security context manually. This change also fixes a security regression in secretmem where the S_PRIVATE flag was not cleared after alloc_anon_inode(), causing LSM/SELinux checks to be bypassed for secretmem file descriptors. As guest_memfd currently resides in the KVM module, we need to export this symbol for use outside the core kernel. In the future, guest_memfd might be moved to core-mm, at which point the symbols no longer would have to be exported. When/if that happens is still unclear.

nvd
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass Export anon_inode_make_secure_inode() to allow KVM guest_memfd to create anonymous inodes with proper security context. This replaces the current pattern of calling alloc_anon_inode() followed by inode_init_security_anon() for creating security context manually. This change also fixes a security regression in secretmem where the S_PRIVATE flag was not cleared after alloc_anon_inode(), causing LSM/SELinux checks to be bypassed for secretmem file descriptors. As guest_memfd currently resides in the KVM module, we need to export this symbol for use outside the core kernel. In the future, guest_memfd might be moved to core-mm, at which point the symbols no longer would have to be exported. When/if that happens is still unclear.

CVSS3: 5.5
msrc
2 месяца назад

fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass