Количество 62
Количество 62
CVE-2026-46333
In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make a
CVE-2026-46333
ptrace: slightly saner 'get_dumpable()' logic
CVE-2026-46333
In the Linux kernel, the following vulnerability has been resolved: p ...
RLSA-2026:19568
Important: kernel security update
GHSA-47jg-vqrv-5f8v
In the Linux kernel, the following vulnerability has been resolved: net: skbuff: preserve shared-frag marker during coalescing skb_try_coalesce() can attach paged frags from @from to @to. If @from has SKBFL_SHARED_FRAG set, the resulting @to skb can contain the same externally-owned or page-cache-backed frags, but the shared-frag marker is currently lost. That breaks the invariant relied on by later in-place writers. In particular, ESP input checks skb_has_shared_frag() before deciding whether an uncloned nonlinear skb can skip skb_cow_data(). If TCP receive coalescing has moved shared frags into an unmarked skb, ESP can see skb_has_shared_frag() as false and decrypt in place over page-cache backed frags. Propagate SKBFL_SHARED_FRAG when skb_try_coalesce() transfers paged frags. The tailroom copy path does not need the marker because it copies bytes into @to's linear data rather than transferring frag descriptors.
ELSA-2026-50288
ELSA-2026-50288: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)
ELSA-2026-50287
ELSA-2026-50287: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)
ELSA-2026-50286
ELSA-2026-50286: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)
BDU:2026-06785
Уязвимость функции skb_try_coalesce() ядра операционной системы Linux, позволяющая нарушителю повысить свои привилегии
GHSA-pm8f-4p6p-6x53
In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make...
ELSA-2026-50281
ELSA-2026-50281: Unbreakable Enterprise kernel security update (IMPORTANT)
ELSA-2026-50280
ELSA-2026-50280: Unbreakable Enterprise kernel security update (IMPORTANT)
ELSA-2026-50279
ELSA-2026-50279: Unbreakable Enterprise kernel security update (IMPORTANT)
BDU:2026-06912
Уязвимость функции get_dumpable() ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации
openSUSE-SU-2026:20758-1
Security update for the Linux Kernel
ROS-20260518-73-0001
Уязвимость kernel-lt
ROS-20260528-73-0001
Уязвимость kernel-lt
SUSE-SU-2026:2202-1
Security update for the Linux Kernel
SUSE-SU-2026:2215-1
Security update for the Linux Kernel
SUSE-SU-2026:2068-1
Security update for the Linux Kernel
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
CVE-2026-46333 In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make a | CVSS3: 7.1 | 2% Низкий | около 1 месяца назад | |
CVE-2026-46333 ptrace: slightly saner 'get_dumpable()' logic | CVSS3: 5.5 | 2% Низкий | около 1 месяца назад | |
CVE-2026-46333 In the Linux kernel, the following vulnerability has been resolved: p ... | CVSS3: 7.1 | 2% Низкий | около 1 месяца назад | |
RLSA-2026:19568 Important: kernel security update | 24 дня назад | |||
GHSA-47jg-vqrv-5f8v In the Linux kernel, the following vulnerability has been resolved: net: skbuff: preserve shared-frag marker during coalescing skb_try_coalesce() can attach paged frags from @from to @to. If @from has SKBFL_SHARED_FRAG set, the resulting @to skb can contain the same externally-owned or page-cache-backed frags, but the shared-frag marker is currently lost. That breaks the invariant relied on by later in-place writers. In particular, ESP input checks skb_has_shared_frag() before deciding whether an uncloned nonlinear skb can skip skb_cow_data(). If TCP receive coalescing has moved shared frags into an unmarked skb, ESP can see skb_has_shared_frag() as false and decrypt in place over page-cache backed frags. Propagate SKBFL_SHARED_FRAG when skb_try_coalesce() transfers paged frags. The tailroom copy path does not need the marker because it copies bytes into @to's linear data rather than transferring frag descriptors. | CVSS3: 7.8 | 2% Низкий | 26 дней назад | |
ELSA-2026-50288 ELSA-2026-50288: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT) | 28 дней назад | |||
ELSA-2026-50287 ELSA-2026-50287: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT) | 28 дней назад | |||
ELSA-2026-50286 ELSA-2026-50286: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT) | 28 дней назад | |||
BDU:2026-06785 Уязвимость функции skb_try_coalesce() ядра операционной системы Linux, позволяющая нарушителю повысить свои привилегии | CVSS3: 7.8 | 2% Низкий | около 1 месяца назад | |
GHSA-pm8f-4p6p-6x53 In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make... | CVSS3: 5.5 | 2% Низкий | около 1 месяца назад | |
ELSA-2026-50281 ELSA-2026-50281: Unbreakable Enterprise kernel security update (IMPORTANT) | около 1 месяца назад | |||
ELSA-2026-50280 ELSA-2026-50280: Unbreakable Enterprise kernel security update (IMPORTANT) | около 1 месяца назад | |||
ELSA-2026-50279 ELSA-2026-50279: Unbreakable Enterprise kernel security update (IMPORTANT) | около 1 месяца назад | |||
BDU:2026-06912 Уязвимость функции get_dumpable() ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации | CVSS3: 7.8 | 2% Низкий | около 1 месяца назад | |
openSUSE-SU-2026:20758-1 Security update for the Linux Kernel | около 1 месяца назад | |||
ROS-20260518-73-0001 Уязвимость kernel-lt | CVSS3: 7.8 | 2% Низкий | около 1 месяца назад | |
ROS-20260528-73-0001 Уязвимость kernel-lt | CVSS3: 7.8 | 2% Низкий | 25 дней назад | |
SUSE-SU-2026:2202-1 Security update for the Linux Kernel | 20 дней назад | |||
SUSE-SU-2026:2215-1 Security update for the Linux Kernel | 20 дней назад | |||
SUSE-SU-2026:2068-1 Security update for the Linux Kernel | 27 дней назад |
Уязвимостей на страницу