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

exploitDog

Количество 95

Количество 95

github логотип

GHSA-p7wh-phc3-g7xr

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

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

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

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

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

ELSA-2026-3685

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

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

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

RLSA-2026:0786

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

Important: kernel security update

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

GHSA-v24j-9ghx-7rf2

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

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

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

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

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

SUSE-SU-2026:1045-1

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

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

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

RLSA-2026:0445

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

Moderate: kernel security update

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

ELSA-2026-0445

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

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

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

SUSE-SU-2026:1102-1

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

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

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

SUSE-SU-2026:0945-1

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

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

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

ELSA-2026-0755

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

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

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

RLSA-2026:0793

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

Important: kernel security update

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

ELSA-2026-0793

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

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

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

RLSA-2026:0453

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

Important: kernel security update

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

ELSA-2026-0453

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

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

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

SUSE-SU-2026:1136-1

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

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

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

SUSE-SU-2026:1100-1

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

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

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

SUSE-SU-2026:0967-1

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

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

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

SUSE-SU-2026:0944-1

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

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

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%
Низкий
7 месяцев назад
fstec логотип
BDU:2026-02894

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

CVSS3: 7.5
0%
Низкий
8 месяцев назад
oracle-oval логотип
ELSA-2026-3685

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

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

Important: kernel security update

0%
Низкий
5 месяцев назад
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%
Низкий
6 месяцев назад
oracle-oval логотип
ELSA-2026-0786

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

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

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

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

Moderate: kernel security update

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

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

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

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

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

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

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

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

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

Important: kernel security update

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

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

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

Important: kernel security update

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

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

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

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

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

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

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

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

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

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

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

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