CVE-2017-11133

Severity CVSS v4.0:
Pending analysis
Type:
CWE-327 Use of a Broken or Risky Cryptographic Algorithm
Publication date:
01/08/2017
Last modified:
20/04/2025

Description

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.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:stashcat:heinekingmedia:*:*:*:*:*:android:*:* 1.7.5 (including)
cpe:2.3:a:stashcat:heinekingmedia:*:*:*:*:web:*:*:* 0.0.80w (including)
cpe:2.3:a:stashcat:heinekingmedia:*:*:*:*:desktop:*:*:* 0.0.86w (including)