This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Mobiliti EV charging stations have a critical **Access Control Error**. π **Consequences**: Attackers can impersonate sites, escalate privileges, and **unauthorizedly control** charging infrastructure.β¦
π **Root Cause**: **CWE-306** (Missing Authentication for Critical Function). The **WebSocket endpoints** lack proper identity verification mechanisms. No gatekeeper = No security! πͺπ
Q3Who is affected? (Versions/Components)
π’ **Affected**: **Mobiliti** (Hungarian company) e-mobi.hu EV charging systems. π Specifically, the backend WebSocket communication channels used for station management.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: π **Privilege Escalation**: Gain admin-like control. π **Impersonation**: Fake site identity. π **Control**: Manipulate charging stations without permission.β¦
β‘ **Exploitation Threshold**: **LOW**. CVSS shows **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges needed), **UI:N** (No User Interaction). Easy to exploit remotely! π―
Q6Is there a public Exp? (PoC/Wild Exploitation)
π¦ **Public Exploit**: **No**. The `pocs` array is empty. While CISA issued an advisory, no specific Proof-of-Concept code or wild exploitation tools are currently public. π΅οΈββοΈ
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **Mobiliti WebSocket endpoints**. Check if these endpoints require authentication tokens before accepting commands. Look for unauthenticated API calls in network traffic. π‘
Q8Is it fixed officially? (Patch/Mitigation)
π‘οΈ **Official Fix**: **Yes**. CISA Advisory **ICSA-26-062-06** was published on 2026-03-06. Vendors are urged to apply patches or mitigations immediately. π
Q9What if no patch? (Workaround)
π§ **No Patch?**: Implement **Network Segmentation**. Block external access to WebSocket ports. Use **WAF rules** to filter unauthenticated WebSocket frames. Monitor logs for anomalous control commands. π§±
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **CRITICAL**. CVSS Score implies High Impact. EV infrastructure is critical national infrastructure. Immediate patching or mitigation is required to prevent physical/digital disruption. β³