cvedb.io
CVE-2026-28230
MEDIUM · CVSS 6.3
EPSS exploitation probability: 0%
Published 2026-02-26T23:16:36.733 · Last modified 2026-06-17T10:28:22.487

Summary

SteVe is an open-source EV charging station management system. In versions up to and including 3.11.0, when a charger sends a StopTransaction message, SteVe looks up the transaction solely by transactionId (a sequential integer starting from 1) without verifying that the requesting charger matches the charger that originally started the transaction. Any authenticated charger can terminate any other charger’s active session across the entire network. The root cause is in OcppServerRepositoryImpl.getTransaction() which queries only by transactionId with no chargeBoxId ownership check. The validator checks that the transaction exists and is not already stopped but never verifies identity. As an attacker controlling a single registered charger I could enumerate sequential transaction IDs and s

Affected products

steve-community — steve

Does this affect you?

Add your gear to cvedb and we'll alert you only when steve-community ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.