Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46331 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:27288 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:27353 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:27354 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:27355 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:27704 redhat-SADPThird Party Advisory

see all 44 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-190Integer Overflow or WraparoundCISA-ADP
CWE-787Out-of-bounds Writeredhat-SADP
CWE-787Out-of-bounds WriteCISA-ADP

Affected Products

ProductVersions
linux linux kernel
>= 4.19.244, < 4.20
>= 5.4.195, < 5.5
>= 5.10.117, < 5.11
>= 5.15.41, < 5.16
>= 5.17.9, < 5.18

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

21 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46331
NVD Published Date:
Jun 16, 2026
NVD Last Modified:
Sep 2, 2026
Source:
kernel.org
CVE-2026-46331 Details - Not Deferred