CVE-2026-22593 PUBLISHED

EVerest has off-by-one stack buffer overflow in IsoMux certificate filename parsing

Assigner: GitHub_M
Reserved: 07.01.2026 Published: 26.03.2026 Updated: 26.03.2026

EVerest is an EV charging software stack. Prior to version 2026.02.0, an off-by-one check in IsoMux certificate filename handling causes a stack-based buffer overflow when a filename length equals MAX_FILE_NAME_LENGTH (100). A crafted filename in the certificate directory can overflow file_names[idx], corrupting stack state and enabling potential code execution. Version 2026.02.0 contains a patch.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.4

Product Status

Vendor EVerest
Product everest-core
Versions
  • Version < 2026.02.0 is affected

References

Problem Types

  • CWE-193: Off-by-one Error CWE