The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-31736

CVE-2026-31736: Linux Kernel MTK PPE DoS Vulnerability

CVE-2026-31736 is a denial of service vulnerability in the Linux Kernel MTK PPE component that causes NULL pointer dereference when gmac0 is disabled. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-31736 Overview

CVE-2026-31736 is a NULL pointer dereference [CWE-476] in the Linux kernel's MediaTek PPE (Packet Processing Engine) Ethernet driver (net/ethernet/mtk_ppe). When gmac0 is disabled, the precheck for a valid ingress device dereferences eth->netdev[0], which is NULL, and then accesses netdev_ops. The result is a kernel crash and a denial of service on affected systems. The flaw requires only local, low-privileged access to trigger.

Critical Impact

A local attacker on a system with gmac0 disabled can crash the kernel by causing the mtk_ppe ingress check to dereference a NULL net_device, producing a system-wide denial of service.

Affected Products

  • Linux kernel mainline including release candidates 7.0-rc1 through 7.0-rc6
  • Stable branches receiving fixes via commits 0b832aa, 5dff799, 7b2380f, and 976ff48
  • Systems running the MediaTek Ethernet driver (mtk_eth_soc / mtk_ppe) with gmac0 disabled

Discovery Timeline

  • 2026-05-01 - CVE-2026-31736 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-31736

Vulnerability Analysis

The MediaTek PPE driver offloads flow processing for the SoC's Ethernet MACs. Before accepting an offload candidate, the driver validates that the ingress net_device belongs to one of its managed interfaces. The previous implementation read eth->netdev[0] directly and dereferenced its netdev_ops to perform that comparison. On platforms where gmac0 is not enabled in the device tree, eth->netdev[0] remains NULL. Any subsequent path that triggers the ingress precheck dereferences a NULL pointer in kernel context, leading to an oops and loss of availability. The vulnerability is locally triggerable by traffic or configuration that exercises the offload path, and it does not expose data confidentiality or integrity.

Root Cause

The driver assumed netdev[0] was always populated. With gmac0 disabled, that assumption fails. The fix iterates the array of mtk_ethnet_device entries and matches the ingress device against any populated entry instead of trusting index zero.

Attack Vector

Exploitation requires local access on a system using the MediaTek Ethernet driver with gmac0 disabled. A low-privileged user or an unprivileged process able to direct traffic through the offload path can reach the vulnerable precheck. The outcome is limited to a kernel crash and reboot loop, not code execution or privilege escalation. See the upstream patches: Kernel Git Commit 0b832aa, Kernel Git Commit 5dff799, Kernel Git Commit 7b2380f, and Kernel Git Commit 976ff48.

Detection Methods for CVE-2026-31736

Indicators of Compromise

  • Kernel oops messages referencing mtk_ppe, mtk_eth_soc, or a NULL pointer dereference at addresses near the netdev_ops offset.
  • Unexpected device reboots on MediaTek-based hardware shortly after network offload activity.
  • dmesg traces showing a fault in the ingress device validation path of the MediaTek PPE driver.

Detection Strategies

  • Inventory Linux hosts running the MediaTek Ethernet driver and check whether gmac0 is disabled in the device tree or boot configuration.
  • Compare running kernel versions against the fixed commits in stable branches to identify unpatched systems.
  • Correlate kernel panics on MediaTek SoCs with offload feature usage to surface likely instances of the bug.

Monitoring Recommendations

  • Forward dmesg and kern.log to a central log platform and alert on BUG: unable to handle and Unable to handle kernel NULL pointer events.
  • Monitor host availability and uptime metrics for MediaTek-based appliances and routers.
  • Track kernel package versions across the fleet to confirm patch deployment progress.

How to Mitigate CVE-2026-31736

Immediate Actions Required

  • Apply the upstream stable kernel updates that include the mtk_ppe ingress check fix.
  • On systems where patching is delayed, restrict local access to trusted users to limit who can exercise the offload path.
  • Audit device tree configurations to confirm whether gmac0 is disabled and prioritize patching those systems.

Patch Information

The issue is resolved by upstream Linux kernel commits 0b832aa, 5dff799, 7b2380f, and 976ff48. The patch replaces the direct eth->netdev[0] access with a loop that checks each mtk_ethnet_device against the ingress device's netdev_ops. Rebuild and deploy the kernel from a stable branch that contains one of these commits, or update through the distribution package channel once available.

Workarounds

  • Enable gmac0 in the device tree where hardware permits, which removes the NULL condition that triggers the dereference.
  • Disable hardware flow offload features that exercise the mtk_ppe ingress path until the kernel is patched.
  • Limit shell and network configuration privileges on affected devices to reduce the local attack surface.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Vendor Resources
  • Kernel Git Commit 0b832aa

  • Kernel Git Commit 5dff799

  • Kernel Git Commit 7b2380f

  • Kernel Git Commit 976ff48
  • Related CVEs
  • CVE-2026-31739: Linux Kernel Tegra Crypto DoS Vulnerability

  • CVE-2026-43054: Linux Kernel tcm_loop DOS Vulnerability

  • CVE-2026-31727: Linux Kernel USB Gadget DoS Vulnerability

  • CVE-2026-31775: Linux Kernel ALSA ctxfi DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English