Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 62

Количество 62

nvd логотип

CVE-2026-46333

около 1 месяца назад

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
EPSS: Низкий
msrc логотип

CVE-2026-46333

около 1 месяца назад

ptrace: slightly saner 'get_dumpable()' logic

CVSS3: 5.5
EPSS: Низкий
debian логотип

CVE-2026-46333

около 1 месяца назад

In the Linux kernel, the following vulnerability has been resolved: p ...

CVSS3: 7.1
EPSS: Низкий
rocky логотип

RLSA-2026:19568

24 дня назад

Important: kernel security update

EPSS: Низкий
github логотип

GHSA-47jg-vqrv-5f8v

26 дней назад

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
EPSS: Низкий
oracle-oval логотип

ELSA-2026-50288

28 дней назад

ELSA-2026-50288: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-50287

28 дней назад

ELSA-2026-50287: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-50286

28 дней назад

ELSA-2026-50286: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)

EPSS: Низкий
fstec логотип

BDU:2026-06785

около 1 месяца назад

Уязвимость функции skb_try_coalesce() ядра операционной системы Linux, позволяющая нарушителю повысить свои привилегии

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-pm8f-4p6p-6x53

около 1 месяца назад

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
EPSS: Низкий
oracle-oval логотип

ELSA-2026-50281

около 1 месяца назад

ELSA-2026-50281: Unbreakable Enterprise kernel security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-50280

около 1 месяца назад

ELSA-2026-50280: Unbreakable Enterprise kernel security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-50279

около 1 месяца назад

ELSA-2026-50279: Unbreakable Enterprise kernel security update (IMPORTANT)

EPSS: Низкий
fstec логотип

BDU:2026-06912

около 1 месяца назад

Уязвимость функции get_dumpable() ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

CVSS3: 7.8
EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20758-1

около 1 месяца назад

Security update for the Linux Kernel

EPSS: Низкий
redos логотип

ROS-20260518-73-0001

около 1 месяца назад

Уязвимость kernel-lt

CVSS3: 7.8
EPSS: Низкий
redos логотип

ROS-20260528-73-0001

25 дней назад

Уязвимость kernel-lt

CVSS3: 7.8
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2202-1

20 дней назад

Security update for the Linux Kernel

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2215-1

20 дней назад

Security update for the Linux Kernel

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2068-1

27 дней назад

Security update for the Linux Kernel

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
nvd логотип
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 месяца назад
msrc логотип
CVE-2026-46333

ptrace: slightly saner 'get_dumpable()' logic

CVSS3: 5.5
2%
Низкий
около 1 месяца назад
debian логотип
CVE-2026-46333

In the Linux kernel, the following vulnerability has been resolved: p ...

CVSS3: 7.1
2%
Низкий
около 1 месяца назад
rocky логотип
RLSA-2026:19568

Important: kernel security update

24 дня назад
github логотип
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 дней назад
oracle-oval логотип
ELSA-2026-50288

ELSA-2026-50288: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)

28 дней назад
oracle-oval логотип
ELSA-2026-50287

ELSA-2026-50287: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)

28 дней назад
oracle-oval логотип
ELSA-2026-50286

ELSA-2026-50286: Unbreakable Enterprise kernel security update: Fragnesia (IMPORTANT)

28 дней назад
fstec логотип
BDU:2026-06785

Уязвимость функции skb_try_coalesce() ядра операционной системы Linux, позволяющая нарушителю повысить свои привилегии

CVSS3: 7.8
2%
Низкий
около 1 месяца назад
github логотип
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 месяца назад
oracle-oval логотип
ELSA-2026-50281

ELSA-2026-50281: Unbreakable Enterprise kernel security update (IMPORTANT)

около 1 месяца назад
oracle-oval логотип
ELSA-2026-50280

ELSA-2026-50280: Unbreakable Enterprise kernel security update (IMPORTANT)

около 1 месяца назад
oracle-oval логотип
ELSA-2026-50279

ELSA-2026-50279: Unbreakable Enterprise kernel security update (IMPORTANT)

около 1 месяца назад
fstec логотип
BDU:2026-06912

Уязвимость функции get_dumpable() ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

CVSS3: 7.8
2%
Низкий
около 1 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:20758-1

Security update for the Linux Kernel

около 1 месяца назад
redos логотип
ROS-20260518-73-0001

Уязвимость kernel-lt

CVSS3: 7.8
2%
Низкий
около 1 месяца назад
redos логотип
ROS-20260528-73-0001

Уязвимость kernel-lt

CVSS3: 7.8
2%
Низкий
25 дней назад
suse-cvrf логотип
SUSE-SU-2026:2202-1

Security update for the Linux Kernel

20 дней назад
suse-cvrf логотип
SUSE-SU-2026:2215-1

Security update for the Linux Kernel

20 дней назад
suse-cvrf логотип
SUSE-SU-2026:2068-1

Security update for the Linux Kernel

27 дней назад

Уязвимостей на страницу