VDB
PYSEC-2019-3
PYSEC-2019-3
PUBLISHED
CVSS 8.699999809265137 HIGH
A flaw was found in ansible 2.8.0 before 2.8.4. Fields managing sensitive data should be set as such by no_log feature. Some of these fields in GCP modules are not set properly. service_account_contents() which is common class for all gcp modules is not setting no_log to True. Any sensitive data managed by that function would be leak as an output when running ansible playbooks.
Risk Scores
CVSS 4.0
8.699999809265137
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| PyPI | ansible | 2.8.0, 2.8.0, 2.8.1 |
Timeline
- Nov 25, 2019 CVE Published
- Nov 8, 2023 CVE Updated
References
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10217 report
- http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00021.html url
- http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00026.html url
- https://github.com/advisories/GHSA-p75j-wc34-527c advisory
- https://github.com/ansible/ansible/issues/56269 discussion
- https://github.com/ansible/ansible/pull/59427 fix