CVE-2026-54479
Deferred Deferred - Pending Action

Predictable Session Identifier in Charging Station Backend

Vulnerability report for CVE-2026-54479, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-25

Last updated on: 2026-06-26

Assigner: ICS-CERT

Description

The WebSocket backend uses charging station identifiers to uniquely associate sessions but allows multiple endpoints to connect using the same session identifier. This implementation results in predictable session identifiers. This vulnerability may allow unauthorized users to authenticate as other users or enable a malicious actor to cause a denial-of-service condition by overwhelming the backend with valid session requests.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-25
Last Modified
2026-06-26
Generated
2026-07-16
AI Q&A
2026-06-26
EPSS Evaluated
2026-07-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
evoke charging_station_management_system From 2.0.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-613 According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization."

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The provided information does not specify any direct impact of the vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

Detection of this vulnerability involves monitoring for multiple WebSocket connections using the same session identifier, which indicates predictable session IDs and potential unauthorized access attempts.

Network administrators should look for unusual patterns such as multiple simultaneous connections from different endpoints sharing the same charging station identifier.

Commands or tools to assist in detection may include using network traffic analyzers like Wireshark or tcpdump to capture WebSocket traffic and filter for repeated session identifiers.

  • Use tcpdump to capture WebSocket traffic on the relevant port (e.g., port 80 or 443): tcpdump -i <interface> port 80 or port 443 -w capture.pcap
  • Analyze the capture with Wireshark to filter WebSocket frames and inspect session identifiers for duplicates.
  • Use custom scripts or log analysis tools to parse backend logs for multiple connections sharing the same session ID.
Mitigation Strategies

Immediate mitigation steps include implementing server-side protections to enforce single active connections per charging station identifier and adding rate-limiting controls on authentication requests.

Minimize network exposure of the charging station management system by isolating control systems and using secure remote access methods such as VPNs.

Migrating legacy chargers to stronger security profiles (OCPP Security Profiles 2 or 3) is recommended to enhance authentication mechanisms.

  • Enforce allow-listing of authorized devices or endpoints to restrict access.
  • Implement rate limiting on authentication attempts to prevent brute-force or denial-of-service attacks.
  • Isolate the charging station management system network segment from general enterprise networks.
Executive Summary

This vulnerability exists in the WebSocket backend that uses charging station identifiers to uniquely associate sessions. However, it allows multiple endpoints to connect using the same session identifier, resulting in predictable session identifiers.

Because of this, unauthorized users may be able to authenticate as other users or a malicious actor could cause a denial-of-service condition by overwhelming the backend with valid session requests.

Impact Analysis

This vulnerability can impact you by allowing unauthorized users to impersonate other users, potentially gaining access to restricted functions or data.

Additionally, it can enable attackers to launch denial-of-service attacks by flooding the backend with valid session requests, which could disrupt service availability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54479. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart