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
    • 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-27828

CVE-2026-27828: EVerest Use-After-Free Vulnerability

CVE-2026-27828 is a use-after-free vulnerability in EVerest EV charging software that enables remote attackers with MQTT access to crash the EVSE process. This article covers technical details, affected versions, and fixes.

Published: March 27, 2026

CVE-2026-27828 Overview

CVE-2026-27828 is a Use After Free vulnerability in EVerest, an open-source EV (Electric Vehicle) charging software stack. The vulnerability exists in the ISO15118_chargerImpl::handle_session_setup function, which incorrectly accesses the v2g_ctx context object after it has been freed when ISO15118 initialization fails. This can occur when no IPv6 link-local address is available during initialization. An attacker with MQTT access can remotely crash the EVSE (Electric Vehicle Supply Equipment) process by issuing a session_setup command while the v2g_ctx object has already been released.

Critical Impact

Remote attackers with MQTT access can cause denial of service by crashing the EVSE process, potentially disrupting EV charging infrastructure operations.

Affected Products

  • EVerest EV charging software stack versions prior to 2026.02.0

Discovery Timeline

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

Technical Details for CVE-2026-27828

Vulnerability Analysis

This Use After Free (CWE-416) vulnerability occurs during error handling in the ISO15118 protocol implementation. The ISO15118 standard defines communication between EVs and charging stations, and the EVerest implementation manages this communication through a context object called v2g_ctx. When initialization of the ISO15118 subsystem fails—particularly when no IPv6 link-local address is configured—the v2g_ctx object is deallocated as part of error cleanup. However, the handle_session_setup function does not properly validate whether this context is still valid before attempting to use it, leading to a use-after-free condition.

The vulnerability is exploitable remotely by attackers who have gained MQTT (Message Queuing Telemetry Transport) access to the charging infrastructure. MQTT is commonly used in IoT deployments including EV charging networks for device communication.

Root Cause

The root cause is improper memory management in the error handling path of the ISO15118 initialization routine. When initialization fails due to network configuration issues (such as missing IPv6 link-local addresses), the v2g_ctx context object is freed but the reference to it is not properly invalidated. Subsequent calls to ISO15118_chargerImpl::handle_session_setup attempt to access this freed memory, resulting in undefined behavior that manifests as a process crash.

Attack Vector

The attack requires local access to the MQTT message broker used by the EVerest deployment. An attacker who has compromised or gained access to the MQTT infrastructure can trigger the vulnerability by:

  1. Waiting for or inducing an ISO15118 initialization failure (e.g., through network manipulation)
  2. Sending a crafted session_setup command via MQTT
  3. The command reaches the vulnerable handle_session_setup function which attempts to dereference the freed v2g_ctx pointer
  4. The EVSE process crashes, causing denial of service

The vulnerability can be triggered repeatedly to maintain a persistent denial of service condition against the charging infrastructure. For technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-27828

Indicators of Compromise

  • Unexpected EVSE process crashes or restarts, particularly following network configuration changes
  • Unusual MQTT traffic patterns targeting session_setup commands
  • Repeated ISO15118 initialization failures in system logs
  • Memory-related error messages or core dumps from the EVerest process

Detection Strategies

  • Monitor EVSE process stability and implement alerting for unexpected restarts
  • Analyze MQTT broker logs for suspicious session_setup command patterns
  • Implement anomaly detection on MQTT traffic to identify unauthorized or malformed commands
  • Review system logs for ISO15118 initialization failures that could indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for the ISO15118 subsystem to capture initialization failures
  • Monitor network configurations for missing IPv6 link-local addresses that could trigger the vulnerable code path
  • Implement process monitoring and automatic alerting when EVSE services crash
  • Deploy network monitoring to detect unauthorized MQTT access attempts

How to Mitigate CVE-2026-27828

Immediate Actions Required

  • Upgrade EVerest to version 2026.02.0 or later which contains the security patch
  • Restrict MQTT broker access to authorized systems only using authentication and network segmentation
  • Ensure proper IPv6 configuration to reduce likelihood of triggering the vulnerable initialization path
  • Implement process supervision to automatically restart crashed EVSE services while patches are being deployed

Patch Information

EVerest version 2026.02.0 contains a patch that addresses this vulnerability by properly validating the v2g_ctx context before use and ensuring the reference is invalidated when the object is freed. Organizations should upgrade to this version or later immediately. The GitHub Security Advisory contains additional details about the fix.

Workarounds

  • Implement strict access controls on MQTT brokers to prevent unauthorized command injection
  • Deploy network segmentation to isolate EV charging infrastructure from untrusted networks
  • Ensure IPv6 is properly configured with link-local addresses to prevent initialization failures
  • Monitor and rate-limit session_setup commands to detect and mitigate exploitation attempts

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechEverest

  • SeverityMEDIUM

  • CVSS Score5.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27813: EVerest Use-After-Free Vulnerability

  • CVE-2025-68136: EVerest Use-After-Free Vulnerability

  • CVE-2026-33014: EVerest Auth Bypass Vulnerability

  • CVE-2026-33015: EVerest 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