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**: Hardcoded AES-ECB keys store user credentials. <br>π₯ **Consequences**: Attackers can decrypt and recover **plaintext usernames and passwords**. Critical integrity and confidentiality loss.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **CWE-321**: Use of Hard-coded Cryptographic Key. <br>β **Flaw**: The device uses a static, unchangeable key for AES-ECB encryption, making decryption trivial for anyone who knows the algorithm.
π΅οΈ **Hackers Can**: Decrypt stored credentials without authentication. <br>π **Privileges**: Full access to **plaintext usernames and passwords**. <br>π **Impact**: High (CVSS: Critical).
π« **Public Exp?**: No PoCs or wild exploits listed in data. <br>β οΈ **Risk**: However, the flaw is fundamental (CWE-321), making custom exploitation highly likely.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for WAGO 0852-1322/1328 models. <br>π‘ **Feature**: Check if credentials are stored using AES-ECB with known/hardcoded keys. <br>π **Ref**: VDE-2026-004 advisory.