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

exploitDog

rocky логотип

RLSA-2026:21557

Опубликовано: 04 июн. 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: can: j1939: j1939_session_new(): fix skb reference counting (CVE-2024-56645)

  • kernel: ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr (CVE-2025-68183)

  • kernel: mm: thp: deny THP for files on anonymous inodes (CVE-2026-23375)

  • kernel: netfilter: nf_tables: release flowtable after rcu grace period on error (CVE-2026-23392)

  • kernel: netfilter: nf_conntrack_h323: check for zero length in DecodeQ931() (CVE-2026-23455)

  • kernel: net: sched: act_csum: validate nested VLAN headers (CVE-2026-31684)

  • kernel: netfilter: ip6t_eui64: reject invalid MAC header for all packets (CVE-2026-31685)

  • kernel: netfilter: nf_conntrack_helper: pass helper to expect cleanup (CVE-2026-43027)

  • kernel: io_uring/rsrc: reject zero-length fixed buffer import (CVE-2026-43006)

  • kernel: Bluetooth: MGMT: validate LTK enc_size on load (CVE-2026-43020)

  • kernel: HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq (CVE-2026-43051)

  • kernel: Bluetooth: SCO: fix race conditions in sco_sock_connect() (CVE-2026-43023)

  • kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116)

  • kernel: wifi: brcmfmac: validate bsscfg indices in IF events (CVE-2026-43110)

  • kernel: netfilter: xt_tcpmss: check remaining length before reading optlen (CVE-2026-43190)

  • kernel: Linux kernel dpaa2-switch: Kernel memory corruption via out-of-bounds write (CVE-2026-43205)

  • kernel: xfs: fix freemap adjustments when adding xattrs to leaf blocks (CVE-2026-43158)

  • kernel: mm/page_alloc: clear page->private in free_pages_prepare() (CVE-2026-43303)

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-coreaarch64211.18.1.el10_2kernel-64k-core-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-64k-modules-extraaarch64211.18.1.el10_2kernel-64k-modules-extra-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-modules-coreaarch64211.18.1.el10_2kernel-modules-core-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-64k-debug-coreaarch64211.18.1.el10_2kernel-64k-debug-core-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-64kaarch64211.18.1.el10_2kernel-64k-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-64k-debug-modulesaarch64211.18.1.el10_2kernel-64k-debug-modules-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-debug-modules-extraaarch64211.18.1.el10_2kernel-debug-modules-extra-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-uki-virtaarch64211.18.1.el10_2kernel-uki-virt-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-uki-virt-addonsaarch64211.18.1.el10_2kernel-uki-virt-addons-6.12.0-211.18.1.el10_2.aarch64.rpm
kernel-64k-modules-coreaarch64211.18.1.el10_2kernel-64k-modules-core-6.12.0-211.18.1.el10_2.aarch64.rpm

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

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

oracle-oval
9 дней назад

ELSA-2026-21557: kernel security update (IMPORTANT)

CVSS3: 9.4
ubuntu
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6t_eui64: reject invalid MAC header for all packets `eui64_mt6()` derives a modified EUI-64 from the Ethernet source address and compares it with the low 64 bits of the IPv6 source address. The existing guard only rejects an invalid MAC header when `par->fragoff != 0`. For packets with `par->fragoff == 0`, `eui64_mt6()` can still reach `eth_hdr(skb)` even when the MAC header is not valid. Fix this by removing the `par->fragoff != 0` condition so that packets with an invalid MAC header are rejected before accessing `eth_hdr(skb)`.

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6t_eui64: reject invalid MAC header for all packets `eui64_mt6()` derives a modified EUI-64 from the Ethernet source address and compares it with the low 64 bits of the IPv6 source address. The existing guard only rejects an invalid MAC header when `par->fragoff != 0`. For packets with `par->fragoff == 0`, `eui64_mt6()` can still reach `eth_hdr(skb)` even when the MAC header is not valid. Fix this by removing the `par->fragoff != 0` condition so that packets with an invalid MAC header are rejected before accessing `eth_hdr(skb)`.

CVSS3: 9.4
nvd
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6t_eui64: reject invalid MAC header for all packets `eui64_mt6()` derives a modified EUI-64 from the Ethernet source address and compares it with the low 64 bits of the IPv6 source address. The existing guard only rejects an invalid MAC header when `par->fragoff != 0`. For packets with `par->fragoff == 0`, `eui64_mt6()` can still reach `eth_hdr(skb)` even when the MAC header is not valid. Fix this by removing the `par->fragoff != 0` condition so that packets with an invalid MAC header are rejected before accessing `eth_hdr(skb)`.

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

netfilter: ip6t_eui64: reject invalid MAC header for all packets