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",
"cwe_ids": [
"CWE-125"
],
"cna_assigner": "GitHub_M"
}[
{
"target": {
"function": "Charger::run_state_machine",
"file": "modules/EVSE/EvseManager/Charger.cpp"
},
"id": "CVE-2025-68132-9f19b164",
"digest": {
"function_hash": "105791959420441360961467020136404249444",
"length": 17735.0
},
"source": "https://github.com/everest/everest-core/commit/227730cd01913f960df3e6f83fef128927a07bed",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"target": {
"file": "modules/EVSE/EvseManager/Charger.cpp"
},
"id": "CVE-2025-68132-c16e428e",
"digest": {
"line_hashes": [
"110216529751547046126947211302911956576",
"186091680927816495345340104376671627738",
"54993989512986692269835695775072838076",
"114766109131830359881831328581278020720"
],
"threshold": 0.9
},
"source": "https://github.com/everest/everest-core/commit/227730cd01913f960df3e6f83fef128927a07bed",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line"
}
]
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-68132.json"