CVE Catalog

CVE-2017-11133

High
Published: Translated: NVD NIST

Summary

An issue exists in heinekingmedia StashCat regarding the generation of encryption keys for messages. The use of AES in CBC mode with a pseudo-random secret generated by math.random() does not provide adequate security.

Risk Assessment

Organizations may be vulnerable to message decryption by third parties, leading to a loss of data confidentiality. The weakness in the encryption algorithm could result in serious information security consequences.

Recommendation

It is recommended to update to the latest version of StashCat that improves the key generation method. Additionally, consider implementing further security measures for transmitted data.

Other vulnerabilities in heinekingmedia StashCat

See all
Original NVD description (English source)

An issue was discovered in heinekingmedia StashCat through 1.7.5 for Android, through 0.0.80w for Web, and through 0.0.86 for Desktop. To encrypt messages, AES in CBC mode is used with a pseudo-random secret. This secret and the IV are generated with math.random() in previous versions and with CryptoJS.lib.WordArray.random() in newer versions, which uses math.random() internally. This is not cryptographically strong.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS