diff --git a/2020/5xxx/CVE-2020-5280.json b/2020/5xxx/CVE-2020-5280.json index 4e0901e5260..a70d6d0e7b7 100644 --- a/2020/5xxx/CVE-2020-5280.json +++ b/2020/5xxx/CVE-2020-5280.json @@ -1,18 +1,104 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-5280", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Local file inclusion vulnerability in http4s" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "http4s", + "version": { + "version_data": [ + { + "version_value": "< 0.18.26" + }, + { + "version_value": ">= 0.19.0, < 0.20.20" + }, + { + "version_value": ">= 0.21.0, < 0.21.2" + } + ] + } + } + ] + }, + "vendor_name": "http4s" + } + ] + } + }, + "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": "http4s before versions 0.18.26, 0.20.20, and 0.21.2 has a local file inclusion vulnerability.\n\nThis vulnerability applies to all users of org.http4s.server.staticcontent.FileService, org.http4s.server.staticcontent.ResourceService and org.http4s.server.staticcontent.WebjarService.\n\nURI normalization is applied incorrectly. Requests whose path info contain ../ or // can expose resources outside of the configured location.\n\nThis issue is patched in versions 0.18.26, 0.20.20, and 0.21.2. Note that 0.19.0 is a deprecated release and has never been supported." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.6, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-23: Relative Path Traversal" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/http4s/http4s/security/advisories/GHSA-66q9-f7ff-mmx6", + "refsource": "CONFIRM", + "url": "https://github.com/http4s/http4s/security/advisories/GHSA-66q9-f7ff-mmx6" + }, + { + "name": "https://github.com/http4s/http4s/commit/250afddbb2e65b70ca9ddaec9d1eb3aaa56de7ec", + "refsource": "MISC", + "url": "https://github.com/http4s/http4s/commit/250afddbb2e65b70ca9ddaec9d1eb3aaa56de7ec" + }, + { + "name": "https://github.com/http4s/http4s/commit/752b3f63a05a31d2de4f8706877aa08d6b89efca", + "refsource": "MISC", + "url": "https://github.com/http4s/http4s/commit/752b3f63a05a31d2de4f8706877aa08d6b89efca" + }, + { + "name": "https://github.com/http4s/http4s/commit/b87f31b2292dabe667bec3b04ce66176c8a3e17b", + "refsource": "MISC", + "url": "https://github.com/http4s/http4s/commit/b87f31b2292dabe667bec3b04ce66176c8a3e17b" + } + ] + }, + "source": { + "advisory": "GHSA-66q9-f7ff-mmx6", + "discovery": "UNKNOWN" } } \ No newline at end of file