Описание
Security update for the Linux Kernel RT (Live Patch 3 for SLE 15 SP7)
This update for the Linux Kernel 6.4.0-150700_7_13 fixes several issues.
The following security issues were fixed:
- CVE-2025-38664: ice: Fix a null pointer dereference in ice_copy_and_init_pkg() (bsc#1248631).
- CVE-2025-38618: vsock: Do not allow binding to VMADDR_PORT_ANY (bsc#1249207).
Список пакетов
SUSE Linux Enterprise Live Patching 15 SP6
SUSE Linux Enterprise Live Patching 15 SP7
Ссылки
- Link for SUSE-SU-2025:3888-1
- E-Mail link for SUSE-SU-2025:3888-1
- SUSE Security Ratings
- SUSE Bug 1248631
- SUSE Bug 1249207
- SUSE CVE CVE-2025-38618 page
- SUSE CVE CVE-2025-38664 page
Описание
In the Linux kernel, the following vulnerability has been resolved: vsock: Do not allow binding to VMADDR_PORT_ANY It is possible for a vsock to autobind to VMADDR_PORT_ANY. This can cause a use-after-free when a connection is made to the bound socket. The socket returned by accept() also has port VMADDR_PORT_ANY but is not on the list of unbound sockets. Binding it will result in an extra refcount decrement similar to the one fixed in fcdd2242c023 (vsock: Keep the binding until socket destruction). Modify the check in __vsock_bind_connectible() to also prevent binding to VMADDR_PORT_ANY.
Затронутые продукты
Ссылки
- CVE-2025-38618
- SUSE Bug 1248511
- SUSE Bug 1249207
Описание
In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Add check for the return value of devm_kmemdup() to prevent potential null pointer dereference.
Затронутые продукты
Ссылки
- CVE-2025-38664
- SUSE Bug 1248628
- SUSE Bug 1248631