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

CVE-2026-0778: Enel X JuiceBox 40 RCE Vulnerability

CVE-2026-0778 is a remote code execution flaw in Enel X JuiceBox 40 charging stations caused by missing authentication in the telnet service. This article covers the technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-0778 Overview

CVE-2026-0778 is a missing authentication vulnerability affecting the Enel X JuiceBox 40 electric vehicle charging station. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations without requiring authentication. The flaw exists within the telnet service, which listens on TCP port 2000 by default. The issue results from the lack of authentication prior to allowing remote connections, enabling attackers to leverage this vulnerability to execute code in the context of the service account.

Critical Impact

Network-adjacent attackers can gain unauthorized remote code execution on JuiceBox 40 charging stations without authentication, potentially compromising critical EV charging infrastructure.

Affected Products

  • Enel X JuiceBox 40 Charging Stations

Discovery Timeline

  • 2026-01-23 - CVE-2026-0778 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2026-0778

Vulnerability Analysis

This vulnerability (tracked as ZDI-CAN-23285) stems from CWE-306: Missing Authentication for Critical Function. The telnet service running on the Enel X JuiceBox 40 charging station fails to implement proper authentication mechanisms before allowing remote connections. This design flaw enables any attacker within the adjacent network to connect directly to the telnet service on TCP port 2000 and execute arbitrary commands with the privileges of the service account.

The attack requires network adjacency, meaning the attacker must be on the same local network segment as the vulnerable charging station. This could include scenarios where attackers gain access to a building's network, parking facility network, or any shared network infrastructure where JuiceBox 40 units are deployed.

Root Cause

The root cause is a missing authentication mechanism in the telnet service implementation. The service accepts connections and processes commands without first verifying the identity or authorization of the connecting party. This is a fundamental security design flaw where a critical remote management interface lacks access controls.

Attack Vector

The attack vector is adjacent network-based, requiring the attacker to be positioned on the same network segment as the target device. An attacker can connect directly to TCP port 2000 on the JuiceBox 40 device using any telnet client. Once connected, the attacker can execute arbitrary commands with the privileges of the service account, potentially leading to:

  • Full device compromise
  • Manipulation of charging operations
  • Lateral movement to other network devices
  • Persistence mechanisms installation
  • Denial of service attacks on charging infrastructure

The vulnerability can be exploited by establishing a direct telnet connection to the device on port 2000. Without authentication checks, the service accepts commands immediately upon connection, allowing full interaction with the device's operating environment. For detailed technical information, refer to the Zero Day Initiative Advisory ZDI-26-041.

Detection Methods for CVE-2026-0778

Indicators of Compromise

  • Unexpected telnet connections to TCP port 2000 on JuiceBox 40 devices from unauthorized sources
  • Unusual process execution or new services running on charging station devices
  • Anomalous network traffic originating from EV charging infrastructure
  • Unauthorized configuration changes on JuiceBox 40 units

Detection Strategies

  • Monitor network traffic for telnet (TCP/2000) connections to JuiceBox 40 charging stations
  • Implement network segmentation alerts for traffic crossing into EV charging infrastructure VLANs
  • Deploy intrusion detection signatures for unauthorized telnet access attempts
  • Audit logs on network infrastructure devices for connections to known JuiceBox 40 IP addresses on port 2000

Monitoring Recommendations

  • Enable logging on network firewalls and switches monitoring traffic to EV charging equipment
  • Implement network access control (NAC) to restrict which devices can communicate with charging stations
  • Deploy network behavior analysis tools to identify anomalous connections to IoT/embedded devices
  • Regularly audit device inventory and network configurations for exposed telnet services

How to Mitigate CVE-2026-0778

Immediate Actions Required

  • Isolate JuiceBox 40 charging stations on a dedicated, segmented network VLAN
  • Implement firewall rules blocking external access to TCP port 2000 on affected devices
  • Deploy network access controls to restrict which hosts can communicate with charging infrastructure
  • Monitor for any suspicious telnet activity to affected devices

Patch Information

Consult the Zero Day Initiative Advisory ZDI-26-041 for the latest patch availability and vendor guidance. Contact Enel X directly for firmware updates addressing this vulnerability.

Workarounds

  • Block TCP port 2000 at the network perimeter and internal segment boundaries using firewall rules
  • Implement strict network segmentation isolating EV charging infrastructure from general network access
  • Deploy 802.1X network authentication to prevent unauthorized devices from accessing charging station networks
  • Consider disabling the telnet service if operationally feasible and alternative management methods exist
bash
# Example firewall rule to block telnet access to JuiceBox devices (adjust IP range as needed)
# iptables example for Linux-based network appliances
iptables -A FORWARD -p tcp --dport 2000 -d 192.168.10.0/24 -j DROP
iptables -A INPUT -p tcp --dport 2000 -j DROP

# Log attempts for monitoring
iptables -A FORWARD -p tcp --dport 2000 -d 192.168.10.0/24 -j LOG --log-prefix "JUICEBOX_TELNET_BLOCKED: "

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechEnel X Juicebox

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Zero Day Initiative Advisory ZDI-26-041
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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