Tag: cryptography

Insecure cookie

Insecure cookies can lead to unencrypted transmission of sensitive data.

Improper certificate validation

Lack of validation of a security certificate can lead to host impersonation and sensitive data leaks.

Sensitive data stored unencrypted due to partial encryption

Encryption that is dependent on conditional logic, such as an if...then clause, might cause unencrypted sensitive data to be stored.

Insecure connection using unencrypted protocol

Connections that use insecure protocols transmit data in cleartext, which can leak sensitive information.

Weak algorithm used for Password Hashing

Weak algorithm used for Password Hashing. Consider using stronger algorithms, such as Argon2, PBKDF2, or scrypt.

Insecure cryptography

Weak, broken, or misconfigured cryptography can lead to security vulnerabilities.

Insecure hashing

Obsolete, broken, or weak hashing algorithms can lead to security vulnerabilities.