Security update for cloud-init
This update for cloud-init fixes the following security issues:
- CVE-2020-8631: Replaced the theoretically predictable deterministic RNG with the system RNG (bsc#1162937).
- CVE-2020-8632: Increased the default random password length from 9 to 20 (bsc#1162936).
This update was imported from the SUSE:SLE-15-SP1:Update update project.
-
Submitted by
Robert Schweikert (rjschwei)
Fixed bugs
bnc#1163178
L3: cloud-init not handling the route config in vmware
bnc#1162936
VUL-0: CVE-2020-8632: cloud-init: Too short random pwlength from 9 to 20 in cc_set_password in config/cc_set_passwords.py
bnc#1162937
VUL-0: CVE-2020-8631: cloud-init: use of unsafe SystemRandom when generating random password