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

exploitDog

rocky логотип

RLSA-2026:63128

Опубликовано: 05 сент. 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: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error (CVE-2026-53073)

  • kernel: exfat: fix potential use-after-free in exfat_find_dir_entry() (CVE-2026-63808)

  • kernel: KEYS: fix overflow in keyctl_pkey_params_get_2() (CVE-2026-63824)

  • kernel: smb: client: fix query directory replay double-free (CVE-2026-64387)

  • kernel: iomap: fix out-of-bounds bitmap_set() with zero-length range (CVE-2026-68145)

  • kernel: net: ipv6: use-after-free in fib6_rule_suppress due to stale res->rt6 pointer (CVE-2026-74581)

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-modules-extra-matchedaarch64211.51.1.el10_2kernel-modules-extra-matched-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-toolsaarch64211.51.1.el10_2kernel-tools-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-64k-debug-modules-coreaarch64211.51.1.el10_2kernel-64k-debug-modules-core-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-64k-debug-coreaarch64211.51.1.el10_2kernel-64k-debug-core-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-tools-libsaarch64211.51.1.el10_2kernel-tools-libs-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-modulesaarch64211.51.1.el10_2kernel-modules-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-64k-modules-extraaarch64211.51.1.el10_2kernel-64k-modules-extra-6.12.0-211.51.1.el10_2.aarch64.rpm
kernelaarch64211.51.1.el10_2kernel-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64211.51.1.el10_2kernel-debuginfo-common-aarch64-6.12.0-211.51.1.el10_2.aarch64.rpm
kernel-64kaarch64211.51.1.el10_2kernel-64k-6.12.0-211.51.1.el10_2.aarch64.rpm

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

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

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

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

rocky
5 дней назад

Important: kernel security, bug fix, and enhancement update

oracle-oval
3 дня назад

ELSA-2026-63129-0: kernel security, bug fix, and enhancement update (IMPORTANT)

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

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error When hci_register_dev() fails in hci_uart_register_dev() HCI_UART_PROTO_INIT is not cleared before calling hu->proto->close(hu) and setting hu->hdev to NULL. This means incoming UART data will reach the protocol-specific recv handler in hci_uart_tty_receive() after resources are freed. Clear HCI_UART_PROTO_INIT with a write lock before calling hu->proto->close() and setting hu->hdev to NULL. The write lock ensures all active readers have completed and no new reader can enter the protocol recv path before resources are freed. This allows the protocol-specific recv functions to remove the "HCI_UART_REGISTERED" guard without risking a null pointer dereference if hci_register_dev() fails.

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

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error When hci_register_dev() fails in hci_uart_register_dev() HCI_UART_PROTO_INIT is not cleared before calling hu->proto->close(hu) and setting hu->hdev to NULL. This means incoming UART data will reach the protocol-specific recv handler in hci_uart_tty_receive() after resources are freed. Clear HCI_UART_PROTO_INIT with a write lock before calling hu->proto->close() and setting hu->hdev to NULL. The write lock ensures all active readers have completed and no new reader can enter the protocol recv path before resources are freed. This allows the protocol-specific recv functions to remove the "HCI_UART_REGISTERED" guard without risking a null pointer dereference if hci_register_dev() fails.