AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2017-11133

HIGH · CVSS 7.5 EPSS 0.68%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2017-08-01 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

CVE
CVE-2017-11133
Severity
HIGH
CVSS
7.5
EPSS
0.68%
Android

Original NVD 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.