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

exploitDog

oracle-oval логотип

ELSA-2025-8137

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

Описание

ELSA-2025-8137: kernel security update (IMPORTANT)

[6.12.0-55.19.1.0.1_0.OL10]

  • nvme-pci: remove two deallocate zeroes quirks [Orabug: 37756650]
  • Add new Oracle Linux Driver Signing (key 1) certificate [Orabug: 37985782]
  • Disable UKI signing [Orabug: 36571828]
  • 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.5]
  • Remove upstream reference during boot (Kevin Lyons) [Orabug: 34729535]
  • Add Oracle Linux IMA certificates
  • Update module name for cryptographic module [Orabug: 37400433]

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

Oracle Linux 10

Oracle Linux aarch64

kernel-headers

6.12.0-55.19.1.0.1.el10_0

perf

6.12.0-55.19.1.0.1.el10_0

python3-perf

6.12.0-55.19.1.0.1.el10_0

rtla

6.12.0-55.19.1.0.1.el10_0

rv

6.12.0-55.19.1.0.1.el10_0

kernel-tools

6.12.0-55.19.1.0.1.el10_0

kernel-tools-libs

6.12.0-55.19.1.0.1.el10_0

kernel-cross-headers

6.12.0-55.19.1.0.1.el10_0

kernel-tools-libs-devel

6.12.0-55.19.1.0.1.el10_0

libperf

6.12.0-55.19.1.0.1.el10_0

Oracle Linux x86_64

kernel

6.12.0-55.19.1.0.1.el10_0

kernel-core

6.12.0-55.19.1.0.1.el10_0

kernel-debug-modules

6.12.0-55.19.1.0.1.el10_0

kernel-modules

6.12.0-55.19.1.0.1.el10_0

kernel-modules-extra

6.12.0-55.19.1.0.1.el10_0

kernel-tools

6.12.0-55.19.1.0.1.el10_0

kernel-tools-libs

6.12.0-55.19.1.0.1.el10_0

kernel-uki-virt-addons

6.12.0-55.19.1.0.1.el10_0

kernel-debug-devel

6.12.0-55.19.1.0.1.el10_0

kernel-debug-devel-matched

6.12.0-55.19.1.0.1.el10_0

kernel-devel

6.12.0-55.19.1.0.1.el10_0

kernel-devel-matched

6.12.0-55.19.1.0.1.el10_0

kernel-doc

6.12.0-55.19.1.0.1.el10_0

kernel-headers

6.12.0-55.19.1.0.1.el10_0

perf

6.12.0-55.19.1.0.1.el10_0

python3-perf

6.12.0-55.19.1.0.1.el10_0

rtla

6.12.0-55.19.1.0.1.el10_0

rv

6.12.0-55.19.1.0.1.el10_0

kernel-abi-stablelists

6.12.0-55.19.1.0.1.el10_0

kernel-debug

6.12.0-55.19.1.0.1.el10_0

kernel-debug-core

6.12.0-55.19.1.0.1.el10_0

kernel-debug-modules-core

6.12.0-55.19.1.0.1.el10_0

kernel-debug-modules-extra

6.12.0-55.19.1.0.1.el10_0

kernel-debug-uki-virt

6.12.0-55.19.1.0.1.el10_0

kernel-modules-core

6.12.0-55.19.1.0.1.el10_0

kernel-uki-virt

6.12.0-55.19.1.0.1.el10_0

kernel-cross-headers

6.12.0-55.19.1.0.1.el10_0

kernel-tools-libs-devel

6.12.0-55.19.1.0.1.el10_0

libperf

6.12.0-55.19.1.0.1.el10_0

Связанные CVE

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

CVSS3: 7.8
ubuntu
5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind() and those implicitly bound through autobind during connect(). Prevents socket unbinding during a transport reassignment, which fixes a use-after-free: 1. vsock_create() (refcnt=1) calls vsock_insert_unbound() (refcnt=2) 2. transport->release() calls vsock_remove_bound() without checking if sk was bound and moved to bound list (refcnt=1) 3. vsock_bind() assumes sk is in unbound list and before __vsock_insert_bound(vsock_bound_sockets()) calls __vsock_remove_bound() which does: list_del_init(&vsk->bound_table); // nop sock_put(&vsk->sk); // refcnt=0 BUG: KASAN: slab-use-after-free in __vsock_bind+0x62e/0x730 Read of size 4 at addr ffff88816b46a74c by task a.out/2057 dump_stack_lvl+0x68/0x90 print_report+0x174/0x4f6 kasan_report+0xb9/0x190 __vsock_bind+0x62e/0x730 vsock_bind+0x9...

CVSS3: 7.8
redhat
5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind() and those implicitly bound through autobind during connect(). Prevents socket unbinding during a transport reassignment, which fixes a use-after-free: 1. vsock_create() (refcnt=1) calls vsock_insert_unbound() (refcnt=2) 2. transport->release() calls vsock_remove_bound() without checking if sk was bound and moved to bound list (refcnt=1) 3. vsock_bind() assumes sk is in unbound list and before __vsock_insert_bound(vsock_bound_sockets()) calls __vsock_remove_bound() which does: list_del_init(&vsk->bound_table); // nop sock_put(&vsk->sk); // refcnt=0 BUG: KASAN: slab-use-after-free in __vsock_bind+0x62e/0x730 Read of size 4 at addr ffff88816b46a74c by task a.out/2057 dump_stack_lvl+0x68/0x90 print_report+0x174/0x4f6 kasan_report+0xb9/0x190 __vsock_bind+0x62e/0x730 vsock_bind+0x9...

CVSS3: 7.8
nvd
5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind() and those implicitly bound through autobind during connect(). Prevents socket unbinding during a transport reassignment, which fixes a use-after-free: 1. vsock_create() (refcnt=1) calls vsock_insert_unbound() (refcnt=2) 2. transport->release() calls vsock_remove_bound() without checking if sk was bound and moved to bound list (refcnt=1) 3. vsock_bind() assumes sk is in unbound list and before __vsock_insert_bound(vsock_bound_sockets()) calls __vsock_remove_bound() which does: list_del_init(&vsk->bound_table); // nop sock_put(&vsk->sk); // refcnt=0 BUG: KASAN: slab-use-after-free in __vsock_bind+0x62e/0x730 Read of size 4 at addr ffff88816b46a74c by task a.out/2057 dump_stack_lvl+0x68/0x90 print_report+0x174/0x4f6 kas

CVSS3: 7.8
msrc
4 месяца назад

Описание отсутствует

CVSS3: 7.8
debian
5 месяцев назад

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