Описание
ELSA-2025-9896: kernel security update (MODERATE)
[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
Связанные уязвимости
In the Linux kernel, the following vulnerability has been resolved: ice: Fix deinitializing VF in error path If ice_ena_vfs() fails after calling ice_create_vf_entries(), it frees all VFs without removing them from snapshot PF-VF mailbox list, leading to list corruption. Reproducer: devlink dev eswitch set $PF1_PCI mode switchdev ip l s $PF1 up ip l s $PF1 promisc on sleep 1 echo 1 > /sys/class/net/$PF1/device/sriov_numvfs sleep 1 echo 1 > /sys/class/net/$PF1/device/sriov_numvfs Trace (minimized): list_add corruption. next->prev should be prev (ffff8882e241c6f0), but was 0000000000000000. (next=ffff888455da1330). kernel BUG at lib/list_debug.c:29! RIP: 0010:__list_add_valid_or_report+0xa6/0x100 ice_mbx_init_vf_info+0xa7/0x180 [ice] ice_initialize_vf_entry+0x1fa/0x250 [ice] ice_sriov_configure+0x8d7/0x1520 [ice] ? __percpu_ref_switch_mode+0x1b1/0x5d0 ? __pfx_ice_sriov_configure+0x10/0x10 [ice] Sometimes a KASAN report can be seen instead with a similar stack trace: BUG: KASAN: u...
In the Linux kernel, the following vulnerability has been resolved: ice: Fix deinitializing VF in error path If ice_ena_vfs() fails after calling ice_create_vf_entries(), it frees all VFs without removing them from snapshot PF-VF mailbox list, leading to list corruption. Reproducer: devlink dev eswitch set $PF1_PCI mode switchdev ip l s $PF1 up ip l s $PF1 promisc on sleep 1 echo 1 > /sys/class/net/$PF1/device/sriov_numvfs sleep 1 echo 1 > /sys/class/net/$PF1/device/sriov_numvfs Trace (minimized): list_add corruption. next->prev should be prev (ffff8882e241c6f0), but was 0000000000000000. (next=ffff888455da1330). kernel BUG at lib/list_debug.c:29! RIP: 0010:__list_add_valid_or_report+0xa6/0x100 ice_mbx_init_vf_info+0xa7/0x180 [ice] ice_initialize_vf_entry+0x1fa/0x250 [ice] ice_sriov_configure+0x8d7/0x1520 [ice] ? __percpu_ref_switch_mode+0x1b1/0x5d0 ? __pfx_ice_sriov_configure+0x10/0x10 [ice] Sometimes a KASAN report can be seen instead with a similar stack trace: BUG: KASAN: use-af...
In the Linux kernel, the following vulnerability has been resolved: ice: Fix deinitializing VF in error path If ice_ena_vfs() fails after calling ice_create_vf_entries(), it frees all VFs without removing them from snapshot PF-VF mailbox list, leading to list corruption. Reproducer: devlink dev eswitch set $PF1_PCI mode switchdev ip l s $PF1 up ip l s $PF1 promisc on sleep 1 echo 1 > /sys/class/net/$PF1/device/sriov_numvfs sleep 1 echo 1 > /sys/class/net/$PF1/device/sriov_numvfs Trace (minimized): list_add corruption. next->prev should be prev (ffff8882e241c6f0), but was 0000000000000000. (next=ffff888455da1330). kernel BUG at lib/list_debug.c:29! RIP: 0010:__list_add_valid_or_report+0xa6/0x100 ice_mbx_init_vf_info+0xa7/0x180 [ice] ice_initialize_vf_entry+0x1fa/0x250 [ice] ice_sriov_configure+0x8d7/0x1520 [ice] ? __percpu_ref_switch_mode+0x1b1/0x5d0 ? __pfx_ice_sriov_configure+0x10/0x10 [ice] Sometimes a KASAN report can be seen instead with a si
In the Linux kernel, the following vulnerability has been resolved: i ...