CVE-2025-68132
CVE-2025-68132 is a medium-severity vulnerability in Linuxfoundation Everest with a CVSS 3.x base score of 4.6. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-125.
Key facts
- Severity: Medium (CVSS 3.x base score 4.6)
- CVSS v4: 2.4
- EPSS exploit prediction: 0% (15th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2025-206323
- Weakness: CWE-125
- Affected product: Linuxfoundation Everest
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is CVE-2025-68132?
- 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.
- How severe is CVE-2025-68132?
- CVE-2025-68132 has a CVSS 3.x base score of 4.6, rated medium severity. It is exploitable over physical access with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability high.
- Is CVE-2025-68132 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (15th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2025-68132?
- CVE-2025-68132 affects Linuxfoundation Everest. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2025-68132?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2025-68132 have an EU (EUVD) identifier?
- Yes. CVE-2025-68132 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-206323.
- When was CVE-2025-68132 published?
- CVE-2025-68132 was published on 2026-01-21 and last updated on 2026-06-17.
References
- https://github.com/EVerest/everest-core/commit/b8139b95144e3fe0082789b7fafe4e532ee494a1
- https://github.com/EVerest/everest-core/security/advisories/GHSA-79gc-m8w6-9hx5
Affected products (1)
- cpe:2.3:o:linuxfoundation:everest:*:*:*:*:*:*:*:*
More vulnerabilities in Linuxfoundation Everest
- CVE-2026-27816 — Critical (CVSS 9.1): EVerest is an EV charging software stack. Prior to versions to 2026.02.0,…
- CVE-2026-27815 — Critical (CVSS 9.1): EVerest is an EV charging software stack. Prior to versions to 2026.02.0, ISO15118_chargerImpl::handle_session_setup…
- CVE-2026-22790 — High (CVSS 8.8): EVerest is an EV charging software stack. Prior to version 2026.02.0, `HomeplugMessage::setup_payload` trusts `len`…
- CVE-2026-23995 — High (CVSS 8.4): EVerest is an EV charging software stack. Prior to version 2026.02.0, stack-based buffer overflow in CAN interface…
- CVE-2026-22593 — High (CVSS 8.4): EVerest is an EV charging software stack. Prior to version 2026.02.0, an off-by-one check in IsoMux certificate…
- CVE-2025-68137 — High (CVSS 8.3): EVerest is an EV charging software stack. Prior to version 2025.10.0, an integer overflow occurring in…
All CVEs affecting Linuxfoundation Everest →
Other CWE-125 (Out-of-bounds Read) vulnerabilities
- CVE-2026-24826 — Critical (CVSS 10.0): Out-of-bounds Write, Divide By Zero, NULL Pointer Dereference, Use of Uninitialized Resource, Out-of-bounds Read,…
- CVE-2024-22004 — Critical (CVSS 10.0): Due to length check, an attacker with privilege access on a Linux Nonsecure operating system can trigger a…
- CVE-2021-41556 — Critical (CVSS 10.0): sqclass.cpp in Squirrel through 2.2.5 and 3.x through 3.1 allows an out-of-bounds read (in the core interpreter) that…
- CVE-2021-21777 — Critical (CVSS 10.0): An information disclosure vulnerability exists in the Ethernet/IP UDP handler functionality of EIP Stack Group OpENer…
- CVE-2017-14451 — Critical (CVSS 10.0): An exploitable out-of-bounds read vulnerability exists in libevm (Ethereum Virtual Machine) of CPP-Ethereum. A…
- CVE-2013-0767 — Critical (CVSS 10.0): The nsSVGPathElement::GetPathLengthScale function in Mozilla Firefox before 18.0, Firefox ESR 10.x before 10.0.12 and…