Описание
Security update for the Linux Kernel
The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security bugfixes.
The following security bugs were fixed:
- CVE-2024-49995: tipc: guard against string buffer overrun (bsc#1232432).
- CVE-2024-50290: media: cx24116: prevent overflows on SNR calculus (bsc#1233479).
- CVE-2024-53063: media: dvbdev: prevent the risk of out of memory access (bsc#1233557).
Список пакетов
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE
Ссылки
- Link for SUSE-SU-2024:4397-1
- E-Mail link for SUSE-SU-2024:4397-1
- SUSE Security Ratings
- SUSE Bug 1232432
- SUSE Bug 1233479
- SUSE Bug 1233557
- SUSE CVE CVE-2024-49995 page
- SUSE CVE CVE-2024-50290 page
- SUSE CVE CVE-2024-53063 page
Описание
In the Linux kernel, the following vulnerability has been resolved: tipc: guard against string buffer overrun Smatch reports that copying media_name and if_name to name_parts may overwrite the destination. .../bearer.c:166 bearer_name_validate() error: strcpy() 'media_name' too large for 'name_parts->media_name' (32 vs 16) .../bearer.c:167 bearer_name_validate() error: strcpy() 'if_name' too large for 'name_parts->if_name' (1010102 vs 16) This does seem to be the case so guard against this possibility by using strscpy() and failing if truncation occurs. Introduced by commit b97bf3fd8f6a ("[TIPC] Initial merge") Compile tested only.
Затронутые продукты
Ссылки
- CVE-2024-49995
- SUSE Bug 1232432
- SUSE Bug 1232433
Описание
In the Linux kernel, the following vulnerability has been resolved: media: cx24116: prevent overflows on SNR calculus as reported by Coverity, if reading SNR registers fail, a negative number will be returned, causing an underflow when reading SNR registers. Prevent that.
Затронутые продукты
Ссылки
- CVE-2024-50290
- SUSE Bug 1225742
- SUSE Bug 1233479
- SUSE Bug 1233681
Описание
** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.
Затронутые продукты
Ссылки
- CVE-2024-53063
- SUSE Bug 1225742
- SUSE Bug 1233557
- SUSE Bug 1233619