- What is CWE-326?
- The product stores or transmits sensitive data using an encryption scheme that is theoretically sound, but is not strong enough for the level of protection required.
- What CVEs are caused by CWE-326?
- 168 recorded CVEs are attributed to CWE-326, including CVE-2018-18325, CVE-2018-15811, CVE-2017-1000486. 4 are listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
- Is CWE-326 part of the OWASP Top 10?
- CWE-326 maps to OWASP Top Ten 2007: Insecure Cryptographic Storage (A8) in the OWASP security taxonomy.
- How do you prevent CWE-326?
- Use an encryption scheme that is currently considered to be strong by experts in the field.
- How is CWE-326 detected?
- Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.)
- What are the consequences of CWE-326?
- Exploiting CWE-326 can lead to: Bypass Protection Mechanism, Read Application Data.
- Is CWE-326 actively exploited?
- Yes. 4 CWE-326 vulnerabilities are in CISA's KEV catalog of actively exploited flaws, out of 168 recorded CVEs.