[Git][security-tracker-team/security-tracker][master] CVE-2020-10729/ansible: jessie not-affected
Sylvain Beucler
beuc at debian.org
Tue May 5 14:34:24 BST 2020
Sylvain Beucler pushed to branch master at Debian Security Tracker / security-tracker
Commits:
50c2d282 by Sylvain Beucler at 2020-05-05T15:34:01+02:00
CVE-2020-10729/ansible: jessie not-affected
Test case for jessie and stretch:
- hosts: all
tasks:
- name: Set random passwords for clusters
set_fact:
#password1: "{{ lookup('password', '/dev/null length=20') }}"
#password2: "{{ lookup('password', '/dev/null length=20') }}"
password1: "{{ lookup('pipe', 'dd if=/dev/urandom bs=1 count=4|md5sum') }}"
password2: "{{ lookup('pipe', 'dd if=/dev/urandom bs=1 count=4|md5sum') }}"
- shell: echo "{{password1}} {{password2}}"
- - - - -
1 changed file:
- data/CVE/list
Changes:
=====================================
data/CVE/list
=====================================
@@ -5833,9 +5833,11 @@ CVE-2020-10730
CVE-2020-10729 [two random password lookups in same task return same value]
RESERVED
- ansible 2.9.6+dfsg-1
+ [jessie] - ansible <not-affected> (Vulnerable code introduced later, no variables template caching)
NOTE: https://github.com/ansible/ansible/issues/34144
NOTE: https://github.com/ansible/ansible/pull/67429/
NOTE: https://github.com/ansible/ansible/commit/b38603c45ed3a53574ec2080fb3a24db38ab5bc6
+ NOTE: Introduced in https://github.com/ansible/ansible/commit/87a9485b2f5a3188460f0a0219d2e0d990ce4e67 (2.0)
CVE-2020-10728
RESERVED
NOT-FOR-US: automationbroker/apb
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/50c2d28274f800d818f0a270717a5cb987b5d4e6
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/50c2d28274f800d818f0a270717a5cb987b5d4e6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20200505/bd8ca0cd/attachment.html>
More information about the debian-security-tracker-commits
mailing list