CVE-2026-23995 PUBLISHED

EVerest has stack buffer overflow in ifreq.ifr_name when interface name exceeds IFNAMSIZ

Assigner: GitHub_M
Reserved: 19.01.2026 Published: 26.03.2026 Updated: 26.03.2026

EVerest is an EV charging software stack. Prior to version 2026.02.0, stack-based buffer overflow in CAN interface initialization: passing an interface name longer than IFNAMSIZ (16) to CAN open routines overflows ifreq.ifr_name, corrupting adjacent stack data and enabling potential code execution. A malicious or misconfigured interface name can trigger this before any privilege checks. 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-121: Stack-based Buffer Overflow CWE