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

exploitDog

rocky логотип

RLSA-2026:47011

Опубликовано: 29 июл. 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: ipv6: fix possible UAF in icmpv6_rcv() (CVE-2026-53006)

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.148.1.el8_10bpftool-4.18.0-553.148.1.el8_10.aarch64.rpm
kernelaarch64553.148.1.el8_10kernel-4.18.0-553.148.1.el8_10.aarch64.rpm
kernel-abi-stablelistsnoarch553.148.1.el8_10kernel-abi-stablelists-4.18.0-553.148.1.el8_10.noarch.rpm
kernel-coreaarch64553.148.1.el8_10kernel-core-4.18.0-553.148.1.el8_10.aarch64.rpm
kernel-debugaarch64553.148.1.el8_10kernel-debug-4.18.0-553.148.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.148.1.el8_10kernel-debug-core-4.18.0-553.148.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.148.1.el8_10kernel-debug-devel-4.18.0-553.148.1.el8_10.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64553.148.1.el8_10kernel-debuginfo-common-aarch64-4.18.0-553.148.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.148.1.el8_10kernel-debug-modules-4.18.0-553.148.1.el8_10.aarch64.rpm
kernel-debug-modules-extraaarch64553.148.1.el8_10kernel-debug-modules-extra-4.18.0-553.148.1.el8_10.aarch64.rpm

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

Связанные CVE

Исправления

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

CVSS3: 9.8
ubuntu
около 1 месяца назад

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6_rcv() Caching saddr and daddr before pskb_pull() is problematic since skb->head can change. Remove these temporary variables: - We only access &ipv6_hdr(skb)->saddr and &ipv6_hdr(skb)->daddr when net_dbg_ratelimited() is called in the slow path. - Avoid potential future misuse after pskb_pull() call.

CVSS3: 7
redhat
около 1 месяца назад

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6_rcv() Caching saddr and daddr before pskb_pull() is problematic since skb->head can change. Remove these temporary variables: - We only access &ipv6_hdr(skb)->saddr and &ipv6_hdr(skb)->daddr when net_dbg_ratelimited() is called in the slow path. - Avoid potential future misuse after pskb_pull() call.

CVSS3: 9.8
nvd
около 1 месяца назад

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6_rcv() Caching saddr and daddr before pskb_pull() is problematic since skb->head can change. Remove these temporary variables: - We only access &ipv6_hdr(skb)->saddr and &ipv6_hdr(skb)->daddr when net_dbg_ratelimited() is called in the slow path. - Avoid potential future misuse after pskb_pull() call.

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

ipv6: fix possible UAF in icmpv6_rcv()

CVSS3: 9.8
debian
около 1 месяца назад

In the Linux kernel, the following vulnerability has been resolved: i ...