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-2024-37310

CVE-2024-37310: EVerest Buffer Overflow Vulnerability

CVE-2024-37310 is a buffer overflow vulnerability in EVerest EV charging software caused by an integer overflow that enables remote heap overflow attacks. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-37310 Overview

CVE-2024-37310 is a critical integer overflow vulnerability affecting EVerest, an open-source EV (Electric Vehicle) charging software stack. The vulnerability exists in the v2g_incoming_v2gtp function within the v2g_server.cpp implementation, where an integer overflow condition can be exploited by a remote attacker to overflow the process heap. This vulnerability poses significant risks to EV charging infrastructure, potentially allowing attackers to compromise charging stations and execute arbitrary code.

Critical Impact

Remote attackers can exploit this integer overflow to corrupt heap memory, potentially leading to remote code execution on EV charging infrastructure systems without requiring authentication.

Affected Products

  • EVerest everest-core versions prior to 2024.3.1
  • EVerest everest-core versions prior to 2024.6.0

Discovery Timeline

  • July 10, 2024 - CVE-2024-37310 published to NVD
  • December 16, 2024 - Last updated in NVD database

Technical Details for CVE-2024-37310

Vulnerability Analysis

This vulnerability is classified under CWE-122 (Heap-based Buffer Overflow). The flaw resides in the V2G (Vehicle-to-Grid) communication protocol implementation within the EVerest charging stack. The v2g_incoming_v2gtp function in v2g_server.cpp fails to properly validate integer values before performing memory allocation or copy operations, resulting in an integer overflow condition. When exploited, this causes subsequent heap memory operations to write beyond allocated buffer boundaries.

The network-accessible nature of this vulnerability is particularly concerning for critical infrastructure. EV charging stations running vulnerable EVerest firmware could be remotely targeted by attackers who can send specially crafted V2G Transport Protocol (V2GTP) messages. The attack requires no user interaction and no prior authentication, though the attack complexity is considered high due to the specific conditions required for successful exploitation.

Root Cause

The root cause of CVE-2024-37310 is improper integer handling in the v2g_incoming_v2gtp function. When processing incoming V2GTP messages, the function accepts user-controlled length values without adequate bounds checking. These values are used in arithmetic operations that can wrap around when sufficiently large values are provided, causing subsequent memory allocation to be smaller than expected. When data is then copied using the original (large) length value, a heap buffer overflow occurs.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker with network access to a vulnerable EV charging station can send maliciously crafted V2GTP packets to the v2g_server component. The attack flow involves:

  1. The attacker sends a specially crafted V2GTP message with a malicious length field designed to trigger the integer overflow
  2. The integer overflow causes an undersized heap buffer to be allocated
  3. Subsequent data copy operations write beyond the allocated buffer boundaries
  4. The heap corruption can be leveraged to gain code execution or cause denial of service

The vulnerability can be exploited without any privileges or user interaction, making it particularly dangerous for internet-exposed or network-accessible charging infrastructure.

The vulnerability manifests in the V2GTP message handling code where integer arithmetic is performed on attacker-controlled length values. For technical implementation details and the specific code changes, see the GitHub Security Advisory and the commit that addresses this vulnerability.

Detection Methods for CVE-2024-37310

Indicators of Compromise

  • Unusual crash patterns or segmentation faults in the EVerest v2g_server process
  • Anomalous network traffic patterns targeting V2GTP communication ports
  • Unexpected process restarts or service interruptions on EV charging controllers
  • Memory corruption indicators or heap integrity check failures in system logs

Detection Strategies

  • Monitor EVerest service logs for crash reports or heap corruption indicators in the v2g_server component
  • Implement network intrusion detection rules to identify malformed V2GTP packets with suspicious length fields
  • Deploy runtime memory protection mechanisms (such as heap canaries and ASLR) to detect exploitation attempts
  • Conduct regular vulnerability scanning to identify EVerest installations running versions prior to 2024.3.1 or 2024.6.0

Monitoring Recommendations

  • Enable comprehensive logging for all V2G protocol communications
  • Implement alerting on service crashes or unexpected restarts of the EVerest stack
  • Monitor network traffic for unusually large or malformed V2GTP message payloads
  • Deploy file integrity monitoring on EVerest binary files to detect potential post-exploitation modifications

How to Mitigate CVE-2024-37310

Immediate Actions Required

  • Upgrade EVerest everest-core to version 2024.3.1 or 2024.6.0 immediately
  • If immediate patching is not possible, implement network segmentation to restrict access to V2G communication interfaces
  • Review network access controls to ensure charging stations are not directly exposed to untrusted networks
  • Enable available heap protection mechanisms on the host operating system

Patch Information

The EVerest project has released patched versions that address this vulnerability. Organizations should update to version 2024.3.1 or 2024.6.0 which include the fix. The specific commit addressing this vulnerability is available in the EVerest GitHub repository. Release packages are available at EVerest 2024.3.1 and EVerest 2024.6.0.

Workarounds

  • Implement strict network segmentation to isolate EV charging infrastructure from untrusted networks
  • Deploy a web application firewall or network filtering to inspect and block malformed V2GTP traffic
  • Limit network access to the V2G server component to only trusted vehicle communication paths
  • Consider disabling V2G functionality temporarily if it is not operationally required until patching is complete
bash
# Network segmentation example using iptables
# Restrict V2G server access to trusted network segment only
iptables -A INPUT -p tcp --dport 15118 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 15118 -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechEverest

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability1.92%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • GitHub Commit Update

  • GitHub Release 2024.3.1

  • GitHub Release 2024.6.0

  • GitHub Security Advisory GHSA-8g9q-7qr9-vc96

  • PlaxidityX Blog CVE-2024-37310 Analysis
  • Related CVEs
  • CVE-2026-27816: EVerest Buffer Overflow Vulnerability

  • CVE-2026-27815: EVerest Buffer Overflow Vulnerability

  • CVE-2026-23995: EVerest Buffer Overflow Vulnerability

  • CVE-2026-22593: EVerest Buffer Overflow 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