Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-23241

CVE-2026-23241: Linux Kernel Auth Bypass Vulnerability

CVE-2026-23241 is an authentication bypass flaw in the Linux kernel that allows syscalls to evade audit rules when reading extended attributes. This article covers the technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-23241 Overview

A vulnerability has been identified in the Linux kernel's audit subsystem where the "at" variants of getxattr() and listxattr() syscalls are missing from the audit read class. This oversight allows attackers to bypass audit rules when reading extended attributes from files using getxattrat() or listxattrat() syscalls, effectively evading security monitoring and logging mechanisms.

Critical Impact

Attackers can read extended file attributes without triggering audit rules, bypassing security monitoring and potentially accessing sensitive metadata undetected.

Affected Products

  • Linux Kernel (versions with audit subsystem prior to patch)

Discovery Timeline

  • 2026-03-17 - CVE CVE-2026-23241 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-23241

Vulnerability Analysis

This vulnerability represents a security control bypass in the Linux kernel's audit framework. The audit subsystem is responsible for monitoring and logging system calls to track security-relevant events. Each syscall is categorized into audit classes (read, write, execute, etc.) that determine which rules apply to them.

The getxattrat() and listxattrat() syscalls are the "at" variants of their counterparts (getxattr() and listxattr()), which operate relative to a directory file descriptor rather than the current working directory. These syscalls allow reading extended attributes from files, which may contain sensitive metadata including security labels, access control lists, and other system-critical information.

Due to the missing classification of these syscalls in the audit read class, standard audit rules designed to monitor file read operations fail to capture these specific syscall invocations.

Root Cause

The root cause is an incomplete syscall classification in the Linux kernel's audit subsystem. When the getxattrat() and listxattrat() syscalls were implemented, they were not added to the AUDIT_CLASS_READ definition, causing them to be excluded from audit rules that monitor read operations. This omission means audit rules such as -w /tmp/test -p rwa -k test_rwa do not trigger when these syscalls access the monitored files.

Attack Vector

An attacker with local access to the system can exploit this vulnerability to read extended attributes from files without generating audit logs. The attack scenario involves:

  1. Identifying files with valuable extended attributes (ACLs, security labels, capabilities)
  2. Using getxattrat() or listxattrat() instead of the standard variants
  3. Successfully reading the extended attributes while bypassing configured audit rules

This allows for stealthy reconnaissance and information gathering on systems where audit logging is relied upon for security monitoring and forensic analysis.

Detection Methods for CVE-2026-23241

Indicators of Compromise

  • Unexpected use of getxattrat() or listxattrat() syscalls in process traces
  • Gaps in audit logs where file attribute access is expected but not recorded
  • Evidence of extended attribute access in application logs not corroborated by audit trails
  • Suspicious processes accessing sensitive files without corresponding audit events

Detection Strategies

  • Enable syscall-level tracing with tools like strace or eBPF programs to capture all xattr-related syscalls
  • Implement additional monitoring using auditd rules that explicitly target getxattrat and listxattrat syscalls by number
  • Deploy kernel-level monitoring solutions that operate independently of the audit framework
  • Review system logs for discrepancies between expected and actual audit coverage

Monitoring Recommendations

  • Monitor for processes using the "at" variants of xattr syscalls through alternative logging mechanisms
  • Implement SentinelOne Singularity Platform for comprehensive kernel-level visibility that does not depend solely on audit framework classification
  • Regularly verify audit rule coverage against actual syscall usage patterns
  • Set up alerts for any security-sensitive file access that should generate audit events but doesn't appear in logs

How to Mitigate CVE-2026-23241

Immediate Actions Required

  • Apply the kernel patches that add the missing syscalls to the audit read class
  • Temporarily add explicit audit rules for the getxattrat and listxattrat syscalls by syscall number
  • Review recent audit logs for potential gaps in monitoring coverage
  • Assess systems where audit compliance is critical for potential exposure during the vulnerability window

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability. The fix adds the missing getxattrat() and listxattrat() syscalls to the audit read class, ensuring proper logging of these operations.

Relevant kernel commits:

  • Commit a2e8c144299c31d3972295ed80d4cb908daf4f6f
  • Commit ad37505ce869a8100ff23f24eea117de7a7516bf
  • Commit bcb90a2834c7393c26df9609b889a3097b7700cd

For additional technical details on the discovery, see the Benc Teux Syscalls Audit Blog.

Workarounds

  • Add explicit audit rules targeting the syscall numbers for getxattrat and listxattrat until patches can be applied
  • Deploy supplementary monitoring tools that capture syscall activity independently of the audit class definitions
  • Use application-layer logging to track extended attribute access where possible
  • Consider restricting access to sensitive files through additional access controls while awaiting kernel updates
bash
# Example: Add explicit audit rules for missing syscalls (syscall numbers vary by architecture)
# Check your architecture's syscall table for correct numbers
auditctl -a always,exit -S getxattrat -k xattr_bypass_monitor
auditctl -a always,exit -S listxattrat -k xattr_bypass_monitor

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit AD37505CE869

  • Kernel Git Commit BCB90A2834

  • Benc Teux Syscalls Audit Blog
  • Related CVEs
  • CVE-2026-31392: Linux Kernel Kerberos Auth Bypass Flaw

  • CVE-2026-23318: Linux Kernel USB Audio Auth Bypass Issue

  • CVE-2025-71239: Linux Kernel Auth Bypass Vulnerability

  • CVE-2025-71127: Linux Kernel Auth Bypass 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