CVE-2026-26072 PUBLISHED

EVerest has race-condition-induced std::map corruption in OCPP 1.6 evse_soc_map

Assigner: GitHub_M
Reserved: 10.02.2026 Published: 26.03.2026 Updated: 26.03.2026

EVerest is an EV charging software stack. Versions prior to 2026.02.0 have a data race leading to std::map<std::optional> concurrent access (container/optional corruption possible). The trigger is EV SoC update with powermeter periodic update and unplugging/SessionFinished status. Version 2026.02.0 patches the issue.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') CWE