Add CVE-2020-26282 for GHSA-wmfg-55f9-j8hq

This commit is contained in:
Robert Schultheis 2020-12-24 13:43:53 -07:00
parent 7b167039ef
commit a5270d642c
No known key found for this signature in database
GPG Key ID: 348C4211B4D8BB40

View File

@ -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"
}
}