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-2025-68141

CVE-2025-68141: EVerest EV Charging Stack DoS Vulnerability

CVE-2025-68141 is a denial of service flaw in EVerest EV charging software caused by out-of-bounds access during message deserialization. This article covers the technical details, affected versions, and mitigation steps.

Published: January 23, 2026

CVE-2025-68141 Overview

CVE-2025-68141 is a null pointer dereference vulnerability in EVerest, an open-source EV charging software stack. Prior to version 2025.10.0, during the deserialization of a DC_ChargeLoopRes message that includes Receipt as well as TaxCosts, the vector <DetailedTax>tax_costs in the target Receipt structure is accessed out of bounds. This occurs in the method template <> void convert(const struct iso20_dc_DetailedTaxType& in, datatypes::DetailedTax& out) which leads to a null pointer dereference and causes the module to terminate. The EVerest processes and all its modules shut down, affecting all Electric Vehicle Supply Equipment (EVSE).

Critical Impact

Successful exploitation results in complete denial of service for all EV charging stations managed by the affected EVerest deployment, disrupting charging infrastructure operations.

Affected Products

  • EVerest everest-core prior to version 2025.10.0
  • EV charging infrastructure deployments using vulnerable EVerest versions
  • ISO 15118-20 DC charging implementations within EVerest

Discovery Timeline

  • 2026-01-21 - CVE-2025-68141 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2025-68141

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference) and stems from improper bounds checking during message deserialization in the EVerest charging stack. When processing ISO 15118-20 DC charging protocol messages, specifically the DC_ChargeLoopRes message type containing Receipt and TaxCosts data, the application fails to validate array bounds before accessing elements within the tax_costs vector.

The vulnerability is exploitable from an adjacent network position, requiring no authentication or user interaction. An attacker positioned on the same network as the EV charging infrastructure can craft malicious DC_ChargeLoopRes messages that trigger the out-of-bounds access, resulting in a null pointer dereference. This causes the entire EVerest process and all associated modules to crash, effectively disabling all connected EVSE units.

The scope of this vulnerability is changed (S:C in the CVSS vector), meaning the vulnerable component impacts resources beyond its security scope—in this case, all charging stations managed by the affected EVerest instance become unavailable.

Root Cause

The root cause lies in the convert template function that deserializes ISO 15118-20 DC DetailedTax data structures. The function accesses elements in the tax_costs vector without first verifying that the vector has been properly initialized or that the accessed index is within valid bounds. When a malformed or crafted DC_ChargeLoopRes message is received, the code attempts to dereference a null or invalid pointer, causing immediate process termination.

Attack Vector

The attack requires adjacent network access to the EV charging infrastructure. An attacker must be able to communicate with the EVerest system over the local network segment where ISO 15118 charging communication occurs. The attack can be executed by:

  1. Establishing a position on the charging network (either physically at a charging station or through network compromise)
  2. Crafting a malicious DC_ChargeLoopRes message with Receipt and TaxCosts structures designed to trigger the out-of-bounds vector access
  3. Sending the crafted message to the EVerest instance
  4. The deserialization routine attempts to access an invalid vector index, resulting in null pointer dereference
  5. The entire EVerest process terminates, taking all EVSE offline

The vulnerability can be triggered without authentication, making it accessible to any attacker with adjacent network access.

Detection Methods for CVE-2025-68141

Indicators of Compromise

  • Unexpected termination of EVerest processes or modules without clear system cause
  • Crash logs showing null pointer dereference or segmentation faults in the convert function handling iso20_dc_DetailedTaxType
  • Multiple simultaneous EVSE stations going offline unexpectedly
  • Network traffic containing malformed DC_ChargeLoopRes messages with unusual Receipt or TaxCosts structures

Detection Strategies

  • Monitor EVerest process stability and implement alerting for unexpected process terminations
  • Implement network intrusion detection rules to identify malformed ISO 15118-20 DC charging messages
  • Deploy application-level logging to capture deserialization errors before they result in crashes
  • Use endpoint detection and response (EDR) solutions to monitor for null pointer dereference crash patterns

Monitoring Recommendations

  • Enable verbose logging in EVerest to capture detailed information about incoming charging protocol messages
  • Implement process monitoring with automatic restart capabilities to minimize downtime during attack attempts
  • Monitor network traffic between EVs and charging stations for anomalous message patterns
  • Set up alerts for simultaneous multi-station outages which may indicate exploitation attempts

How to Mitigate CVE-2025-68141

Immediate Actions Required

  • Upgrade EVerest everest-core to version 2025.10.0 or later immediately
  • Review network segmentation to limit access to EV charging infrastructure networks
  • Implement network access controls to restrict which devices can communicate with EVerest systems
  • Enable process monitoring and automatic restart mechanisms to minimize service disruption

Patch Information

EVerest version 2025.10.0 contains the fix for this vulnerability. The patch addresses the out-of-bounds vector access in the convert function by implementing proper bounds checking before accessing elements in the tax_costs vector during DC_ChargeLoopRes message deserialization.

For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Implement strict network segmentation to isolate EV charging infrastructure from untrusted network segments
  • Deploy network-level access controls to limit which devices can communicate with EVerest systems
  • Consider implementing a reverse proxy or message validation layer to filter malformed ISO 15118-20 messages before they reach EVerest
  • Enable process supervision with automatic restart to minimize downtime if exploitation occurs
bash
# Example: Network segmentation using iptables to restrict access to EVerest
# Allow only authorized IP ranges to communicate with EVerest (adjust as needed)
iptables -A INPUT -p tcp --dport 15118 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 15118 -j DROP

# Enable process monitoring with systemd restart policy
# In /etc/systemd/system/everest.service, ensure:
# Restart=always
# RestartSec=5

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEverest

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26008: EVerest DoS Vulnerability

  • CVE-2025-68139: EVerest EV Charging Stack DoS Vulnerability

  • CVE-2025-68135: EVerest EV Charging DoS Vulnerability

  • CVE-2025-68134: EVerest EV Charging Stack DoS Vulnerability
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