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

exploitDog

Количество 52

Количество 52

fstec логотип

BDU:2026-14070

3 месяца назад

Уязвимость функции ebt_snat_tg() модуля net/bridge/netfilter/ebt_snat.c реализации сетевых функций ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

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

GHSA-h4r8-4j67-99mx

3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: eventpoll: fix ep_remove struct eventpoll / struct file UAF ep_remove() (via ep_remove_file()) cleared file->f_ep under file->f_lock but then kept using @file inside the critical section (is_file_epoll(), hlist_del_rcu() through the head, spin_unlock). A concurrent __fput() taking the eventpoll_release() fastpath in that window observed the transient NULL, skipped eventpoll_release_file() and ran to f_op->release / file_free(). For the epoll-watches-epoll case, f_op->release is ep_eventpoll_release() -> ep_clear_and_put() -> ep_free(), which kfree()s the watched struct eventpoll. Its embedded ->refs hlist_head is exactly where epi->fllink.pprev points, so the subsequent hlist_del_rcu()'s "*pprev = next" scribbles into freed kmalloc-192 memory. In addition, struct file is SLAB_TYPESAFE_BY_RCU, so the slot backing @file could be recycled by alloc_empty_file() -- reinitializing f_lock and f_ep -- while ep_remove() ...

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

ELSA-2026-50319

3 месяца назад

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

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

SUSE-SU-2026:2800-1

2 месяца назад

Security update for the Linux Kernel

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

BDU:2026-09232

3 месяца назад

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

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

SUSE-SU-2026:2799-1

2 месяца назад

Security update for the Linux Kernel

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

SUSE-SU-2026:2632-1

3 месяца назад

Security update for the Linux Kernel

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

ELSA-2026-39083

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

ELSA-2026-39083: kernel update (IMPORTANT)

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

SUSE-SU-2026:3781-1

17 дней назад

Security update for the Linux Kernel (Live Patch 18 for SUSE Linux Enterprise 15 SP7)

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

SUSE-SU-2026:3780-1

17 дней назад

Security update for the Linux Kernel (Live Patch 17 for SUSE Linux Enterprise 15 SP7)

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

ELBA-2026-500163

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

ELBA-2026-500163: Unbreakable Enterprise kernel bug fix update (NA)

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

SUSE-SU-2026:3778-1

17 дней назад

Security update for the Linux Kernel (Live Patch 16 for SUSE Linux Enterprise 15 SP7)

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

SUSE-SU-2026:3777-1

17 дней назад

Security update for the Linux Kernel (Live Patch 28 for SUSE Linux Enterprise 15 SP6)

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

SUSE-SU-2026:3779-1

17 дней назад

Security update for the Linux Kernel (Live Patch 15 for SUSE Linux Enterprise 15 SP7)

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

SUSE-SU-2026:3776-1

17 дней назад

Security update for the Linux Kernel (Live Patch 27 for SUSE Linux Enterprise 15 SP6)

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

SUSE-SU-2026:3775-1

17 дней назад

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP6)

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

SUSE-SU-2026:3774-1

17 дней назад

Security update for the Linux Kernel (Live Patch 14 for SUSE Linux Enterprise 15 SP7)

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

ELSA-2026-50372

2 месяца назад

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

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

SUSE-SU-2026:3770-1

17 дней назад

Security update for the Linux Kernel (Live Patch 11 for SUSE Linux Enterprise 15 SP7)

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

SUSE-SU-2026:3746-1

17 дней назад

Security update for the Linux Kernel RT (Live Patch 12 for SUSE Linux Enterprise 15 SP7)

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
fstec логотип
BDU:2026-14070

Уязвимость функции ebt_snat_tg() модуля net/bridge/netfilter/ebt_snat.c реализации сетевых функций ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

CVSS3: 8.8
0%
Низкий
3 месяца назад
github логотип
GHSA-h4r8-4j67-99mx

In the Linux kernel, the following vulnerability has been resolved: eventpoll: fix ep_remove struct eventpoll / struct file UAF ep_remove() (via ep_remove_file()) cleared file->f_ep under file->f_lock but then kept using @file inside the critical section (is_file_epoll(), hlist_del_rcu() through the head, spin_unlock). A concurrent __fput() taking the eventpoll_release() fastpath in that window observed the transient NULL, skipped eventpoll_release_file() and ran to f_op->release / file_free(). For the epoll-watches-epoll case, f_op->release is ep_eventpoll_release() -> ep_clear_and_put() -> ep_free(), which kfree()s the watched struct eventpoll. Its embedded ->refs hlist_head is exactly where epi->fllink.pprev points, so the subsequent hlist_del_rcu()'s "*pprev = next" scribbles into freed kmalloc-192 memory. In addition, struct file is SLAB_TYPESAFE_BY_RCU, so the slot backing @file could be recycled by alloc_empty_file() -- reinitializing f_lock and f_ep -- while ep_remove() ...

CVSS3: 7.8
3%
Низкий
3 месяца назад
oracle-oval логотип
ELSA-2026-50319

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

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2800-1

Security update for the Linux Kernel

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

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

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

Security update for the Linux Kernel

2 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2632-1

Security update for the Linux Kernel

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

ELSA-2026-39083: kernel update (IMPORTANT)

около 2 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:3781-1

Security update for the Linux Kernel (Live Patch 18 for SUSE Linux Enterprise 15 SP7)

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

Security update for the Linux Kernel (Live Patch 17 for SUSE Linux Enterprise 15 SP7)

17 дней назад
oracle-oval логотип
ELBA-2026-500163

ELBA-2026-500163: Unbreakable Enterprise kernel bug fix update (NA)

около 1 месяца назад
suse-cvrf логотип
SUSE-SU-2026:3778-1

Security update for the Linux Kernel (Live Patch 16 for SUSE Linux Enterprise 15 SP7)

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

Security update for the Linux Kernel (Live Patch 28 for SUSE Linux Enterprise 15 SP6)

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

Security update for the Linux Kernel (Live Patch 15 for SUSE Linux Enterprise 15 SP7)

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

Security update for the Linux Kernel (Live Patch 27 for SUSE Linux Enterprise 15 SP6)

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

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP6)

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

Security update for the Linux Kernel (Live Patch 14 for SUSE Linux Enterprise 15 SP7)

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

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

2 месяца назад
suse-cvrf логотип
SUSE-SU-2026:3770-1

Security update for the Linux Kernel (Live Patch 11 for SUSE Linux Enterprise 15 SP7)

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

Security update for the Linux Kernel RT (Live Patch 12 for SUSE Linux Enterprise 15 SP7)

17 дней назад

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