Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46331

7.8 · HIGH
Published Jun 16, 2026 linux CWE-190 EPSS 0.58% (46th pctl)

Overview

CVE-2026-46331 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 16, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.19.244, < 4.20 Affected

Frequently Asked Questions

What is CVE-2026-46331?

CVE-2026-46331 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 16, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-46331?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-46331?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46331?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46331 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.