Junglewise Threat Intelligence

CVE-2026-63926: Linux Kernel BPF sockmap memory corruption in bpf_msg_push_data

CVE-2026-63926 · Severity: info · CVSS 5.5 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's networking component that handles socket data. An error in how the system manages memory fragments when inserting data could lead to system instability or crashes. This affects systems using BPF (Berkeley Packet Filter) for advanced network traffic management.

Technical details

A vulnerability in bpf_msg_push_data() within the Linux kernel's sockmap implementation occurs when inserting data into the middle of a scatterlist (SG) entry. The function incorrectly calculates the offset for the resulting 'right' fragment by using a message-global insertion point instead of a fragment-local delta. This logic error results in an over-advanced offset for non-first SG entries, leading to an inconsistent memory layout. An attacker with the ability to execute BPF programs could potentially trigger this to cause a denial of service (system crash). The issue has been patched across multiple stable kernel branches.

Affected products

  • Linux Linux Kernel 4.20 to 6.13

Timeline

  • 2026-05-27: other: Vulnerability fix authored
  • 2026-07-19: disclosed: CVE published

References

Related threats