From f91619e6b6b7b67593af3ac96bba5c4f436face9 Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Fri, 6 Nov 2020 10:49:07 -0700 Subject: [PATCH] Add CVE-2020-26214 for GHSA-5hmm-x8q8-w5jh --- 2020/26xxx/CVE-2020-26214.json | 102 +++++++++++++++++++++++++++++++-- 1 file changed, 96 insertions(+), 6 deletions(-) diff --git a/2020/26xxx/CVE-2020-26214.json b/2020/26xxx/CVE-2020-26214.json index 10e479995f4..1c0cb4a0c88 100644 --- a/2020/26xxx/CVE-2020-26214.json +++ b/2020/26xxx/CVE-2020-26214.json @@ -1,18 +1,108 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-26214", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "LDAP authentication bypass in Alerta" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "alerta", + "version": { + "version_data": [ + { + "version_value": "< 8.1.0" + } + ] + } + } + ] + }, + "vendor_name": "alerta" + } + ] + } + }, + "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 Alerta before version 8.1.0, users may be able to bypass LDAP authentication if they provide an empty password when Alerta server is configure to use LDAP as the authorization provider.\n\nOnly deployments where LDAP servers are configured to allow unauthenticated authentication mechanism for anonymous authorization are affected.\n\nA fix has been implemented in version 8.1.0 that returns HTTP 401 Unauthorized response for any authentication attempts where the password field is empty.\n\nAs a workaround LDAP administrators can disallow unauthenticated bind requests by clients." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 9.1, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-287: Improper Authentication" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/alerta/alerta/security/advisories/GHSA-5hmm-x8q8-w5jh", + "refsource": "CONFIRM", + "url": "https://github.com/alerta/alerta/security/advisories/GHSA-5hmm-x8q8-w5jh" + }, + { + "name": "https://github.com/alerta/alerta/issues/1277", + "refsource": "MISC", + "url": "https://github.com/alerta/alerta/issues/1277" + }, + { + "name": "https://github.com/alerta/alerta/pull/1345", + "refsource": "MISC", + "url": "https://github.com/alerta/alerta/pull/1345" + }, + { + "name": "https://github.com/alerta/alerta/commit/2bfa31779a4c9df2fa68fa4d0c5c909698c5ef65", + "refsource": "MISC", + "url": "https://github.com/alerta/alerta/commit/2bfa31779a4c9df2fa68fa4d0c5c909698c5ef65" + }, + { + "name": "https://pypi.org/project/alerta-server/8.1.0/", + "refsource": "MISC", + "url": "https://pypi.org/project/alerta-server/8.1.0/" + }, + { + "name": "https://tools.ietf.org/html/rfc4513#section-5.1.2", + "refsource": "MISC", + "url": "https://tools.ietf.org/html/rfc4513#section-5.1.2" + } + ] + }, + "source": { + "advisory": "GHSA-5hmm-x8q8-w5jh", + "discovery": "UNKNOWN" } } \ No newline at end of file