CVE-2025-68137
CVE-2025-68137 is a high-severity vulnerability in Linuxfoundation Everest with a CVSS 3.x base score of 8.3. 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-120.
Key facts
- Severity: High (CVSS 3.x base score 8.3)
- EPSS exploit prediction: 0% (16th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2025-206317
- Weakness: CWE-120
- Affected product: Linuxfoundation Everest
- Published:
- Last modified:
Description
EVerest is an EV charging software stack. Prior to version 2025.10.0, an integer overflow occurring in `SdpPacket::parse_header()` allows the current buffer length to be set to 7 after a complete header of size 8 has been read. The remaining length to read is computed using the current length subtracted by the header length which results in a negative value. This value is then interpreted as `SIZE_MAX` (or slightly less) because the expected type of the argument is `size_t`. Depending on whether the server is plain TCP or TLS, this leads to either an infinite loop or a stack buffer overflow. Version 2025.10.0 fixes the issue.
Frequently asked questions
- What is CVE-2025-68137?
- EVerest is an EV charging software stack. Prior to version 2025.10.0, an integer overflow occurring in `SdpPacket::parse_header()` allows the current buffer length to be set to 7 after a complete header of size 8 has been read. The remaining length to read is computed using the current length subtracted by the header length which results in a negative value. This value is then interpreted as `SIZE_MAX` (or slightly less) because the expected type of the argument is `size_t`. Depending on whether the server is plain TCP or TLS, this leads to either an infinite loop or a stack buffer overflow. Version 2025.10.0 fixes the issue.
- How severe is CVE-2025-68137?
- CVE-2025-68137 has a CVSS 3.x base score of 8.3, rated high severity. It is exploitable over an adjacent network with high attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2025-68137 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (16th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2025-68137?
- CVE-2025-68137 affects Linuxfoundation Everest. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2025-68137?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2025-68137 have an EU (EUVD) identifier?
- Yes. CVE-2025-68137 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-206317.
- When was CVE-2025-68137 published?
- CVE-2025-68137 was published on 2026-01-21 and last updated on 2026-06-17.
References
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-2026-33009 — High (CVSS 8.2): EVerest is an EV charging software stack. Versions prior to 2026.02.0 have a data race leading to C++ UB (potential…
All CVEs affecting Linuxfoundation Everest →
Other CWE-120 (Classic Buffer Overflow) vulnerabilities
- CVE-2025-48611 — Critical (CVSS 10.0): In DeviceId of DeviceId.java, there is a possible desync in persistence due to a missing bounds check. This could lead…
- CVE-2026-24823 — Critical (CVSS 10.0): Out-of-bounds Write, Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') vulnerability in FASTSHIFT…
- CVE-2026-24810 — Critical (CVSS 10.0): Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') vulnerability in rethinkdb (src/cjson modules).…
- CVE-2026-24800 — Critical (CVSS 10.0): Out-of-bounds Write, Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') vulnerability in tildearrow…
- CVE-2025-9962 — Critical (CVSS 10.0): A buffer overflow vulnerability in Novakon P series allows attackers to gain root permission without prior…
- CVE-2010-10016 — Critical (CVSS 10.0): BS.Player version 2.57 (build 1051) contains a vulnerability in its playlist import functionality. When processing .m3u…
Browse all CWE-120 (Classic Buffer Overflow) vulnerabilities →