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

exploitDog

Количество 47

Количество 47

github логотип

GHSA-cr2w-747q-47qc

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

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

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

CVE-2026-46331

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

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

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

CVE-2026-46331

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

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

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

CVE-2026-46331

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

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

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

CVE-2026-46331

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

net/sched: fix pedit partial COW leading to page cache corruption

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

CVE-2026-46331

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

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

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

BDU:2026-08426

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

Уязвимость функции tcf_pedit_act() модуля act_pedit ядра операционных систем Linux, позволяющая нарушителю вызвать отказ в обслуживании или повысить свои привилегии

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

ROS-20260907-80-0236

4 дня назад

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

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

ROS-20260907-73-0100

4 дня назад

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

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

ELSA-2026-500121

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

ELSA-2026-500121: Unbreakable Enterprise kernel security update (IMPORTANT)

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

ELSA-2026-50373

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

ELSA-2026-50373: Unbreakable Enterprise kernel security update (IMPORTANT)

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

SUSE-SU-2026:3808-1

15 дней назад

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

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

RLSA-2026:27353

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

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-50374

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

ELSA-2026-50374: Unbreakable Enterprise kernel security update (IMPORTANT)

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

ELSA-2026-27353

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

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

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

SUSE-SU-2026:2839-1

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

Security update for the Linux Kernel

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

SUSE-SU-2026:3749-1

17 дней назад

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

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

SUSE-SU-2026:3826-1

15 дней назад

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

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

SUSE-SU-2026:3757-1

17 дней назад

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

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

SUSE-SU-2026:3743-1

17 дней назад

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

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-cr2w-747q-47qc

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

CVSS3: 7.8
1%
Низкий
3 месяца назад
ubuntu логотип
CVE-2026-46331

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

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

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

CVSS3: 6.7
1%
Низкий
4 месяца назад
nvd логотип
CVE-2026-46331

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account for the runtime header offset added by typed keys. This can leave part of the write region un-COW'd. Fix by moving skb_ensure_writable() inside the per-key loop where the actual write offset is known, and add overflow checking on the offset arithmetic. For negative offsets (e.g. Ethernet header edits at ingress), use skb_cow() to COW the headroom instead. Guard offset_valid() against INT_MIN, where negation is undefined.

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

net/sched: fix pedit partial COW leading to page cache corruption

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

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

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

Уязвимость функции tcf_pedit_act() модуля act_pedit ядра операционных систем Linux, позволяющая нарушителю вызвать отказ в обслуживании или повысить свои привилегии

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

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

CVSS3: 7.1
1%
Низкий
4 дня назад
redos логотип
ROS-20260907-73-0100

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

CVSS3: 7.1
1%
Низкий
4 дня назад
oracle-oval логотип
ELSA-2026-500121

ELSA-2026-500121: Unbreakable Enterprise kernel security update (IMPORTANT)

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

ELSA-2026-50373: Unbreakable Enterprise kernel security update (IMPORTANT)

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

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

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

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-50374: Unbreakable Enterprise kernel security update (IMPORTANT)

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

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

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

Security update for the Linux Kernel

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

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

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3826-1

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

15 дней назад
suse-cvrf логотип
SUSE-SU-2026:3757-1

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

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3743-1

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

17 дней назад

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