EVerest is an EV charging software stack. Prior to version 2025.12.0, is_message_crc_correct in the DZG_GSH01 powermeter SLIP parser reads vec[vec.size()-1] and vec[vec.size()-2] without checking that at least two bytes are present. Malformed SLIP frames on the serial link can reach is_message_crc_correct with vec.size() < 2 (only via the multi-message path), causing an out-of-bounds read before CRC verification and pop_back underflow. Therefore, an attacker controlling the serial input can reliably crash the process. Version 2025.12.0 fixes the issue.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68132.json",
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-125"
]
}"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-68132.json"
"2026-04-12T19:16:12Z"
[
{
"target": {
"file": "modules/EVSE/EvseManager/Charger.cpp",
"function": "Charger::run_state_machine"
},
"id": "CVE-2025-68132-9f19b164",
"source": "https://github.com/everest/everest-core/commit/227730cd01913f960df3e6f83fef128927a07bed",
"signature_type": "Function",
"deprecated": false,
"digest": {
"length": 17735.0,
"function_hash": "105791959420441360961467020136404249444"
},
"signature_version": "v1"
},
{
"target": {
"file": "modules/EVSE/EvseManager/Charger.cpp"
},
"id": "CVE-2025-68132-c16e428e",
"source": "https://github.com/everest/everest-core/commit/227730cd01913f960df3e6f83fef128927a07bed",
"signature_type": "Line",
"deprecated": false,
"digest": {
"threshold": 0.9,
"line_hashes": [
"110216529751547046126947211302911956576",
"186091680927816495345340104376671627738",
"54993989512986692269835695775072838076",
"114766109131830359881831328581278020720"
]
},
"signature_version": "v1"
}
]