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

exploitDog

oracle-oval логотип

ELSA-2026-47011

Опубликовано: 30 июл. 2026
Источник: oracle-oval
Платформа: Oracle Linux 8

Описание

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

[4.18.0-553.148.1]

  • Update Oracle Linux certificates (Kevin Lyons)
  • Disable signing for aarch64 (Ilya Okomin)
  • Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list (olkmod_signing_key.pem) [Orabug: 29539237]
  • Update x509.genkey [Orabug: 24817676]
  • Conflict with shim-ia32 and shim-x64 <= 15.3-1.0.3
  • Remove upstream reference during boot (Kevin Lyons) [Orabug: 34750652]
  • Add new Oracle Linux Driver Signing (key 1) certificate [Orabug: 37985772]

[4.18.0-553.148.1]

  • ipv6: fix possible UAF in icmpv6_rcv() (CKI Backport Bot) [RHEL-192211] {CVE-2026-53006}

Обновленные пакеты

Oracle Linux 8

Oracle Linux aarch64

kernel-tools-libs-devel

4.18.0-553.148.1.el8_10

bpftool

4.18.0-553.148.1.el8_10

kernel-cross-headers

4.18.0-553.148.1.el8_10

kernel-headers

4.18.0-553.148.1.el8_10

kernel-tools

4.18.0-553.148.1.el8_10

kernel-tools-libs

4.18.0-553.148.1.el8_10

perf

4.18.0-553.148.1.el8_10

python3-perf

4.18.0-553.148.1.el8_10

Oracle Linux x86_64

kernel-tools-libs-devel

4.18.0-553.148.1.el8_10

kernel

4.18.0-553.148.1.el8_10

kernel-core

4.18.0-553.148.1.el8_10

kernel-cross-headers

4.18.0-553.148.1.el8_10

kernel-debug

4.18.0-553.148.1.el8_10

kernel-debug-modules-extra

4.18.0-553.148.1.el8_10

kernel-devel

4.18.0-553.148.1.el8_10

kernel-headers

4.18.0-553.148.1.el8_10

kernel-modules-extra

4.18.0-553.148.1.el8_10

kernel-tools-libs

4.18.0-553.148.1.el8_10

bpftool

4.18.0-553.148.1.el8_10

kernel-abi-stablelists

4.18.0-553.148.1.el8_10

kernel-debug-core

4.18.0-553.148.1.el8_10

kernel-debug-devel

4.18.0-553.148.1.el8_10

kernel-debug-modules

4.18.0-553.148.1.el8_10

kernel-doc

4.18.0-553.148.1.el8_10

kernel-modules

4.18.0-553.148.1.el8_10

kernel-tools

4.18.0-553.148.1.el8_10

perf

4.18.0-553.148.1.el8_10

python3-perf

4.18.0-553.148.1.el8_10

Связанные 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 ...