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

CVE-2026-37526: AGL afb-daemon Privilege Escalation Flaw

CVE-2026-37526 is a privilege escalation vulnerability in AGL app-framework-binder that allows local processes to execute privileged commands without authentication. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-37526 Overview

CVE-2026-37526 affects the Automotive Grade Linux (AGL) app-framework-binder daemon (afb-daemon) through version 19.90.0. The daemon exposes a privileged supervision channel over an abstract Unix socket at @urn:AGL:afs:supervision:socket. Any local process can connect to that socket and issue supervision commands without authentication. The on_supervision_call function in src/afb-supervision.c dispatches all eight commands without verifying caller credentials. Abstract Unix sockets carry no Discretionary Access Control (DAC), a limitation acknowledged in the official CAUTION comment in src/afs-supervision.h. The flaw maps to [CWE-284] Improper Access Control.

Critical Impact

A low-privileged local process can terminate the daemon, invoke arbitrary API calls, close active user sessions, and exfiltrate the entire global configuration.

Affected Products

  • AGL app-framework-binder (afb-daemon) through v19.90.0
  • Automotive Grade Linux distributions bundling afb-daemon
  • Any in-vehicle infotainment platform integrating the affected supervision interface

Discovery Timeline

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

Technical Details for CVE-2026-37526

Vulnerability Analysis

The afb-daemon supervision interface listens on an abstract namespace Unix socket identified by @urn:AGL:afs:supervision:socket. Abstract sockets bypass the filesystem and therefore inherit no file permissions, ownership, or access control list checks. Linux exposes them to every process inside the same network namespace. The on_supervision_call function reads incoming protocol messages and dispatches them to handlers for the eight supervision commands: Exit, Do, Sclose, Config, Trace, Debug, Token, and slist.

None of these handlers consult SO_PEERCRED, SO_PEERSEC, or any other peer credential mechanism before acting. A local attacker can therefore send Exit to terminate the daemon and cause denial of service. The Do command lets the attacker invoke any registered binder API with arbitrary parameters. The Sclose command forcibly closes legitimate user sessions, while Config returns the full daemon configuration including secrets and routing data. The Trace and Debug commands enable runtime instrumentation that can leak request payloads.

Root Cause

The supervision channel was added in commit b8c9d5de384efcfa53ebdb3f0053d7b3723777e1 on 2017-06-29. The design relied on the abstract socket namespace for isolation rather than on credential checks. Because abstract sockets ignore filesystem DAC, every local UID can connect.

Attack Vector

Exploitation requires only local code execution as any user. The attacker opens an AF_UNIXSOCK_STREAM connection to \0urn:AGL:afs:supervision:socket, sends the framed supervision command, and reads the response. No authentication handshake or token exchange occurs. Public proof-of-concept code is referenced in the GitHub Gist Exploit Code.

The vulnerability is described in prose only; no verified exploit code is reproduced here.
See the linked gist and the source tree at the Automotive Linux Code Repository for technical detail.

Detection Methods for CVE-2026-37526

Indicators of Compromise

  • Unexpected connect() syscalls from non-system UIDs targeting the abstract path @urn:AGL:afs:supervision:socket
  • Unscheduled restarts or crashes of afb-daemon indicating receipt of an Exit supervision command
  • Audit log entries showing API invocations that did not originate from a registered binder client
  • Sudden termination of active user sessions tracked by afb-daemon outside of normal logout flows

Detection Strategies

  • Enable Linux audit rules on connect syscalls and filter for sun_path values matching the abstract supervision socket
  • Monitor afb-daemon stderr and journal output for supervision command dispatch entries correlated with non-binder client PIDs
  • Use eBPF tracing on the unix_stream_connect kernel function to record peer UID, GID, and executable path for connections to the supervision socket

Monitoring Recommendations

  • Forward afb-daemon logs and host audit data to a centralized analytics platform for anomaly review
  • Alert on any process other than the expected supervisor binary connecting to @urn:AGL:afs:supervision:socket
  • Baseline normal supervision command volume and rate so that bursts of Do, Config, or Sclose activity trigger investigation

How to Mitigate CVE-2026-37526

Immediate Actions Required

  • Upgrade afb-daemon to a fixed release once the AGL project publishes one tracking this CVE
  • Restrict local accounts and untrusted application sandboxes on systems running affected afb-daemon versions
  • Audit any third-party binder clients to confirm they do not require the supervision channel for normal operation
  • Disable the supervision interface in production builds where it is not required for diagnostics

Patch Information

No vendor advisory URL is listed in the NVD record at publication. Track upstream changes through the Automotive Linux Code Repository for commits that add credential verification to on_supervision_call or replace the abstract socket with a filesystem-bound socket protected by DAC.

Workarounds

  • Rebuild afb-daemon to bind the supervision socket to a filesystem path with mode 0600 owned by the daemon user instead of using the abstract namespace
  • Patch on_supervision_call locally to call getsockopt(SO_PEERCRED) and reject peers whose UID does not match the daemon owner or an allowlist
  • Apply Linux Security Module policy (SELinux or AppArmor) restricting which domains may connect to the abstract supervision socket
  • Run untrusted applications inside network namespaces that do not share the abstract socket namespace with afb-daemon
bash
# Example AppArmor rule fragment denying connection to the supervision socket
deny unix (connect) type=stream peer=(addr="@urn:AGL:afs:supervision:socket"),

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAgl

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Technical References
  • Automotive Linux Code Repository

  • GitHub Gist Exploit Code
  • Related CVEs
  • CVE-2026-37531: AGL App-Framework Path Traversal Flaw

  • CVE-2026-37532: AGL CAN Service Buffer Overflow Flaw

  • CVE-2026-37525: AGL afb-daemon Privilege Escalation Flaw

  • CVE-2026-37530: AGL agl-service-can-low-level RCE 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