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

exploitDog

rocky логотип

RLSA-2025:8669

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

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: vsock/virtio: discard packets if the transport changes (CVE-2025-21669)

  • kernel: net: gso: fix ownership in __udp_gso_segment (CVE-2025-21926)

  • kernel: xsk: fix an integer overflow in xp_create_and_assign_umem() (CVE-2025-21997)

  • kernel: net: fix geneve_opt length integer overflow (CVE-2025-22055)

  • kernel: wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi (CVE-2025-37943)

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-debug-develaarch6455.16.1.el10_0kernel-64k-debug-devel-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-64k-debug-devel-matchedaarch6455.16.1.el10_0kernel-64k-debug-devel-matched-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-64k-develaarch6455.16.1.el10_0kernel-64k-devel-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-64k-devel-matchedaarch6455.16.1.el10_0kernel-64k-devel-matched-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-debug-develaarch6455.16.1.el10_0kernel-debug-devel-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-debug-devel-matchedaarch6455.16.1.el10_0kernel-debug-devel-matched-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-develaarch6455.16.1.el10_0kernel-devel-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-devel-matchedaarch6455.16.1.el10_0kernel-devel-matched-6.12.0-55.16.1.el10_0.aarch64.rpm
kernel-docnoarch55.16.1.el10_0kernel-doc-6.12.0-55.16.1.el10_0.noarch.rpm
kernel-headersaarch6455.16.1.el10_0kernel-headers-6.12.0-55.16.1.el10_0.aarch64.rpm

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

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

oracle-oval
около 1 года назад

ELSA-2025-8669: kernel security update (IMPORTANT)

rocky
12 месяцев назад

Important: kernel security update

oracle-oval
больше 1 года назад

ELSA-2025-8643: kernel security update (IMPORTANT)

CVSS3: 7.8
ubuntu
больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access vsk->transport. A possible scenario is described by Hyunwoo Kim in the attached link, where after a first connect() interrupted by a signal, and a second connect() failed, we can find `vsk->transport` at NULL, leading to a NULL pointer dereference.

CVSS3: 5.5
redhat
больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access vsk->transport. A possible scenario is described by Hyunwoo Kim in the attached link, where after a first connect() interrupted by a signal, and a second connect() failed, we can find `vsk->transport` at NULL, leading to a NULL pointer dereference.