Vulnerability Database

356,349

Total vulnerabilities in the database

CVE-2026-46331 — linux / linux_kernel

Integer Overflow or Wraparound

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.

  • Published: Jun 16, 2026
  • Updated: Jun 28, 2026
  • CVE: CVE-2026-46331
  • Severity: High
  • Exploit:
  • CISA KEV:

CVSS v3:

  • Severity: High
  • Score: 7.8
  • AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Software From Fixed in
linux / linux_kernel 4.19.244 4.20
linux / linux_kernel 5.4.195 5.5
linux / linux_kernel 5.10.117 5.11
linux / linux_kernel 5.15.41 5.16
linux / linux_kernel 5.17.9 5.18
linux / linux_kernel 5.18.1 6.12.94
linux / linux_kernel 6.13 6.18.36
linux / linux_kernel 6.19 7.0.13
linux / linux_kernel 5.18 5.18.x
linux / linux_kernel 5.18-rc7 5.18-rc7.x
linux / linux_kernel 7.1-rc1 7.1-rc1.x
linux / linux_kernel 7.1-rc2 7.1-rc2.x
linux / linux_kernel 7.1-rc3 7.1-rc3.x
linux / linux_kernel 7.1-rc4 7.1-rc4.x
linux / linux_kernel 7.1-rc5 7.1-rc5.x
linux / linux_kernel 7.1-rc6 7.1-rc6.x

Frequently Asked Questions

A security vulnerability is a weakness in software, hardware, or configuration that can be exploited to compromise confidentiality, integrity, or availability. Many vulnerabilities are tracked as CVEs (Common Vulnerabilities and Exposures), which provide a standardized identifier so teams can coordinate patching, mitigation, and risk assessment across tools and vendors.

CVSS (Common Vulnerability Scoring System) estimates technical severity, but it doesn't automatically equal business risk. Prioritize using context like internet exposure, affected asset criticality, known exploitation (proof-of-concept or in-the-wild), and whether compensating controls exist. A "Medium" CVSS on an exposed, production system can be more urgent than a "Critical" on an isolated, non-production host.

A vulnerability is the underlying weakness. An exploit is the method or code used to take advantage of it. A zero-day is a vulnerability that is unknown to the vendor or has no publicly available fix when attackers begin using it. In practice, risk increases sharply when exploitation becomes reliable or widespread.

Recurring findings usually come from incomplete Asset Discovery, inconsistent patch management, inherited images, and configuration drift. In modern environments, you also need to watch the software supply chain: dependencies, containers, build pipelines, and third-party services can reintroduce the same weakness even after you patch a single host. Unknown or unmanaged assets (often called Shadow IT) are a common reason the same issues resurface.

Use a simple, repeatable triage model: focus first on externally exposed assets, high-value systems (identity, VPN, email, production), vulnerabilities with known exploits, and issues that enable remote code execution or privilege escalation. Then enforce patch SLAs and track progress using consistent metrics so remediation is steady, not reactive.

SynScan combines attack surface monitoring and continuous security auditing to keep your inventory current, flag high-impact vulnerabilities early, and help you turn raw findings into a practical remediation plan.