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

exploitDog

Количество 13

Количество 13

fstec логотип

BDU:2026-13991

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

Уязвимость функций qdisc_pkt_len_segs_init(), __dev_queue_xmit() модуля net/core/dev.c ядра операционной системы Linux, позволяющая нарушителю получить доступ к защищаемой информации или вызвать отказ в обслуживании

CVSS3: 8.4
EPSS: Низкий
ubuntu логотип

CVE-2026-53091

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

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

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

CVE-2026-53091

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

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

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

CVE-2026-53091

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

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

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

CVE-2026-53091

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

net: pull headers in qdisc_pkt_len_segs_init()

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

CVE-2026-53091

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

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

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

GHSA-mjfm-6cr9-5cqx

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

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

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

RLSA-2026:66325

7 дней назад

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-66325-0

8 дней назад

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

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

RLSA-2026:65334

8 дней назад

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-65334-0

8 дней назад

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

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

ELSA-2026-67150-0

4 дня назад

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

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

SUSE-SU-2026:4120-1

8 дней назад

Security update for the Linux Kernel

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
fstec логотип
BDU:2026-13991

Уязвимость функций qdisc_pkt_len_segs_init(), __dev_queue_xmit() модуля net/core/dev.c ядра операционной системы Linux, позволяющая нарушителю получить доступ к защищаемой информации или вызвать отказ в обслуживании

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

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

CVSS3: 8.4
0%
Низкий
3 месяца назад
redhat логотип
CVE-2026-53091

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

CVSS3: 7
0%
Низкий
3 месяца назад
nvd логотип
CVE-2026-53091

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

CVSS3: 8.4
0%
Низкий
3 месяца назад
msrc логотип
CVE-2026-53091

net: pull headers in qdisc_pkt_len_segs_init()

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

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

CVSS3: 8.4
0%
Низкий
3 месяца назад
github логотип
GHSA-mjfm-6cr9-5cqx

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.

CVSS3: 8.4
0%
Низкий
3 месяца назад
rocky логотип
RLSA-2026:66325

Important: kernel security, bug fix, and enhancement update

7 дней назад
oracle-oval логотип
ELSA-2026-66325-0

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

8 дней назад
rocky логотип
RLSA-2026:65334

Important: kernel security, bug fix, and enhancement update

8 дней назад
oracle-oval логотип
ELSA-2026-65334-0

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

8 дней назад
oracle-oval логотип
ELSA-2026-67150-0

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

4 дня назад
suse-cvrf логотип
SUSE-SU-2026:4120-1

Security update for the Linux Kernel

8 дней назад

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