Severity by source
AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
EVerest is an EV charging software stack. Prior to version 2026.02.0, even immediately after CSMS performs a RemoteStop (StopTransaction), the EVSE can return to PrepareCharging via the EV's BCB toggle, allowing session restart. This breaks the irreversibility of remote stop and can bypass operational/billing/safety controls. Version 2026.02.0 contains a patch.
AnalysisAI
EVerest charging software stack versions prior to 2026.02.0 allow EV operators to bypass remote stop commands issued by a Charging Station Management System (CSMS) by toggling the EV's Battery Control Box (BCB), causing the EVSE to return to PrepareCharging state and restart charging sessions. This circumvents billing, operational, and safety controls enforced by remote stop functionality. A proof-of-concept exists and the vulnerability has been patched in version 2026.02.0, though the attack requires physical proximity to the charging equipment (CVSS attack vector: Physical).
Technical ContextAI
EVerest-core (cpe:2.3:a:everest:everest-core:*:*:*:*:*:*:*:*) is an open-source EV charging software stack that manages the state machine governing EVSE (Electric Vehicle Supply Equipment) charging sessions, including transitions between states such as PrepareCharging and Active charging. The vulnerability stems from insufficient validation of state transition guards after a RemoteStop command from the CSMS triggers a StopTransaction. CWE-863 (Incorrect Authorization) indicates that the EVSE does not properly enforce authorization logic to prevent unauthorized state transitions-specifically, the BCB toggle input is not validated against the previous remote stop command, allowing the EV to force a return to PrepareCharging. The CSMS remote stop mechanism is designed to be irreversible and enforce billing/safety boundaries; this flaw breaks that guarantee by allowing the EV itself to override the CSMS decision through a low-level signal.
RemediationAI
Upgrade EVerest-core to version 2026.02.0 or later immediately. This version contains the vendor-released patch that restores the irreversibility of RemoteStop by properly validating BCB toggle inputs against CSMS stop state. Until patching is feasible in production environments, implement physical security controls around charging equipment to prevent unauthorized BCB manipulation, enforce strict monitoring of CSMS RemoteStop commands and verify that charging sessions actually terminate, and consider disabling BCB-driven state transitions at the firmware level if the charging equipment supports such configuration. Review the GitHub Security Advisory (https://github.com/EVerest/EVerest/security/advisories/GHSA-pw9q-2287-cchc) for detailed deployment guidance and any interim configuration flags.
EVerest is an EV charging software stack. Prior to version 2025.10.0, an integer overflow occurring in `SdpPacket::parse
EVerest is an EV charging software stack. Prior to version 2025.10.0, during the deserialization of a `DC_ChargeLoopRes`
EVerest is an EV charging software stack. Prior to version 2025.10.0, once the module receives a SDP request, it creates
EVerest is an EV charging software stack. In versions 2025.9.0 and below, an attacker can exhaust the operating system's
EVerest is an EV charging software stack. Prior to version 2025.10.0, C++ exceptions are not properly handled for and by
Remote code execution vulnerability in EVerest electric vehicle charging software stack allows adjacent network attacker
EVerest is an EV charging software stack. Prior to version 2025.12.0, `is_message_crc_correct` in the DZG_GSH01 powermet
Stack-based buffer overflow in EVerest EV charging software allows unauthenticated local attackers to execute arbitrary
Stack-based buffer overflow in EVerest EV charging software stack enables local code execution when processing certifica
Concurrent access to shared memory in EVerest EV charging software (versions prior to 2026.02.0) enables remote attacker
Everest EV charging software prior to version 2025.9.0 contains an improper pointer arithmetic flaw in error handling wh
Out-of-bounds vector access in EVerest EV charging software (everest-core versions before 2026.02.0) enables remote unau
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16254