Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
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, ISO15118_chargerImpl::handle_session_setup copies a variable-length payment_options list into a fixed-size array of length 2 without bounds checking. With schema validation disabled by default, oversized MQTT Cmd payloads can trigger out-of-bounds writes and corrupt adjacent EVSE state or crash the process. Version 2026.02.0 contains a patch.
AnalysisAI
Out-of-bounds memory writes in EVerest charging software stack versions prior to 2026.02.0 allow local attackers to corrupt EVSE state or crash the charging process by sending oversized MQTT command payloads that bypass disabled schema validation. The ISO15118_chargerImpl::handle_session_setup function copies variable-length payment_options lists into a fixed 2-element array without bounds checking, exposing a CWE-787 buffer overflow vulnerability with availability and integrity impact. No public exploit code has been identified at time of analysis.
Technical ContextAI
EVerest is an open-source EV charging software stack (CPE: cpe:2.3:a:everest:everest-core) that implements ISO 15118 standard charging protocols. The vulnerability resides in the ISO15118_chargerImpl::handle_session_setup function, which processes MQTT command payloads containing payment options negotiation. The root cause is a classic CWE-787 out-of-bounds write vulnerability: the function uses memcpy or similar operations to copy a dynamically-sized payment_options array from untrusted MQTT message data into a fixed-size stack or heap buffer of exactly 2 elements. Schema validation, which would normally constrain payload sizes at the message boundary, is disabled by default in affected versions. This allows an attacker crafting malicious MQTT Cmd messages to trigger buffer overflow conditions, overwriting adjacent EVSE (Electric Vehicle Supply Equipment) state structures or corrupting the runtime heap, leading to process crashes or state corruption.
RemediationAI
Upgrade EVerest Core to version 2026.02.0 or later, which contains the patch that adds proper bounds checking to the ISO15118_chargerImpl::handle_session_setup function. See the security advisory at https://github.com/EVerest/EVerest/security/advisories/GHSA-7wmg-crc8-6xxf for detailed upgrade instructions. As an interim mitigation before patching is feasible, enable schema validation at the MQTT message boundary (reverse the default-disabled state) to enforce payload size constraints, restrict MQTT broker access to trusted networks only via firewall rules, and monitor MQTT traffic for oversized Cmd payloads targeting payment_options fields. Monitor system logs for unexpected EVerest process crashes 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-787 – Out-of-bounds Write
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16224