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

exploitDog

rocky логотип

RLSA-2026:67468

Опубликовано: 16 сент. 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: EDAC/bluefield: Fix potential integer overflow (CVE-2024-53161)

  • kernel: wifi: mac80211: Discard Beacon frames to non-broadcast address (CVE-2025-71127)

  • kernel: KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation (CVE-2026-43133)

  • kernel: net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove (CVE-2026-52947)

  • kernel: wifi: nl80211: reject oversized EMA RNR lists (CVE-2026-53182)

  • kernel: blk-cgroup: fix UAF in __blkcg_rstat_flush() (CVE-2026-63802)

  • kernel: scsi: scsi_transport_fc: Widen FPIN pname walker counter to u32 (CVE-2026-63889)

  • kernel: wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb (CVE-2026-64117)

  • kernel: Linux kernel: ath9k Wi-Fi driver use-after-free vulnerability leading to system crash (CVE-2026-68363)

  • kernel: dm-verity: fix buffer overflow in FEC calculation (CVE-2026-72098)

  • kernel: scsi: libiscsi_tcp: Bound SCSI Response data segment to the connection buffer (CVE-2026-74556)

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 8

НаименованиеАрхитектураРелизRPM
bpftoolaarch64553.163.1.el8_10bpftool-4.18.0-553.163.1.el8_10.aarch64.rpm
kernelaarch64553.163.1.el8_10kernel-4.18.0-553.163.1.el8_10.aarch64.rpm
kernel-abi-stablelistsnoarch553.163.1.el8_10kernel-abi-stablelists-4.18.0-553.163.1.el8_10.noarch.rpm
kernel-coreaarch64553.163.1.el8_10kernel-core-4.18.0-553.163.1.el8_10.aarch64.rpm
kernel-debugaarch64553.163.1.el8_10kernel-debug-4.18.0-553.163.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.163.1.el8_10kernel-debug-core-4.18.0-553.163.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.163.1.el8_10kernel-debug-devel-4.18.0-553.163.1.el8_10.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64553.163.1.el8_10kernel-debuginfo-common-aarch64-4.18.0-553.163.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.163.1.el8_10kernel-debug-modules-4.18.0-553.163.1.el8_10.aarch64.rpm
kernel-debug-modules-extraaarch64553.163.1.el8_10kernel-debug-modules-extra-4.18.0-553.163.1.el8_10.aarch64.rpm

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

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

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

ELSA-2026-67468-0: kernel security update (IMPORTANT)

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

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of mem_ctrl_idx left-shifted 16 bits and OR-ed with DIMM index. With mem_ctrl_idx defined as 32-bits wide the left-shift operation truncates the upper 16 bits of information during the calculation of the SMC argument. The mem_ctrl_idx stack variable must be defined as 64-bits wide to prevent any potential integer overflow, i.e. loss of data from upper 16 bits.

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

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of mem_ctrl_idx left-shifted 16 bits and OR-ed with DIMM index. With mem_ctrl_idx defined as 32-bits wide the left-shift operation truncates the upper 16 bits of information during the calculation of the SMC argument. The mem_ctrl_idx stack variable must be defined as 64-bits wide to prevent any potential integer overflow, i.e. loss of data from upper 16 bits.

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

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of mem_ctrl_idx left-shifted 16 bits and OR-ed with DIMM index. With mem_ctrl_idx defined as 32-bits wide the left-shift operation truncates the upper 16 bits of information during the calculation of the SMC argument. The mem_ctrl_idx stack variable must be defined as 64-bits wide to prevent any potential integer overflow, i.e. loss of data from upper 16 bits.

CVSS3: 5.5
msrc
около 1 месяца назад

EDAC/bluefield: Fix potential integer overflow