Описание
Security update for the Linux Kernel (Live Patch 1 for SLE 15 SP6)
This update for the Linux Kernel 6.4.0-150600_23_5 fixes several issues.
The following security issues were fixed:
- CVE-2024-40909: Fix a potential use-after-free in bpf_link_free() (bsc#1228349).
- CVE-2023-52846: Prevent use after free in prp_create_tagged_frame() (bsc#1225099).
Список пакетов
SUSE Linux Enterprise Live Patching 15 SP6
Ссылки
- Link for SUSE-SU-2024:3468-1
- E-Mail link for SUSE-SU-2024:3468-1
- SUSE Security Ratings
- SUSE Bug 1225099
- SUSE Bug 1228349
- SUSE CVE CVE-2023-52846 page
- SUSE CVE CVE-2024-40909 page
Описание
In the Linux kernel, the following vulnerability has been resolved: hsr: Prevent use after free in prp_create_tagged_frame() The prp_fill_rct() function can fail. In that situation, it frees the skb and returns NULL. Meanwhile on the success path, it returns the original skb. So it's straight forward to fix bug by using the returned value.
Затронутые продукты
Ссылки
- CVE-2023-52846
- SUSE Bug 1225098
- SUSE Bug 1225099
Описание
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a potential use-after-free in bpf_link_free() After commit 1a80dbcb2dba, bpf_link can be freed by link->ops->dealloc_deferred, but the code still tests and uses link->ops->dealloc afterward, which leads to a use-after-free as reported by syzbot. Actually, one of them should be sufficient, so just call one of them instead of both. Also add a WARN_ON() in case of any problematic implementation.
Затронутые продукты
Ссылки
- CVE-2024-40909
- SUSE Bug 1227798
- SUSE Bug 1228349