-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I am reaching out to you as we conducted an empirical study to understand the nature of cryptographic misuses in enterprise-driven projects on GitHub. During our study, we randomly inspected a few of the misuses. One of the misuses for which we could confirm the finding of the analysis, CogniCryptSAST is within this project.
- The method
encryptexpects a string as secret. However, a string is considered as insecure to handle secrets. In Java, strings are immutable and stay in memory until collected by Java's garbage collector. Thus, they are longer visible in memory for attackers than necessary and outside of the direct control of the developer. The JCA documentation recommend this as well.
The report can be reproduced by running CogniCrypt_SAST on the project.
We hope that our assumption is correct and would be glad to get your thoughts on this issue.
Metadata
Metadata
Assignees
Labels
No labels