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-2022-26523

CVE-2022-26523: Avast/AVG Anti Rootkit RCE Vulnerability

CVE-2022-26523 is a kernel-level RCE flaw in Avast and AVG Anti Rootkit driver that allows local attackers to execute arbitrary code or crash the system. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2022-26523 Overview

CVE-2022-26523 is a double fetch vulnerability in aswArPot.sys, the Windows Anti Rootkit driver shipped with Avast and AVG security products. The flaw resides in the socket connection handler at offset aswArPot+0xbb94. Local attackers can exploit the race condition to execute arbitrary code in kernel mode or trigger memory corruption that crashes the operating system. The issue affects driver versions prior to 22.1. SentinelLabs researchers analyzed and disclosed this vulnerability as part of their investigation into kernel-level flaws in widely deployed endpoint security products.

Critical Impact

Successful exploitation grants kernel-mode code execution, allowing attackers to disable security controls, install rootkits, or destabilize the host.

Affected Products

  • Avast Antivirus for Windows (driver aswArPot.sys before version 22.1)
  • AVG Antivirus for Windows (driver aswArPot.sys before version 22.1)
  • Any product bundling the Avast Anti Rootkit driver prior to 22.1

Discovery Timeline

  • 2026-05-08 - CVE-2022-26523 published to NVD
  • 2026-05-08 - Last updated in NVD database

Technical Details for CVE-2022-26523

Vulnerability Analysis

The vulnerability is a double fetch race condition [CWE-400] inside the socket connection handler of aswArPot.sys. A double fetch occurs when kernel code reads the same user-mode value twice without locking, allowing an attacker to swap the value between reads. The first read passes validation, while the second read consumes attacker-controlled data on a privileged code path.

Because aswArPot.sys runs in ring 0, any memory corruption inside its handler executes with kernel privileges. An attacker with local code execution can issue crafted IOCTL requests to the driver and race a second thread that mutates the shared buffer. The result is either arbitrary write primitives that lead to kernel code execution or memory corruption that triggers a bug check.

Root Cause

The handler at aswArPot+0xbb94 reads a user-supplied pointer or length value from a shared input buffer, validates it, and then re-reads the same field when performing the privileged operation. No ProbeForRead snapshot or local copy protects the value between the check and the use, creating a time-of-check to time-of-use window [CWE-367 class behavior].

Attack Vector

Exploitation requires local access and the ability to open a handle to the driver device object. The attacker submits IOCTLs targeting the socket connection handler while a second thread continuously flips the shared field. Winning the race produces memory corruption that the attacker shapes into kernel-mode code execution. Remote exploitation is not possible without a separate primitive that delivers local code execution first.

No public proof-of-concept is listed in the enriched data. Technical context is documented in the SentinelOne Vulnerability Analysis.

Detection Methods for CVE-2022-26523

Indicators of Compromise

  • Loaded aswArPot.sys with a file version earlier than 22.1 on production endpoints.
  • Unexpected CreateFile opens against the Avast or AVG anti-rootkit device object from non-Avast processes.
  • Windows bug checks referencing aswArPot.sys in the faulting module field of MEMORY.DMP.

Detection Strategies

  • Inventory installed driver versions and flag any host running aswArPot.sys below 22.1.
  • Hunt for processes issuing DeviceIoControl calls to the Avast Anti Rootkit driver outside of legitimate Avast or AVG service binaries.
  • Correlate kernel crashes with driver version data to surface exploitation attempts that fail the race.

Monitoring Recommendations

  • Forward Windows kernel crash telemetry and driver load events to a centralized analytics tier.
  • Track handle opens to \\.\aswArPot style device names and alert on non-vendor callers.
  • Baseline normal IOCTL frequency for the driver and alert on bursts consistent with race-condition exploitation.

How to Mitigate CVE-2022-26523

Immediate Actions Required

  • Upgrade Avast and AVG Windows products to a build that ships aswArPot.sys version 22.1 or later.
  • Verify the on-disk driver version after the upgrade reboot, since stale drivers can persist until the system restarts.
  • Restrict local interactive logon and standard-user code execution on servers that host the affected driver.

Patch Information

Avast addressed the issue by hardening the socket connection handler in aswArPot.sys 22.1. The fix copies the user-mode value into a kernel-local variable before validation and reuses that copy on the privileged path, eliminating the double fetch. Customers receive the update through standard Avast and AVG product update channels. Additional vendor context is available via the Avast Bug Bounty Program.

Workarounds

  • Block low-privilege users from launching arbitrary binaries through application control policies until the driver is patched.
  • Where business policy allows, temporarily uninstall the Avast or AVG anti-rootkit component on systems that cannot be updated immediately.
  • Apply least-privilege controls so that only trusted service accounts can interact with the vulnerable device object.
bash
# Verify the installed aswArPot.sys version on a Windows host
powershell -Command "(Get-Item 'C:\\Windows\\System32\\drivers\\aswArPot.sys').VersionInfo.FileVersion"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAvast

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-400
  • Technical References
  • Avast Bug Bounty Program

  • SentinelOne Vulnerability Analysis
  • Related CVEs
  • CVE-2022-26522: Avast/AVG Anti Rootkit RCE Vulnerability

  • CVE-2020-37037: Avast SecureLine Privilege Escalation Flaw
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