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

CVE-2026-26071: EVerest Race Condition Vulnerability

CVE-2026-26071 is a race condition flaw in EVerest EV charging software that causes data races and heap-use-after-free issues. This article covers the technical details, affected versions, and mitigation steps.

Published: March 27, 2026

CVE-2026-26071 Overview

CVE-2026-26071 is a race condition vulnerability affecting EVerest, an open-source EV charging software stack. Versions prior to 2026.02.0 contain a data race that leads to concurrent access of std::string objects, potentially resulting in a heap-use-after-free condition. This vulnerability is triggered during EVCCID updates (EV/ISO15118) and OCPP session/authorization events.

Critical Impact

This race condition can cause memory corruption leading to denial of service conditions in EV charging infrastructure, potentially disrupting charging operations and affecting availability of charging stations.

Affected Products

  • EVerest EV charging software stack versions prior to 2026.02.0
  • Systems implementing ISO15118 EVCCID functionality
  • OCPP-enabled charging infrastructure using vulnerable EVerest versions

Discovery Timeline

  • 2026-03-26 - CVE-2026-26071 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-26071

Vulnerability Analysis

This vulnerability is classified as CWE-362 (Race Condition), specifically a Time-of-Check Time-of-Use (TOCTOU) issue within the EVerest software stack. The flaw arises from improper synchronization when handling std::string objects that are accessed concurrently by multiple threads.

The race condition occurs at the intersection of two critical charging protocol operations: EVCCID updates from the ISO15118 electric vehicle communication controller and OCPP (Open Charge Point Protocol) session/authorization events. When these events occur simultaneously, concurrent access to shared string objects can result in heap-use-after-free memory corruption.

The physical attack vector requirement indicates that exploitation requires local or physical access to the charging infrastructure, which limits remote exploitation scenarios but remains significant for on-site attacks against charging stations.

Root Cause

The root cause is insufficient thread synchronization in the EVerest codebase when handling string data shared between the ISO15118 communication layer and the OCPP session management components. When an EVCCID update occurs concurrently with OCPP authorization events, the std::string objects representing vehicle or session identifiers may be accessed by one thread while being modified or deallocated by another, leading to undefined behavior and potential memory corruption.

Attack Vector

The attack requires physical access to exploit this vulnerability. An attacker with access to the charging infrastructure could potentially trigger the race condition by manipulating the timing of EV communication events (ISO15118) alongside OCPP session events. Successful exploitation could cause the charging controller to crash, resulting in denial of service conditions affecting the charging station's availability.

The heap-use-after-free scenario can occur when one thread frees a string object while another thread still holds a reference to it and attempts to access the deallocated memory. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-26071

Indicators of Compromise

  • Unexpected crashes or restarts of the EVerest charging controller software
  • Memory corruption errors or segmentation faults in EVerest process logs
  • Abnormal patterns in ISO15118 communication timing concurrent with OCPP events
  • Core dumps indicating heap corruption in string handling functions

Detection Strategies

  • Monitor EVerest application logs for memory access violations and unexpected terminations
  • Implement runtime memory sanitizers (AddressSanitizer) in development/testing environments to detect use-after-free conditions
  • Track concurrent EVCCID update and OCPP session events for anomalous timing patterns
  • Deploy process monitoring to detect repeated crashes of charging controller services

Monitoring Recommendations

  • Establish baseline metrics for charging session stability and monitor for deviations
  • Configure alerting on EVerest process crashes and automatic restart events
  • Review system logs for ThreadSanitizer or AddressSanitizer warnings during testing phases
  • Monitor charging station availability metrics for unexplained downtime patterns

How to Mitigate CVE-2026-26071

Immediate Actions Required

  • Upgrade EVerest to version 2026.02.0 or later which contains the patch for this vulnerability
  • Review and audit any custom integrations with the ISO15118 and OCPP components
  • Implement network segmentation to limit physical access to charging infrastructure
  • Enable comprehensive logging for charging controller operations to detect exploitation attempts

Patch Information

EVerest version 2026.02.0 contains a patch that addresses this race condition vulnerability. The fix implements proper thread synchronization mechanisms to prevent concurrent access to shared string objects during EVCCID updates and OCPP session handling. Organizations should update to this version as soon as possible.

For additional details about the patch and affected versions, consult the EVerest Security Advisory.

Workarounds

  • Limit physical access to charging stations and associated control systems to authorized personnel only
  • Consider temporarily disabling automatic OCPP session updates if feasible for your deployment
  • Implement additional process monitoring and automatic recovery mechanisms to minimize downtime impact
  • Isolate vulnerable charging infrastructure from untrusted networks until patching is complete
bash
# Configuration example
# Update EVerest to patched version
git fetch --tags
git checkout 2026.02.0

# Rebuild with the patched version
mkdir -p build && cd build
cmake ..
make -j$(nproc)
make install

# Restart EVerest services
systemctl restart everest

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechEverest

  • SeverityMEDIUM

  • CVSS Score4.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-362
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33009: EVerest Race Condition Vulnerability

  • CVE-2026-27814: EVerest Race Condition Vulnerability

  • CVE-2026-26074: EVerest Race Condition Vulnerability

  • CVE-2026-26073: EVerest Race Condition 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