From 062f5f158fd4bceee3c991895945f0c7dd5a2254 Mon Sep 17 00:00:00 2001 From: Michael Jackson <896749+rebelagentm@users.noreply.github.com> Date: Tue, 5 May 2020 16:10:06 -0500 Subject: [PATCH] Add CVE-2020-11033 for GHSA-rf54-3r4w-4h55 --- 2020/11xxx/CVE-2020-11033.json | 77 +++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/2020/11xxx/CVE-2020-11033.json b/2020/11xxx/CVE-2020-11033.json index e6bb2f0b4c2..169f26de91f 100644 --- a/2020/11xxx/CVE-2020-11033.json +++ b/2020/11xxx/CVE-2020-11033.json @@ -1,18 +1,83 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-11033", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Able to read any token through API user endpoint in GLPI" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "GLPI", + "version": { + "version_data": [ + { + "version_value": ">9.1, < 9.4.6" + } + ] + } + } + ] + }, + "vendor_name": "glpi-project" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "In GLPI from version 9.1 and before version 9.4.6, any API user with READ right on User itemtype will have access to full list of users when querying apirest.php/User.\n\nThe response contains:\n\n- All api_tokens which can be used to do privileges escalations or read/update/delete data normally non accessible to the current user.\n- All personal_tokens can display another users planning.\n\nExploiting this vulnerability requires the api to be enabled, a technician account. It can be mitigated by adding an application token.\n\nThis is fixed in version 9.4.6." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.6, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/glpi-project/glpi/security/advisories/GHSA-rf54-3r4w-4h55", + "refsource": "CONFIRM", + "url": "https://github.com/glpi-project/glpi/security/advisories/GHSA-rf54-3r4w-4h55" + } + ] + }, + "source": { + "advisory": "GHSA-rf54-3r4w-4h55", + "discovery": "UNKNOWN" } } \ No newline at end of file