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

exploitDog

Количество 53

Количество 53

github логотип

GHSA-3x6f-vm7x-cgm7

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

In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In __ip6_append_data(), when the paged-allocation branch is taken (MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen - transhdrlen; datalen already includes fraggap (datalen = length + fraggap). When fraggap is non-zero, this is not the first skb and transhdrlen is zero. The fraggap bytes carried over from the previous skb are copied just past the fragment headers in the new skb's linear area. The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount, and the copy writes past skb->end into the trailing skb_shared_info. An unprivileged user can trigger this via a UDPv6 socket using MSG_MORE together with MSG_SPLICE_PAGES. The bad accounting was introduced by commit 773ba4fe9104 ("ipv6: avoid partial copy for zc"). Before co...

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

BDU:2026-09713

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

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

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

ROS-20260828-80-0001

14 дней назад

Уязвимость kernel-lt

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

SUSE-SU-2026:3008-1

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

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

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

openSUSE-SU-2026:21388-1

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

Security update for the Linux Kernel

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

SUSE-SU-2026:3083-1

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

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

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

SUSE-SU-2026:3002-1

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

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

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

SUSE-SU-2026:2863-1

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

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

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

RLSA-2026:36018

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

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-36018

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

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

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

SUSE-SU-2026:3369-1

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

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

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

SUSE-SU-2026:3075-1

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

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

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

SUSE-SU-2026:2862-1

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

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

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

SUSE-SU-2026:2997-1

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

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

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

SUSE-SU-2026:2956-1

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

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

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

SUSE-SU-2026:2943-1

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

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

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

SUSE-SU-2026:2887-1

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

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

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

SUSE-SU-2026:2855-1

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

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

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

SUSE-SU-2026:2957-1

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

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

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

SUSE-SU-2026:2945-1

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

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

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-3x6f-vm7x-cgm7

In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In __ip6_append_data(), when the paged-allocation branch is taken (MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen - transhdrlen; datalen already includes fraggap (datalen = length + fraggap). When fraggap is non-zero, this is not the first skb and transhdrlen is zero. The fraggap bytes carried over from the previous skb are copied just past the fragment headers in the new skb's linear area. The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount, and the copy writes past skb->end into the trailing skb_shared_info. An unprivileged user can trigger this via a UDPv6 socket using MSG_MORE together with MSG_SPLICE_PAGES. The bad accounting was introduced by commit 773ba4fe9104 ("ipv6: avoid partial copy for zc"). Before co...

CVSS3: 7.8
1%
Низкий
2 месяца назад
fstec логотип
BDU:2026-09713

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

CVSS3: 7.8
1%
Низкий
3 месяца назад
redos логотип
ROS-20260828-80-0001

Уязвимость kernel-lt

CVSS3: 7
0%
Низкий
14 дней назад
suse-cvrf логотип
SUSE-SU-2026:3008-1

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

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

Security update for the Linux Kernel

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

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

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

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

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

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

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

Important: kernel security, bug fix, and enhancement update

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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