Логотип exploitDog
bind:"CVE-2025-39993" OR bind:"CVE-2025-40240" OR bind:"CVE-2025-68285"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2025-39993" OR bind:"CVE-2025-40240" OR bind:"CVE-2025-68285"

Количество 54

Количество 54

github логотип

GHSA-p7wh-phc3-g7xr

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

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid NULL dereference when chunk data buffer is missing chunk->skb pointer is dereferenced in the if-block where it's supposed to be NULL only. chunk->skb can only be NULL if chunk->head_skb is not. Check for frag_list instead and do it just before replacing chunk->skb. We're sure that otherwise chunk->skb is non-NULL because of outer if() condition.

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

BDU:2026-02894

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

Уязвимость компонента net/sctp ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

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

RLSA-2026:0786

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

Important: kernel security update

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

GHSA-v24j-9ghx-7rf2

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

In the Linux kernel, the following vulnerability has been resolved: libceph: fix potential use-after-free in have_mon_and_osd_map() The wait loop in __ceph_open_session() can race with the client receiving a new monmap or osdmap shortly after the initial map is received. Both ceph_monc_handle_map() and handle_one_map() install a new map immediately after freeing the old one kfree(monc->monmap); monc->monmap = monmap; ceph_osdmap_destroy(osdc->osdmap); osdc->osdmap = newmap; under client->monc.mutex and client->osdc.lock respectively, but because neither is taken in have_mon_and_osd_map() it's possible for client->monc.monmap->epoch and client->osdc.osdmap->epoch arms in client->monc.monmap && client->monc.monmap->epoch && client->osdc.osdmap && client->osdc.osdmap->epoch; condition to dereference an already freed map. This happens to be reproducible with generic/395 and generic/397 with KASAN enabled: BUG: KASAN: slab-use-after-free in have_...

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

ELSA-2026-0786

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

ELSA-2026-0786: kernel security update (IMPORTANT)

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

RLSA-2026:0445

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

Moderate: kernel security update

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

ELSA-2026-0445

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

ELSA-2026-0445: kernel security update (MODERATE)

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

ELSA-2026-0755

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

ELSA-2026-0755: kernel security update (MODERATE)

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

RLSA-2026:0793

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

Important: kernel security update

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

ELSA-2026-0793

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

ELSA-2026-0793: kernel security update (IMPORTANT)

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

RLSA-2026:0453

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

Important: kernel security update

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

ELSA-2026-0453

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

ELSA-2026-0453: kernel security update (IMPORTANT)

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

openSUSE-SU-2026:20145-1

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

Security update for the Linux Kernel

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

ELSA-2025-28048

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

ELSA-2025-28048: Unbreakable Enterprise kernel security update (IMPORTANT)

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

openSUSE-SU-2025:20091-1

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

Security update for the Linux Kernel

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

SUSE-SU-2026:0471-1

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

Security update for the Linux Kernel

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

SUSE-SU-2025:4128-1

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

Security update for the Linux Kernel

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

SUSE-SU-2025:4301-1

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

Security update for the Linux Kernel

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

SUSE-SU-2025:4140-1

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

Security update for the Linux Kernel

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

SUSE-SU-2026:0474-1

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

Security update for the Linux Kernel

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-p7wh-phc3-g7xr

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid NULL dereference when chunk data buffer is missing chunk->skb pointer is dereferenced in the if-block where it's supposed to be NULL only. chunk->skb can only be NULL if chunk->head_skb is not. Check for frag_list instead and do it just before replacing chunk->skb. We're sure that otherwise chunk->skb is non-NULL because of outer if() condition.

0%
Низкий
4 месяца назад
fstec логотип
BDU:2026-02894

Уязвимость компонента net/sctp ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 7.5
0%
Низкий
5 месяцев назад
rocky логотип
RLSA-2026:0786

Important: kernel security update

0%
Низкий
2 месяца назад
github логотип
GHSA-v24j-9ghx-7rf2

In the Linux kernel, the following vulnerability has been resolved: libceph: fix potential use-after-free in have_mon_and_osd_map() The wait loop in __ceph_open_session() can race with the client receiving a new monmap or osdmap shortly after the initial map is received. Both ceph_monc_handle_map() and handle_one_map() install a new map immediately after freeing the old one kfree(monc->monmap); monc->monmap = monmap; ceph_osdmap_destroy(osdc->osdmap); osdc->osdmap = newmap; under client->monc.mutex and client->osdc.lock respectively, but because neither is taken in have_mon_and_osd_map() it's possible for client->monc.monmap->epoch and client->osdc.osdmap->epoch arms in client->monc.monmap && client->monc.monmap->epoch && client->osdc.osdmap && client->osdc.osdmap->epoch; condition to dereference an already freed map. This happens to be reproducible with generic/395 and generic/397 with KASAN enabled: BUG: KASAN: slab-use-after-free in have_...

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

ELSA-2026-0786: kernel security update (IMPORTANT)

2 месяца назад
rocky логотип
RLSA-2026:0445

Moderate: kernel security update

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

ELSA-2026-0445: kernel security update (MODERATE)

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

ELSA-2026-0755: kernel security update (MODERATE)

около 1 месяца назад
rocky логотип
RLSA-2026:0793

Important: kernel security update

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

ELSA-2026-0793: kernel security update (IMPORTANT)

2 месяца назад
rocky логотип
RLSA-2026:0453

Important: kernel security update

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

ELSA-2026-0453: kernel security update (IMPORTANT)

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

Security update for the Linux Kernel

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

ELSA-2025-28048: Unbreakable Enterprise kernel security update (IMPORTANT)

3 месяца назад
suse-cvrf логотип
openSUSE-SU-2025:20091-1

Security update for the Linux Kernel

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

Security update for the Linux Kernel

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

Security update for the Linux Kernel

4 месяца назад
suse-cvrf логотип
SUSE-SU-2025:4301-1

Security update for the Linux Kernel

4 месяца назад
suse-cvrf логотип
SUSE-SU-2025:4140-1

Security update for the Linux Kernel

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

Security update for the Linux Kernel

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

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