diff --git a/2019/3xxx/CVE-2019-3869.json b/2019/3xxx/CVE-2019-3869.json index afeec03c5e4..cec24741281 100644 --- a/2019/3xxx/CVE-2019-3869.json +++ b/2019/3xxx/CVE-2019-3869.json @@ -1,18 +1,77 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-3869", - "STATE": "RESERVED" - }, - "data_format": "MITRE", "data_type": "CVE", + "data_format": "MITRE", "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-3869", + "ASSIGNER": "psampaio@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Red Hat", + "product": { + "product_data": [ + { + "product_name": "Tower", + "version": { + "version_data": [ + { + "version_value": "3.3.5" + }, + { + "version_value": "3.4.3" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-214" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/ansible/awx/pull/3505" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3869", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3869", + "refsource": "CONFIRM" + } + ] + }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "When running Tower before 3.4.3 on OpenShift or Kubernetes, application credentials are exposed to playbook job runs via environment variables. A malicious user with the ability to write playbooks could use this to gain administrative privileges." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "7.2/CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}