Skip to main content

Evoke CSMS EUVDEUVD-2026-39568

| CVE-2026-50176 HIGH
Improper Restriction of Excessive Authentication Attempts (CWE-307)
2026-06-25 icscert GHSA-5v82-xxfg-jqxw
8.7
CVSS 4.0 · Vendor: icscert
Share

Severity by source

Vendor (icscert) PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
7.5 HIGH

Remote, low-complexity, unauthenticated WebSocket flooding yields availability impact (A:H); confidentiality/integrity left N since access compromise is credential-dependent and not guaranteed.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (icscert).

CVSS VectorVendor: icscert

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Analysis Updated
Jun 25, 2026 - 22:29 vuln.today
v3 (cvss_changed)
Analysis Updated
Jun 25, 2026 - 22:29 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jun 25, 2026 - 22:22 vuln.today
cvss_changed
CVSS changed
Jun 25, 2026 - 22:22 NVD
7.5 (HIGH) 8.7 (HIGH)
CVE Published
Jun 25, 2026 - 21:54 cve.org
HIGH 7.5
Analysis Generated
Jun 25, 2026 - 21:52 vuln.today

DescriptionCVE.org

The WebSocket Application Programming Interface lacks restrictions on the number of authentication requests. This absence of rate limiting may allow an attacker to conduct denial-of-service attacks or brute-force attacks to gain unauthorized access.

AnalysisAI

Denial-of-service and credential brute-force exposure in Evoke Systems' Evoke CSMS (an EV charging station management system) stems from its WebSocket API enforcing no rate limit on authentication requests, letting a remote, network-positioned attacker flood the authentication endpoint to exhaust resources or rapidly guess credentials for unauthorized access. CISA's ICS-CERT (advisory ICSA-26-176-02) coordinated this issue, which carries a CVSS 4.0 base of 8.7 driven by high availability impact. There is no public exploit identified at time of analysis, and it is not listed in CISA KEV.

Technical ContextAI

Evoke CSMS is a Charging Station Management System used in EV-charging/OT environments; such platforms typically expose a WebSocket interface (commonly the OCPP transport) so charge points and operators can establish persistent sessions with the backend. The root cause is CWE-307 (Improper Restriction of Excessive Authentication Attempts): the WebSocket authentication handler accepts an unbounded number of attempts without throttling, lockout, or backoff. The single affected product is identified by CPE cpe:2.3:a:evoke:evoke_csms (all versions per the CPE wildcard). Because authentication can be retried at machine speed over the network, the same missing-control class enables both resource exhaustion (DoS) and online password/credential guessing (brute force).

RemediationAI

No vendor-released patch version is identified in the available data, so consult the CISA advisory (https://www.cisa.gov/news-events/ics-advisories/icsa-26-176-02) and contact Evoke Systems (https://evokesystems.com/contact-us/) for fixed-version guidance and apply it once published. As compensating controls, place the CSMS WebSocket API behind a reverse proxy or WAF that enforces per-source connection and authentication-attempt rate limiting and temporary lockout (trade-off: aggressive thresholds may disrupt legitimate charge points that reconnect frequently); restrict network reachability of the WebSocket endpoint to known charge-point IP ranges via firewall/allowlist or VPN rather than leaving it internet-facing (trade-off: requires accurate inventory of charger source addresses); and enforce strong, unique credentials plus monitoring/alerting on repeated failed authentications to blunt the brute-force path (trade-off: detection-only, does not stop the DoS). Verify any version number against the vendor advisory before deploying.

Share

EUVD-2026-39568 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy