A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-46055

CVE-2026-46055: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-46055 is a buffer overflow flaw in the Linux kernel AppArmor subsystem that triggers slab-out-of-bounds errors during mount operations. This article covers technical details, affected versions, and mitigations.

Published: May 28, 2026

CVE-2026-46055 Overview

CVE-2026-46055 is an out-of-bounds read vulnerability in the Linux kernel's AppArmor Linux Security Module (LSM). The flaw resides in the aa_dfa_match function within security/apparmor/match.c and is triggered by a missing string termination during mount path matching. Kernel Address Sanitizer (KASAN) detected the slab-out-of-bounds read when booting Ubuntu 26.04 with Linux 7.0-rc4 on an ARM64 Qualcomm Snapdragon X1 system. The defect is reachable through the mount() system call path, where aa_bind_mount passes an unterminated buffer to the deterministic finite automaton (DFA) matcher.

Critical Impact

An unprivileged local process invoking mount() can trigger a kernel out-of-bounds read inside the AppArmor matcher, potentially leading to kernel memory disclosure or denial of service.

Affected Products

  • Linux kernel (mainline, including 7.0-rc4)
  • Distributions enabling AppArmor LSM (observed on Ubuntu 26.04)
  • ARM64 platforms confirmed affected (Qualcomm Snapdragon X1 reproduction case)

Discovery Timeline

  • 2026-05-27 - CVE-2026-46055 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-46055

Vulnerability Analysis

The vulnerability is an out-of-bounds read in the AppArmor mount mediation code. When aa_bind_mount calls aa_get_buffer to allocate an 8192-byte kmalloc region, the resulting string passed to match_mnt_path_str and match_mnt is not properly NUL-terminated. The DFA matcher aa_dfa_match at line 535 walks bytes until a terminator, reading one byte past the allocated 8192-byte region. KASAN flagged the access as a slab-out-of-bounds read of size 1 immediately to the right of the allocated buffer at [ffff0008901ca000, ffff0008901cc000).

Root Cause

The root cause is missing string termination on a buffer used during AppArmor mount policy evaluation. The buffer returned by aa_get_buffer in security/apparmor/lsm.c is populated with path data, but a terminator is not guaranteed before the buffer reaches aa_dfa_match. The matcher iterates byte by byte and dereferences memory beyond the allocation boundary when no in-buffer terminator is present.

Attack Vector

The vulnerability is reached through the __arm64_sys_mount syscall path: path_mount → security_sb_mount → apparmor_sb_mount → aa_bind_mount → match_mnt → match_mnt_path_str → aa_dfa_match. A local user with the ability to invoke mount() (for example, through unprivileged user namespaces or snap-update-ns as in the original report) can craft path inputs that trigger the unterminated read. The result is kernel memory read past a slab object, which can leak adjacent heap contents or destabilize the kernel.

No verified public exploit code is available for this issue. See the upstream commits referenced under Patch Information for the precise source-level fix.

Detection Methods for CVE-2026-46055

Indicators of Compromise

  • KASAN reports referencing slab-out-of-bounds in aa_dfa_match in kernel logs (dmesg, /var/log/kern.log).
  • Unexpected oops or panic backtraces containing aa_bind_mount, match_mnt_path_str, or apparmor_sb_mount.
  • Repeated mount syscall failures from non-root processes such as snap-update-ns or container runtimes.

Detection Strategies

  • Enable CONFIG_KASAN on test or canary kernels to surface the out-of-bounds read at runtime.
  • Audit mount syscalls via auditd rules on arch=b64 with syscall=mount to correlate user activity with kernel warnings.
  • Monitor for kernel taint flag changes and slab corruption messages in centralized log pipelines.

Monitoring Recommendations

  • Forward kernel logs from Linux endpoints to a SIEM or data lake and alert on AppArmor or KASAN keywords.
  • Track installed kernel versions across the fleet and flag hosts still running pre-patch builds of Linux 7.0-rc.
  • Watch for abnormal use of unprivileged user namespaces, which broaden the population of users that can invoke mount().

How to Mitigate CVE-2026-46055

Immediate Actions Required

  • Apply the upstream AppArmor termination fix to all affected kernels and rebuild.
  • Prioritize ARM64 hosts and systems running development or release-candidate kernels where the issue was reproduced.
  • Restrict unprivileged user namespace creation where operationally feasible to reduce reachable mount surface.

Patch Information

The Linux kernel maintainers resolved the issue by ensuring the buffer passed to aa_dfa_match is properly terminated. Refer to the upstream commits: Kernel Git Commit 4b877ef27adc and Kernel Git Commit 828bf7929bed. Distribution-specific backports should be tracked through vendor security trackers.

Workarounds

  • Disable the AppArmor LSM at boot via apparmor=0 on kernels where patching is not yet possible, accepting the loss of AppArmor mediation.
  • Limit CAP_SYS_ADMIN and unprivileged user namespaces using sysctl kernel.unprivileged_userns_clone=0 on supported distributions.
  • Constrain container runtimes and tools such as snap-update-ns to trusted users until the patched kernel is deployed.
bash
# Disable unprivileged user namespaces to reduce mount syscall exposure
sudo sysctl -w kernel.unprivileged_userns_clone=0
echo 'kernel.unprivileged_userns_clone=0' | sudo tee /etc/sysctl.d/99-cve-2026-46055.conf

# Verify running kernel version against patched builds
uname -r

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux

  • SeverityNONE

  • CVSS ScoreN/A

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

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-46191: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43302: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31747: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31748: Linux Kernel Buffer Overflow Vulnerability
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