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

exploitDog

Количество 48

Количество 48

ubuntu логотип

CVE-2026-23004

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD include/linux/...

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

CVE-2026-23004

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD include/linux/...

CVSS3: 4.7
EPSS: Низкий
nvd логотип

CVE-2026-23004

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD inclu

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

CVE-2026-23004

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

dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()

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

CVE-2026-23004

5 месяцев назад

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

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

GHSA-w7vv-gw43-hxq2

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD in...

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

BDU:2026-01057

5 месяцев назад

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

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

SUSE-SU-2026:1791-1

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

Security update for the Linux Kernel (Live Patch 73 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1786-1

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

Security update for the Linux Kernel (Live Patch 77 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1781-1

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

Security update for the Linux Kernel (Live Patch 74 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1773-1

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

Security update for the Linux Kernel (Live Patch 76 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1767-1

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

Security update for the Linux Kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1726-1

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

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

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

SUSE-SU-2026:1689-1

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

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

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

ELSA-2026-50184

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

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

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

SUSE-SU-2026:1801-1

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

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

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

SUSE-SU-2026:1790-1

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

Security update for the Linux Kernel (Live Patch 70 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1780-1

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

Security update for the Linux Kernel (Live Patch 67 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1765-1

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

Security update for the Linux Kernel (Live Patch 68 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1735-1

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

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

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2026-23004

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD include/linux/...

CVSS3: 7.8
0%
Низкий
5 месяцев назад
redhat логотип
CVE-2026-23004

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD include/linux/...

CVSS3: 4.7
0%
Низкий
5 месяцев назад
nvd логотип
CVE-2026-23004

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD inclu

CVSS3: 7.8
0%
Низкий
5 месяцев назад
msrc логотип
CVE-2026-23004

dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()

0%
Низкий
3 месяца назад
debian логотип
CVE-2026-23004

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

CVSS3: 7.8
0%
Низкий
5 месяцев назад
github логотип
GHSA-w7vv-gw43-hxq2

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens in list_del_init()/INIT_LIST_HEAD() while writing list->prev, while the prior write on list->next went well. static inline void INIT_LIST_HEAD(struct list_head *list) { WRITE_ONCE(list->next, list); // This went well WRITE_ONCE(list->prev, list); // Crash, @list has been freed. } Issue here is that rt6_uncached_list_del() did not attempt to lock ul->lock, as list_empty(&rt->dst.rt_uncached) returned true because the WRITE_ONCE(list->next, list) happened on the other CPU. We might use list_del_init_careful() and list_empty_careful(), or make sure rt6_uncached_list_del() always grabs the spinlock whenever rt->dst.rt_uncached_list has been set. A similar fix is neeed for IPv4. [1] BUG: KASAN: slab-use-after-free in INIT_LIST_HEAD in...

CVSS3: 4.7
0%
Низкий
5 месяцев назад
fstec логотип
BDU:2026-01057

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

CVSS3: 4.7
0%
Низкий
5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1791-1

Security update for the Linux Kernel (Live Patch 73 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 77 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 74 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 76 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5)

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

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

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

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

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

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

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

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

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

Security update for the Linux Kernel (Live Patch 70 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 67 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 68 for SUSE Linux Enterprise 12 SP5)

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

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

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

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