From bdbedbe1ab5c20991780e2ba15a21feef26dd177 Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Thu, 19 Mar 2020 11:26:55 -0600 Subject: [PATCH] add CVE-2020-5267 for GHSA-65cv-r6x7-79hv --- 2020/5xxx/CVE-2020-5267.json | 85 +++++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 6 deletions(-) diff --git a/2020/5xxx/CVE-2020-5267.json b/2020/5xxx/CVE-2020-5267.json index 1802704282a..f20d02b61bc 100644 --- a/2020/5xxx/CVE-2020-5267.json +++ b/2020/5xxx/CVE-2020-5267.json @@ -1,18 +1,91 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-5267", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Possible XSS vulnerability in ActionView" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "actionview", + "version": { + "version_data": [ + { + "version_value": "< 5.2.4.2" + }, + { + "version_value": ">= 6.0.0, < 6.0.2.2" + } + ] + } + } + ] + }, + "vendor_name": "rails" + } + ] + } + }, + "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 ActionView before versions 6.0.2.2 and 5.2.4.2, there is a possible XSS vulnerability in \nActionView's JavaScript literal escape helpers. Views that use the `j` or `escape_javascript`\nmethods may be susceptible to XSS attacks.\n \nThe issue is fixed in versions 6.0.2.2 and 5.2.4.2." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/rails/rails/security/advisories/GHSA-65cv-r6x7-79hv", + "refsource": "CONFIRM", + "url": "https://github.com/rails/rails/security/advisories/GHSA-65cv-r6x7-79hv" + }, + { + "name": "https://github.com/rails/rails/commit/033a738817abd6e446e1b320cb7d1a5c15224e9a", + "refsource": "MISC", + "url": "https://github.com/rails/rails/commit/033a738817abd6e446e1b320cb7d1a5c15224e9a" + } + ] + }, + "source": { + "advisory": "GHSA-65cv-r6x7-79hv", + "discovery": "UNKNOWN" } } \ No newline at end of file