πŸ” CVE Alert

CVE-2026-28230

UNKNOWN 0.0

In SteVe, any authenticated charger can terminate any other charger's active transaction (missing ownership verification on StopTransaction)

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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 send StopTransaction messages targeting active sessions on every other charger on the network simultaneously. Combined with FINDING-014 (unauthenticated SOAP endpoints), no registered charger is even required β€” the attack is executable with a single curl command requiring only a known chargeBoxId. Commit 7f169c6c5b36a9c458ec41ce8af581972e5c724e contains a fix for the issue.

CWE CWE-284
Vendor steve-community
Product steve
Published Feb 26, 2026
Last Updated Feb 27, 2026
Stay Ahead of the Next One

Get instant alerts for steve-community steve

Be the first to know when new unknown vulnerabilities affecting steve-community steve are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

steve-community / steve
<= 3.11.0

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/steve-community/steve/security/advisories/GHSA-6x38-4w7h-cwr8 github.com: https://github.com/steve-community/steve/commit/7f169c6c5b36a9c458ec41ce8af581972e5c724e