From b62c8e7eb713d3cdd927e0407d2245adebaaa73b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 22:16:37 +0000 Subject: [PATCH] Publish Advisories GHSA-h653-95qw-h2mp GHSA-h653-95qw-h2mp --- .../GHSA-h653-95qw-h2mp.json | 68 +++++++++++++++++++ .../GHSA-h653-95qw-h2mp.json | 39 ----------- 2 files changed, 68 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json diff --git a/advisories/github-reviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json b/advisories/github-reviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json new file mode 100644 index 00000000000..f649dd4766e --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json @@ -0,0 +1,68 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h653-95qw-h2mp", + "modified": "2024-04-22T22:14:26Z", + "published": "2022-05-24T16:58:43Z", + "aliases": [ + "CVE-2019-14858" + ], + "summary": "Ansible leaks sensitive information to logs when told not to", + "details": "A vulnerability was found in Ansible engine 2.x up to 2.8 and Ansible tower 3.x up to 3.5. When a module has an argument_spec with sub parameters marked as `no_log`, passing an invalid parameter name to the module will cause the task to fail before the `no_log` options in the sub parameters are processed. As a result, data in the sub parameter fields will not be masked and will be displayed if Ansible is run with increased verbosity and present in the module invocation arguments for the task.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "ansible" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0" + }, + { + "fixed": "2.9" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.8" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14858" + }, + { + "type": "WEB", + "url": "https://github.com/ansible/ansible/pull/63405" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14858" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ansible/ansible" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-532" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-22T22:14:26Z", + "nvd_published_at": "2019-10-14T15:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json b/advisories/unreviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json deleted file mode 100644 index 27a2f6a0c37..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-h653-95qw-h2mp/GHSA-h653-95qw-h2mp.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h653-95qw-h2mp", - "modified": "2022-05-24T16:58:43Z", - "published": "2022-05-24T16:58:43Z", - "aliases": [ - "CVE-2019-14858" - ], - "details": "A vulnerability was found in Ansible engine 2.x up to 2.8 and Ansible tower 3.x up to 3.5. When a module has an argument_spec with sub parameters marked as no_log, passing an invalid parameter name to the module will cause the task to fail before the no_log options in the sub parameters are processed. As a result, data in the sub parameter fields will not be masked and will be displayed if Ansible is run with increased verbosity and present in the module invocation arguments for the task.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14858" - }, - { - "type": "WEB", - "url": "https://github.com/ansible/ansible/pull/63405" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14858" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-10-14T15:15:00Z" - } -} \ No newline at end of file