Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-54479 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-613Insufficient Session Expiration[email protected]

Affected Products

ProductVersions
EVoke Systems Charging Station Management System
<= 0

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Mitigation:low effort

    Only allow a single active connection per charger ID. If a second connection using the same charger ID is detected, reject the new connection or terminate the previous session.

  • Mitigation:low effort

    Monitor session anomalies including repeated connection attempts, unexpected IP address changes, and abnormal message patterns. Log and flag security events for operational review.

  • Mitigation:low effort

    Implement connection rate limiting at the WebSocket gateway layer to restrict excessive connection attempts from the same source and temporarily block abusive traffic patterns.

  • Mitigation:low effort

    Develop a lifecycle policy for legacy chargers that cannot support modern OCPP security profiles. This policy will include identification of unsupported EVSE models and risk classification, as well as migration planning with site operators where possible.

  • Workaround:low efforthttps://evokesystems.com/contact-us/

    Contact EVoke for more information.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-54479
NVD Published Date:
Jun 25, 2026
NVD Last Modified:
Jun 26, 2026
Source:
[email protected]
CVE-2026-54479 Details - Not Deferred