Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2025-68132
January 21, 2026
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.
Affected Packages
https://github.com/EVerest/everest-core.git (GITHUB):
Affected version(s) >=2022-11.0 <2025.12.0
Fix Suggestion:
Update to version 2025.12.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
2.4
Attack Vector
PHYSICAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
2.4
Attack Vector
PHYSICAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Out-of-bounds Read
EPSS
Base Score:
0.02