Intel

AIKIDO-2026-938693

EVerest.everest-core is vulnerable to Integer Overflow

Integer OverflowCVE-2025-68137 Published Today

79

High Risk

This Affects:

C++EVerest.everest-core
2024.9.2 - 2025.9.0
Fixed in 2025.10.0
Are you affected? Scan for Free

TL;DR

SdpPacket::parse_header() adds the V2GTP header size to an attacker-controlled length field during ISO 15118-20 SDP session discovery without checking for overflow. When that length is near the maximum 32-bit value, the sum wraps, and a later subtraction for remaining bytes underflows to a huge size_t that is used as the next network read length. Depending on the transport, that read either loops indefinitely or writes past a stack buffer. The fix validates the packet length field before using it in remaining-byte calculations.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and run everest-core with the ISO 15118-20 charging communication stack enabled and reachable on the local network.

Background info

EVerest.everest-core is vulnerable to Integer Overflow in versions 2024.9.2 - 2025.9.0.

How to fix this

Upgrade the EVerest.everest-core library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform