6.1
CVE-2024-21550
- EPSS 0.38%
- Veröffentlicht 12.08.2024 15:15:19
- Zuletzt bearbeitet 13.08.2024 17:33:13
- Quelle report@snyk.io
- CVE-Watchlists
- Unerledigt
SteVe is an open platform that implements different version of the OCPP protocol for Electric Vehicle charge points, acting as a central server for management of registered charge points. Attackers can inject arbitrary HTML and Javascript code via WebSockets leading to persistent Cross-Site Scripting in the SteVe management interface.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Steve-community ≫ Steve Version <= 3.5.1
Steve-community ≫ Steve Version3.6.0
Steve-community ≫ Steve Version3.7.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.38% | 0.293 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 6.1 | 2.8 | 2.7 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
| report@snyk.io | 6.1 | 2.8 | 2.7 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
https://github.com/steve-community/steve/blob/steve-3.6.0/src/main/java/de/rwth/idsg/steve/config/WebSocketConfiguration.java#L69
https://github.com/steve-community/steve/commit/a79983f843c37705182c8f54eba060c1dce3b6d1
https://github.com/steve-community/steve/issues/1526
https://github.com/steve-community/steve/pull/1527