Security Advisory

CVE-2020-8631

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2020-02-05 13:39:50
Last updated 2024-08-04 10:03:46
Assigner mitre
State PUBLISHED

Description

cloud-init through 19.4 relies on Mersenne Twister for a random password, which makes it easier for attackers to predict passwords, because rand_str in cloudinit/util.py calls the random.choice function.