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 versions to 2026.02.0, during RemoteStop processing, a delayed authorization response restores authorized back to true, defeating the stop_transaction() call condition on PowerOff events. As a result, the transaction can remain open even after a remote stop. Version 2026.02.0 contains a patch.
AnalysisAI
EVerest-core prior to version 2026.02.0 fails to properly terminate EV charging transactions during remote stop operations due to a delayed authorization response that incorrectly restores the authorized flag to true, allowing transactions to remain open even after a PowerOff event triggers stop_transaction(). This authentication bypass affects EV charging infrastructure and enables continued power delivery after an operator-initiated remote stop command. A proof-of-concept exists but no public confirmation of active exploitation has been identified.
Technical ContextAI
EVerest is an open-source software stack for EV charging infrastructure. The vulnerability stems from CWE-863 (Incorrect Authorization), specifically a timing or state-management flaw in the RemoteStop authorization handling logic. When a remote stop is initiated, the system should maintain a stopped state; however, a delayed authorization response during this window restores the 'authorized' state variable to true, which acts as a precondition gate for the stop_transaction() method. This creates a logic flaw where the authorization state contradicts the actual operational intent (stop), allowing the charging transaction to persist. The affected product is EVerest-core (CPE: cpe:2.3:a:everest:everest-core:*:*:*:*:*:*:*:*), which is widely used in EV charging station implementations.
RemediationAI
Upgrade EVerest-core to version 2026.02.0 or later immediately using the official vendor release. Organizations should consult the GitHub Security Advisory (https://github.com/EVerest/EVerest/security/advisories/GHSA-43xm-5m3v-52hm) for deployment instructions and validation steps. Until patching can be completed, implement operational controls by restricting remote stop command execution to authenticated and authorized administrative users only, and conduct periodic transaction audits to verify that stopped sessions do not retain active charging state. Additionally, monitor charging infrastructure logs for anomalous authorization state transitions, particularly delayed responses to RemoteStop events that may indicate exploitation attempts.
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-16252