From a5270d642ca517d5b9c17a3c5328d642f3abf9f4 Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Thu, 24 Dec 2020 13:43:53 -0700 Subject: [PATCH] Add CVE-2020-26282 for GHSA-wmfg-55f9-j8hq --- 2020/26xxx/CVE-2020-26282.json | 92 +++++++++++++++++++++++++++++++--- 1 file changed, 86 insertions(+), 6 deletions(-) diff --git a/2020/26xxx/CVE-2020-26282.json b/2020/26xxx/CVE-2020-26282.json index bbec7f640f8..4296ce2778e 100644 --- a/2020/26xxx/CVE-2020-26282.json +++ b/2020/26xxx/CVE-2020-26282.json @@ -1,18 +1,98 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-26282", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Template Injection in BrowserUp Proxy" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "browserup-proxy", + "version": { + "version_data": [ + { + "version_value": "< 2.1.2" + } + ] + } + } + ] + }, + "vendor_name": "browserup" + } + ] + } + }, + "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": "BrowserUp Proxy allows you to manipulate HTTP requests and responses, capture HTTP content, and export performance data as a HAR file. BrowserUp Proxy works well as a standalone proxy server, but it is especially useful when embedded in Selenium tests.\n\nA Server-Side Template Injection was identified in BrowserUp Proxy enabling attackers to inject arbitrary Java EL expressions, leading to unauthenticated Remote Code Execution (RCE) vulnerability.\n\nThis has been patched in version 2.1.2." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 10, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-74 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/browserup/browserup-proxy/security/advisories/GHSA-wmfg-55f9-j8hq", + "refsource": "CONFIRM", + "url": "https://github.com/browserup/browserup-proxy/security/advisories/GHSA-wmfg-55f9-j8hq" + }, + { + "name": "https://securitylab.github.com/research/bean-validation-RCE", + "refsource": "MISC", + "url": "https://securitylab.github.com/research/bean-validation-RCE" + }, + { + "name": "https://github.com/browserup/browserup-proxy/releases/tag/v2.1.2", + "refsource": "MISC", + "url": "https://github.com/browserup/browserup-proxy/releases/tag/v2.1.2" + }, + { + "name": "https://github.com/browserup/browserup-proxy/commit/4b38e7a3e20917e5c3329d0d4e9590bed9d578ab", + "refsource": "MISC", + "url": "https://github.com/browserup/browserup-proxy/commit/4b38e7a3e20917e5c3329d0d4e9590bed9d578ab" + } + ] + }, + "source": { + "advisory": "GHSA-wmfg-55f9-j8hq", + "discovery": "UNKNOWN" } } \ No newline at end of file