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

exploitDog

rocky логотип

RLSA-2026:43307

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

Описание

Important: kernel security, bug fix, and enhancement update

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

Security Fix(es):

  • kernel: crypto: af_alg - zero initialize memory allocated via sock_kmalloc (CVE-2025-71113)

  • kernel: scsi: core: Wake up the error handler when final completions race against each other (CVE-2026-23110)

  • kernel: Linux kernel: xfrm single-frag length not properly limited ()

  • kernel: net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels (CVE-2026-46099)

  • kernel: fanotify: fix false positive on permission events (CVE-2026-46150)

  • kernel: drm: Set old handle to NULL before prime swap in change_handle (CVE-2026-46215)

  • kernel: Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp (CVE-2026-53071)

  • kernel: can: bcm: thrtimer use-after-free during RX operation teardown ()

Bug Fix(es) and Enhancement(s):

  • [Rocky Linux9] tools/lib/perf/Makefile: libperf includes appended after CFLAGS causes parallel build race, breaking kernel builds [rhel-9.8.z] (JIRA:Rocky Linux-183980)

  • [Rocky Linux-9.8.z]: mlx5: include bug fixes (JIRA:Rocky Linux-188121)

  • dpll: fix NULL pointer dereference in dpll_msg_add_pin_ref_sync() [rhel-9.8.z] (JIRA:Rocky Linux-212061)

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_64687.29.1.el9_8kernel-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-abi-stablelistsnoarch687.29.1.el9_8kernel-abi-stablelists-5.14.0-687.29.1.el9_8.noarch.rpm
kernel-corex86_64687.29.1.el9_8kernel-core-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-debugx86_64687.29.1.el9_8kernel-debug-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-debug-corex86_64687.29.1.el9_8kernel-debug-core-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-debuginfo-common-x86_64x86_64687.29.1.el9_8kernel-debuginfo-common-x86_64-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-debug-modulesx86_64687.29.1.el9_8kernel-debug-modules-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-debug-modules-corex86_64687.29.1.el9_8kernel-debug-modules-core-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-debug-modules-extrax86_64687.29.1.el9_8kernel-debug-modules-extra-5.14.0-687.29.1.el9_8.x86_64.rpm
kernel-debug-uki-virtx86_64687.29.1.el9_8kernel-debug-uki-virt-5.14.0-687.29.1.el9_8.x86_64.rpm

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

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

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

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

rocky
8 дней назад

Important: kernel security, bug fix, and enhancement update

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

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

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

In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - zero initialize memory allocated via sock_kmalloc Several crypto user API contexts and requests allocated with sock_kmalloc() were left uninitialized, relying on callers to set fields explicitly. This resulted in the use of uninitialized data in certain error paths or when new fields are added in the future. The ACVP patches also contain two user-space interface files: algif_kpp.c and algif_akcipher.c. These too rely on proper initialization of their context structures. A particular issue has been observed with the newly added 'inflight' variable introduced in af_alg_ctx by commit: 67b164a871af ("crypto: af_alg - Disallow multiple in-flight AIO requests") Because the context is not memset to zero after allocation, the inflight variable has contained garbage values. As a result, af_alg_alloc_areq() has incorrectly returned -EBUSY randomly when the garbage value was interpreted as true: https://github...

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

In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - zero initialize memory allocated via sock_kmalloc Several crypto user API contexts and requests allocated with sock_kmalloc() were left uninitialized, relying on callers to set fields explicitly. This resulted in the use of uninitialized data in certain error paths or when new fields are added in the future. The ACVP patches also contain two user-space interface files: algif_kpp.c and algif_akcipher.c. These too rely on proper initialization of their context structures. A particular issue has been observed with the newly added 'inflight' variable introduced in af_alg_ctx by commit: 67b164a871af ("crypto: af_alg - Disallow multiple in-flight AIO requests") Because the context is not memset to zero after allocation, the inflight variable has contained garbage values. As a result, af_alg_alloc_areq() has incorrectly returned -EBUSY randomly when the garbage value was interpreted as true: https://github...