From 080a0f90be8d256c8090491e5fd67015bc8cac41 Mon Sep 17 00:00:00 2001 From: Satya Gujju Date: Wed, 19 Apr 2023 17:48:52 +1000 Subject: [PATCH] Updated the CVE with the advisory details --- 2022/2xxx/CVE-2022-2507.json | 71 ++++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 3 deletions(-) diff --git a/2022/2xxx/CVE-2022-2507.json b/2022/2xxx/CVE-2022-2507.json index 7922270cbc1..9609eeac5da 100644 --- a/2022/2xxx/CVE-2022-2507.json +++ b/2022/2xxx/CVE-2022-2507.json @@ -4,14 +4,79 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-2507", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@octopus.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Octopus Deploy", + "product": { + "product_data": [ + { + "product_name": "Octopus Server", + "version": { + "version_data": [ + { + "version_value": "0.9", + "version_affected": ">=" + }, + { + "version_value": "2022.3.348", + "version_affected": ">=" + }, + { + "version_value": "2022.3.10957", + "version_affected": "<" + }, + { + "version_value": "2022.4.791", + "version_affected": ">=" + }, + { + "version_value": "2022.4.8332", + "version_affected": "<" + }, + { + "version_value": "2023.1.6715", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Weak Content Security Policy Header" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://advisories.octopus.com/post/2023/sa2023-06/", + "refsource": "MISC", + "name": "https://advisories.octopus.com/post/2023/sa2023-06/" + } + ] }, "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 affected versions of Octopus Deploy it is possible to render user supplied input into the webpage" } ] }