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

CVE-2026-43258: Linux Kernel Privilege Escalation Flaw

CVE-2026-43258 is a privilege escalation vulnerability in the Linux kernel affecting Alpha systems, causing user-space crashes and memory corruption during compaction. This article covers technical details, affected versions, and fixes.

Published: May 7, 2026

CVE-2026-43258 Overview

CVE-2026-43258 is a Linux kernel vulnerability affecting the Alpha architecture. The flaw causes user-space memory corruption when memory compaction is enabled. Affected systems exhibit sporadic crashes including SIGSEGV, glibc allocator failures such as unaligned tcache chunk, and compiler internal errors.

The root cause is insufficient Translation Lookaside Buffer (TLB) shootdown during page migration. Alpha relies on Address Space Number (ASN) based memory management context rollover for instruction cache coherency. This mechanism alone does not prevent stale data or instruction translations from surviving migration.

Critical Impact

Memory compaction on Alpha systems triggers user-space heap corruption and process crashes. The defect affects both uniprocessor (UP) and symmetric multiprocessing (SMP) Alpha configurations.

Affected Products

  • Linux kernel on Alpha architecture (UP configurations)
  • Linux kernel on Alpha architecture (SMP configurations)
  • Kernel builds with CONFIG_COMPACTION enabled

Discovery Timeline

  • 2026-05-06 - CVE-2026-43258 published to the National Vulnerability Database
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43258

Vulnerability Analysis

The vulnerability resides in the Alpha architecture memory management code path used during page migration and memory compaction. When the kernel relocates physical pages to defragment memory, it must invalidate stale virtual-to-physical translations across all CPUs. The Alpha implementation relied solely on ASN rollover via memory management context invalidation. This approach left stale TLB entries and stale instruction translations active until the next context switch.

User-space processes consequently observed inconsistent views of their own address space. Symptoms include segmentation faults, glibc tcache integrity check failures, and miscompilation when build tools execute on affected hosts. Disabling compaction or forcing global TLB invalidation eliminates the symptom, confirming the TLB coherency root cause.

Root Cause

The defect classifies as a kernel memory ordering and TLB coherency flaw. The flush_tlb_other() and pte_clear() routines lacked READ_ONCE() and WRITE_ONCE() annotations required for correct SMP memory ordering. Page migration paths invoked context invalidation without performing immediate per-CPU TLB invalidation (TBI) or synchronous cross-CPU shootdown.

Attack Vector

The issue manifests as a reliability and integrity defect rather than a remotely triggerable exploit. Any workload that induces memory pressure sufficient to invoke compaction can corrupt user-space memory. A local unprivileged process executing on an Alpha kernel with compaction enabled can experience or induce arbitrary heap corruption in co-resident processes.

No verified proof-of-concept code is published. The upstream resolution is documented in the kernel git commits referenced in the Linux kernel stable tree.

Detection Methods for CVE-2026-43258

Indicators of Compromise

  • Recurring SIGSEGV signals delivered to long-running user-space processes on Alpha hosts
  • glibc allocator diagnostics emitting unaligned tcache chunk, corrupted size vs. prev_size, or similar heap integrity errors
  • Compiler internal compiler errors (ICE) during routine builds on Alpha build farms
  • Symptoms that disappear after booting with compaction=off or disabling CONFIG_COMPACTION

Detection Strategies

  • Audit kernel build configuration for CONFIG_COMPACTION=y on Alpha targets and correlate with crash telemetry
  • Inspect /var/log/messages and dmesg output for repeated user-space faults clustered around periods of high memory pressure
  • Compare kernel version against the patched commits bab8d762a8db, dd5712f3379c, d4ca6ca2c6f5, and 03e42b5f7ad4 to confirm fix presence

Monitoring Recommendations

  • Track per-host crash rates for user-space processes and alert on sudden increases on Alpha systems
  • Monitor /proc/vmstat counters such as compact_stall and compact_migrate_scanned to correlate compaction activity with application failures
  • Forward kernel and application crash logs to a centralized analytics platform for longitudinal review

How to Mitigate CVE-2026-43258

Immediate Actions Required

  • Apply the upstream Linux kernel patch series referenced in the kernel git commit to all Alpha hosts
  • Rebuild and redeploy affected Alpha kernels and reboot the systems to load the corrected page migration helper
  • Validate fixes by running memory-pressure workloads and confirming the absence of SIGSEGV and tcache errors

Patch Information

The fix introduces a migration-specific helper that combines memory management context invalidation through ASN rollover, immediate per-CPU TLB invalidation via TBI, and synchronous cross-CPU shootdown when required. The helper is restricted to migration and compaction code paths to preserve existing global TLB semantics. The patch additionally annotates flush_tlb_other() and pte_clear() with READ_ONCE() and WRITE_ONCE() for correct SMP ordering. Reference patches: primary fix, supporting commit, update, change.

Workarounds

  • Disable memory compaction at runtime by writing 0 to /proc/sys/vm/compaction_proactiveness and avoiding manual compact_memory triggers
  • Boot affected kernels with compaction disabled until the patch is deployed
  • Force global TLB invalidation paths where supported by the platform configuration
bash
# Disable proactive memory compaction on Alpha hosts pending patch deployment
sysctl -w vm.compaction_proactiveness=0
echo 'vm.compaction_proactiveness=0' >> /etc/sysctl.d/99-cve-2026-43258.conf

# Confirm the running kernel includes the fix commit
strings /boot/vmlinuz-$(uname -r) | grep -i 'alpha.*migrat'

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Change

  • Kernel Git Commit Fix

  • Kernel Git Commit Update

  • Kernel Git Commit Patch
  • Related CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43332: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43344: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43306: Linux Kernel Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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