CVE-2026-25113
Published: 27 February 2026
Description
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 by suppressing or mis-routing legitimate charger telemetry, or conduct brute-force attacks to gain unauthorized…
more
access.
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
This control directly enforces limits on consecutive invalid logon attempts and automatic response (e.g., lockout) to prevent brute-force exploitation of authentication mechanisms.
Specific conditions can include excessive failed attempts, triggering stronger authentication that restricts brute-force exploitation.
Security SummaryAI
CVE-2026-25113 is a vulnerability in the WebSocket Application Programming Interface that lacks restrictions on the number of authentication requests due to the absence of rate limiting. This issue affects components handling charger telemetry, as referenced in CISA ICS Advisory ICSA-26-057-06 and associated documentation from SWTCH Energy.
The vulnerability can be exploited by remote, unauthenticated attackers over the network with low attack complexity and no user interaction required. Attackers may conduct denial-of-service attacks by suppressing or mis-routing legitimate charger telemetry, or perform brute-force attacks to gain unauthorized access. The CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) reflects high availability impact, with CWE-307 (Improper Restriction of Excessive Authentication Attempts) as the underlying weakness.
Mitigation guidance is provided in CISA ICS Advisory ICSA-26-057-06 at https://www.cisa.gov/news-events/ics-advisories/icsa-26-057-06 and the corresponding CSAF JSON file at https://github.com/cisagov/CSAF/blob/develop/csaf_files/OT/white/2026/icsa-26-057-06.json. Additional support is available by contacting SWTCH Energy at https://swtchenergy.com/contact/.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Lack of auth rate limiting (CWE-307) directly enables brute-force/password guessing attacks (T1110 and subs) and service exhaustion DoS against telemetry (T1499.002).