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-23277

5.5 · MEDIUM
Published Mar 20, 2026 linux CWE-476 EPSS 0.12% (2th pctl)

Overview

CVE-2026-23277 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 20, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave xmit

teql_master_xmit() calls netdev_start_xmit(skb, slave) to transmit

through slave devices, but does not update skb->dev to the slave device

beforehand.

When a gretap tunnel is a TEQL slave, the transmit path reaches

iptunnel_xmit() which saves dev = skb->dev (still pointing to teql0

master) and later calls iptunnel_xmit_stats(dev, pkt_len). This

function does:

get_cpu_ptr(dev->tstats)

Since teql_master_setup() does not set dev->pcpu_stat_type to

NETDEV_PCPU_STAT_TSTATS, the core network stack never allocates tstats

for teql0, so dev->tstats is NULL. get_cpu_ptr(NULL) computes

NULL + __per_cpu_offset[cpu], resulting in a page fault.

BUG: unable to handle page fault for address: ffff8880e6659018

#PF: supervisor write access in kernel mode

#PF: error_code(0x0002) - not-present page

PGD 68bc067 P4D 68bc067 PUD 0

Oops: Oops: 0002

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.5, < 5.10.253 Affected

Frequently Asked Questions

What is CVE-2026-23277?

CVE-2026-23277 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 20, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-23277?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-23277?

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-23277?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23277 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.