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 uses v2g_ctx after it has been freed when ISO15118 initialization fails (e.g., no IPv6 link-local address). The EVSE process can be crashed remotely by an attacker with MQTT access who issues a session_setup command while v2g_ctx has been released. Version 2026.02.0 contains a patch.
AnalysisAI
EVerest charging software stack versions prior to 2026.02.0 contain a use-after-free vulnerability in the ISO15118_chargerImpl::handle_session_setup function that crashes the EVSE process when session setup commands are issued after ISO15118 initialization failure. Remote attackers with MQTT access can trigger this denial of service condition by sending a crafted session_setup command, causing the process to reference freed memory (v2g_ctx). A vendor-released patch is available in version 2026.02.0.
Technical ContextAI
The vulnerability resides in EVerest-Core (cpe:2.3:a:everest:everest-core), a software stack for electric vehicle supply equipment (EVSE) charging management. The affected code path involves the ISO 15118 protocol implementation, which handles vehicle-to-grid (V2G) communication and session negotiation. The root cause is classified as CWE-416 (Use After Free): when ISO15118 initialization fails-for example, due to the absence of an IPv6 link-local address required by the ISO15118 standard-the v2g_ctx context pointer is deallocated. However, the handle_session_setup function fails to validate this freed state and continues to dereference the pointer when processing subsequent MQTT-delivered session_setup commands. This memory corruption condition allows attackers who possess MQTT credentials (typically network-level access) to reliably trigger a denial of service by causing the charger process to access invalid memory.
RemediationAI
Upgrade EVerest-Core to version 2026.02.0 or later, which contains the vendor-released patch. Consult the GitHub Security Advisory at https://github.com/EVerest/EVerest/security/advisories/GHSA-5g3v-qc79-qqwr for patch details and deployment guidance. Until patching is completed, restrict network access to the MQTT broker serving the EVSE process to trusted networks and authenticated clients only, implement network segmentation to isolate EV charging infrastructure from untrusted segments, monitor MQTT message logs for anomalous session_setup commands, and consider disabling ISO15118 session handling if operations can safely fall back to alternative charging protocols during the remediation window.
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-416 – Use After Free
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16228