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

exploitDog

Количество 91

Количество 91

suse-cvrf логотип

SUSE-SU-2026:2200-1

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

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

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

SUSE-SU-2026:2191-1

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

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

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

SUSE-SU-2026:2133-1

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

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

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

SUSE-SU-2026:1998-1

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

Security update for xen

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

SUSE-SU-2026:1978-1

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

Security update for the Linux Kernel

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

SUSE-SU-2026:1909-1

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

Security update for the Linux Kernel

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

SUSE-SU-2026:1908-1

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

Security update for the Linux Kernel

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

GHSA-6pf8-h7c8-42fv

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

In the Linux kernel, the following vulnerability has been resolved: cxl/port: Fix use after free of parent_port in cxl_detach_ep() cxl_detach_ep() is called during bottom-up removal when all CXL memory devices beneath a switch port have been removed. For each port in the hierarchy it locks both the port and its parent, removes the endpoint, and if the port is now empty, marks it dead and unregisters the port by calling delete_switch_port(). There are two places during this work where the parent_port may be used after freeing: First, a concurrent detach may have already processed a port by the time a second worker finds it via bus_find_device(). Without pinning parent_port, it may already be freed when we discover port->dead and attempt to unlock the parent_port. In a production kernel that's a silent memory corruption, with lock debug, it looks like this: []DEBUG_LOCKS_WARN_ON(__owner_task(owner) != get_current()) []WARNING: kernel/locking/mutex.c:949 at __mutex_unlock_slowpath+...

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

RLSA-2026:53330

29 дней назад

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-53330

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

ELSA-2026-53330: kernel security, bug fix, and enhancement update (IMPORTANT)

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

SUSE-SU-2026:2178-1

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

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

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

SUSE-SU-2026:2168-1

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

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

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

SUSE-SU-2026:2153-1

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

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

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

SUSE-SU-2026:2148-1

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

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

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

SUSE-SU-2026:2137-1

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

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

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

SUSE-SU-2026:2102-1

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

Security update for xen

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

SUSE-SU-2026:2066-1

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

Security update for xen

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

SUSE-SU-2026:1904-1

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

Security update for the Linux Kernel

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

SUSE-SU-2026:2613-1

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

Security update for xen

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

SUSE-SU-2026:2189-1

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

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

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
suse-cvrf логотип
SUSE-SU-2026:2200-1

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

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

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

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

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

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

Security update for xen

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

Security update for the Linux Kernel

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

Security update for the Linux Kernel

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

Security update for the Linux Kernel

4 месяца назад
github логотип
GHSA-6pf8-h7c8-42fv

In the Linux kernel, the following vulnerability has been resolved: cxl/port: Fix use after free of parent_port in cxl_detach_ep() cxl_detach_ep() is called during bottom-up removal when all CXL memory devices beneath a switch port have been removed. For each port in the hierarchy it locks both the port and its parent, removes the endpoint, and if the port is now empty, marks it dead and unregisters the port by calling delete_switch_port(). There are two places during this work where the parent_port may be used after freeing: First, a concurrent detach may have already processed a port by the time a second worker finds it via bus_find_device(). Without pinning parent_port, it may already be freed when we discover port->dead and attempt to unlock the parent_port. In a production kernel that's a silent memory corruption, with lock debug, it looks like this: []DEBUG_LOCKS_WARN_ON(__owner_task(owner) != get_current()) []WARNING: kernel/locking/mutex.c:949 at __mutex_unlock_slowpath+...

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

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-53330: kernel security, bug fix, and enhancement update (IMPORTANT)

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

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

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

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

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

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

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

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

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

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

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

Security update for xen

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

Security update for xen

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

Security update for the Linux Kernel

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

Security update for xen

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

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

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

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