All rules →
Rules / C/C++
SHIELD-CPP-014

Insecure ECB cipher mode

highC/C++CWE-327CVSS 7.4

What it detects

ECB mode leaks plaintext structure and is not semantically secure.

How to fix

Use an authenticated mode such as GCM with a unique nonce per message.

Scan your repo freeFull documentation
Back to all rules
SHIELD-CPP-014: Insecure ECB cipher mode — Zennoxa Shield