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

exploitDog

rocky логотип

RLSA-2025:16880

Опубликовано: 10 окт. 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: netfilter: nf_conntrack: fix crash due to removal of uninitialised entry (CVE-2025-38472)

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

  • kernel: sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718)

  • 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)

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 9

НаименованиеАрхитектураРелизRPM
kernelx86_64570.49.1.el9_6kernel-5.14.0-570.49.1.el9_6.x86_64.rpm
kernel-abi-stablelistsnoarch570.49.1.el9_6kernel-abi-stablelists-5.14.0-570.49.1.el9_6.noarch.rpm
kernel-abi-stablelistsnoarch570.49.1.el9_6kernel-abi-stablelists-5.14.0-570.49.1.el9_6.noarch.rpm
kernel-abi-stablelistsnoarch570.49.1.el9_6kernel-abi-stablelists-5.14.0-570.49.1.el9_6.noarch.rpm
kernel-abi-stablelistsnoarch570.49.1.el9_6kernel-abi-stablelists-5.14.0-570.49.1.el9_6.noarch.rpm
kernel-corex86_64570.49.1.el9_6kernel-core-5.14.0-570.49.1.el9_6.x86_64.rpm
kernel-debugx86_64570.49.1.el9_6kernel-debug-5.14.0-570.49.1.el9_6.x86_64.rpm
kernel-debug-corex86_64570.49.1.el9_6kernel-debug-core-5.14.0-570.49.1.el9_6.x86_64.rpm
kernel-debug-modulesx86_64570.49.1.el9_6kernel-debug-modules-5.14.0-570.49.1.el9_6.x86_64.rpm
kernel-debug-modules-corex86_64570.49.1.el9_6kernel-debug-modules-core-5.14.0-570.49.1.el9_6.x86_64.rpm

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

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

oracle-oval
3 месяца назад

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

ubuntu
5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack: fix crash due to removal of uninitialised entry A crash in conntrack was reported while trying to unlink the conntrack entry from the hash bucket list: [exception RIP: __nf_ct_delete_from_lists+172] [..] #7 [ff539b5a2b043aa0] nf_ct_delete at ffffffffc124d421 [nf_conntrack] #8 [ff539b5a2b043ad0] nf_ct_gc_expired at ffffffffc124d999 [nf_conntrack] #9 [ff539b5a2b043ae0] __nf_conntrack_find_get at ffffffffc124efbc [nf_conntrack] [..] The nf_conn struct is marked as allocated from slab but appears to be in a partially initialised state: ct hlist pointer is garbage; looks like the ct hash value (hence crash). ct->status is equal to IPS_CONFIRMED|IPS_DYING, which is expected ct->timeout is 30000 (=30s), which is unexpected. Everything else looks like normal udp conntrack entry. If we ignore ct->status and pretend its 0, the entry matches those that are newly allocated but not yet inserted into the...

CVSS3: 7.1
redhat
5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack: fix crash due to removal of uninitialised entry A crash in conntrack was reported while trying to unlink the conntrack entry from the hash bucket list: [exception RIP: __nf_ct_delete_from_lists+172] [..] #7 [ff539b5a2b043aa0] nf_ct_delete at ffffffffc124d421 [nf_conntrack] #8 [ff539b5a2b043ad0] nf_ct_gc_expired at ffffffffc124d999 [nf_conntrack] #9 [ff539b5a2b043ae0] __nf_conntrack_find_get at ffffffffc124efbc [nf_conntrack] [..] The nf_conn struct is marked as allocated from slab but appears to be in a partially initialised state: ct hlist pointer is garbage; looks like the ct hash value (hence crash). ct->status is equal to IPS_CONFIRMED|IPS_DYING, which is expected ct->timeout is 30000 (=30s), which is unexpected. Everything else looks like normal udp conntrack entry. If we ignore ct->status and pretend its 0, the entry matches those that are newly allocated but not yet inserted into the...

nvd
5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack: fix crash due to removal of uninitialised entry A crash in conntrack was reported while trying to unlink the conntrack entry from the hash bucket list: [exception RIP: __nf_ct_delete_from_lists+172] [..] #7 [ff539b5a2b043aa0] nf_ct_delete at ffffffffc124d421 [nf_conntrack] #8 [ff539b5a2b043ad0] nf_ct_gc_expired at ffffffffc124d999 [nf_conntrack] #9 [ff539b5a2b043ae0] __nf_conntrack_find_get at ffffffffc124efbc [nf_conntrack] [..] The nf_conn struct is marked as allocated from slab but appears to be in a partially initialised state: ct hlist pointer is garbage; looks like the ct hash value (hence crash). ct->status is equal to IPS_CONFIRMED|IPS_DYING, which is expected ct->timeout is 30000 (=30s), which is unexpected. Everything else looks like normal udp conntrack entry. If we ignore ct->status and pretend its 0, the entry matches those that are newly allocated but not

CVSS3: 6.3
msrc
4 месяца назад

netfilter: nf_conntrack: fix crash due to removal of uninitialised entry