CVE-2026-28230

MEDIUM
中文标题:
(暂无数据)
英文标题:
In SteVe, any authenticated charger can terminate any other charger's active transaction (missing ownership verification on StopTransaction)
CVSS分数: 5.7
发布时间: 2026-02-26 22:49:33
漏洞类型: (暂无数据)
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v3
漏洞描述
中文描述:

(暂无数据)

英文描述:

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
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
steve-community steve <= 3.11.0 - - cpe:2.3:a:steve-community:steve:<=_3.11.0:*:*:*:*:*:*:*
steve-community steve * - - cpe:2.3:a:steve-community:steve:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/steve-community/steve/security/advisories/GHSA-6x38-4w7h-cwr8 x_refsource_CONFIRM
cve.org
访问
https://github.com/steve-community/steve/commit/7f169c6c5b36a9c458ec41ce8af581972e5c724e x_refsource_MISC
cve.org
访问
CVSS评分详情
4.0 (cna)
MEDIUM
5.7
CVSS向量: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P
机密性
NONE
完整性
NONE
可用性
HIGH
后续系统影响 (Subsequent):
机密性
NONE
完整性
NONE
可用性
NONE
时间信息
发布时间:
2026-02-26 22:49:33
修改时间:
2026-02-26 22:49:33
创建时间:
2026-02-27 06:00:01
更新时间:
2026-03-04 06:00:02
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2026-28230 2026-02-27 03:19:47 2026-02-26 22:00:01
NVD nvd_CVE-2026-28230 2026-02-27 02:00:05 2026-02-26 22:00:03
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN
安全公告
暂无安全公告信息
变更历史
v3 NVD
2026-03-04 06:00:02
affected_products_count: 1 → 2
查看详细变更
  • affected_products_count: 1 -> 2
v2 NVD
2026-02-27 06:00:03
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']