Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-25996

CVE-2024-25996: Charx Sec-3000 Firmware RCE Vulnerability

CVE-2024-25996 is a remote code execution vulnerability in Phoenixcontact Charx Sec-3000 Firmware caused by an origin validation error allowing unauthenticated attacks. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2024-25996 Overview

CVE-2024-25996 is a critical remote code execution vulnerability affecting Phoenix Contact CHARX SEC series electric vehicle charging controllers. The vulnerability stems from an origin validation error that allows unauthenticated remote attackers to execute arbitrary code on vulnerable devices. While the access is limited to the service user context, successful exploitation could allow attackers to compromise EV charging infrastructure, potentially affecting critical energy systems.

Critical Impact

Unauthenticated remote code execution on Phoenix Contact CHARX SEC EV charging controllers enables attackers to compromise charging infrastructure without any credentials.

Affected Products

  • Phoenix Contact CHARX SEC-3000 Firmware
  • Phoenix Contact CHARX SEC-3050 Firmware
  • Phoenix Contact CHARX SEC-3100 Firmware
  • Phoenix Contact CHARX SEC-3150 Firmware

Discovery Timeline

  • 2024-03-12 - CVE-2024-25996 published to NVD
  • 2025-01-23 - Last updated in NVD database

Technical Details for CVE-2024-25996

Vulnerability Analysis

This vulnerability is classified under CWE-346 (Origin Validation Error), which occurs when a product does not properly verify that the source of data or communication is valid. In the context of the Phoenix Contact CHARX SEC controllers, the firmware fails to adequately validate the origin of incoming requests, allowing attackers to bypass authentication mechanisms and execute arbitrary commands on the affected devices.

The affected CHARX SEC series devices are industrial EV charging controllers used in critical infrastructure environments. The network-accessible nature of the vulnerability combined with no authentication requirements makes this a particularly dangerous flaw for organizations deploying these controllers in public or semi-public charging stations.

Root Cause

The root cause of CVE-2024-25996 lies in improper origin validation within the firmware of Phoenix Contact CHARX SEC controllers. The device's web service or API endpoint fails to verify the legitimacy of incoming request origins, allowing attackers to craft malicious requests that are accepted and processed by the device. This weakness enables request forgery attacks that can escalate to remote code execution within the service user context.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker with network access to the vulnerable CHARX SEC controller can send specially crafted requests that exploit the origin validation flaw. The attack flow involves:

  1. Identifying an exposed CHARX SEC controller on the network
  2. Crafting a malicious request that bypasses origin validation checks
  3. Submitting the request to execute arbitrary code on the device
  4. Gaining code execution within the service user context

While the code execution is limited to the service user account, this level of access could still enable manipulation of charging operations, data exfiltration, lateral movement within the network, or denial of service conditions affecting EV charging availability.

Detection Methods for CVE-2024-25996

Indicators of Compromise

  • Unexpected outbound network connections from CHARX SEC controllers to unknown IP addresses
  • Unusual process execution or service behavior on CHARX SEC devices
  • Anomalous log entries indicating failed or suspicious authentication attempts
  • Modified firmware or configuration files on affected controllers

Detection Strategies

  • Monitor network traffic to and from CHARX SEC controllers for anomalous patterns or connections to unknown endpoints
  • Implement network segmentation to isolate industrial control devices and log all cross-segment communications
  • Deploy intrusion detection systems (IDS) with signatures for origin validation bypass attempts
  • Regularly audit firmware versions to identify unpatched CHARX SEC devices

Monitoring Recommendations

  • Enable verbose logging on CHARX SEC controllers to capture detailed request and authentication data
  • Establish baseline network behavior for charging infrastructure and alert on deviations
  • Monitor for unauthorized firmware modifications or configuration changes on CHARX SEC devices

How to Mitigate CVE-2024-25996

Immediate Actions Required

  • Review the VDE Security Advisory VDE-2024-011 for official vendor guidance and patch information
  • Isolate affected CHARX SEC controllers from untrusted networks immediately
  • Implement strict network access controls to limit which hosts can communicate with the controllers
  • Monitor affected devices for signs of compromise while awaiting patching

Patch Information

Phoenix Contact has addressed this vulnerability in updated firmware releases. Organizations should consult the VDE Security Advisory VDE-2024-011 for specific firmware version information and download links. Apply the latest available firmware to all affected CHARX SEC-3000, SEC-3050, SEC-3100, and SEC-3150 devices as soon as possible.

Workarounds

  • Implement network segmentation to isolate CHARX SEC controllers from public or untrusted network segments
  • Deploy a firewall or access control list (ACL) to restrict network access to the controller's management interfaces to authorized hosts only
  • Use a VPN or other secure tunnel for remote administration of charging infrastructure
  • Disable unused network services on the CHARX SEC controllers if configuration options permit
bash
# Example network segmentation using iptables (adjust for your environment)
# Restrict access to CHARX SEC controller management port (example port 443)
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPhoenixcontact

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-346
  • Technical References
  • VDE Security Advisory VDE-2024-011
  • Related CVEs
  • CVE-2025-25270: Charx Sec-3000 Firmware RCE Vulnerability

  • CVE-2024-25995: Phoenixcontact Charx Sec-3000 RCE Flaw

  • CVE-2025-41751: Phoenix Contact FL NAT 2008 XSS Vulnerability

  • CVE-2025-41752: Phoenix Contact FL NAT 2008 XSS 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