From ee44fcc2acd0cc1395d7bba811361563a671370c Mon Sep 17 00:00:00 2001 From: OctoJames <82797967+OctoJames@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:58:27 +1000 Subject: [PATCH] Update for SA-2022-17 --- 2022/2xxx/CVE-2022-2783.json | 71 ++++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 3 deletions(-) diff --git a/2022/2xxx/CVE-2022-2783.json b/2022/2xxx/CVE-2022-2783.json index 01758a64251..a9cfaff9fd1 100644 --- a/2022/2xxx/CVE-2022-2783.json +++ b/2022/2xxx/CVE-2022-2783.json @@ -4,14 +4,79 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-2783", - "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": "3.12.0", + "version_affected": ">=" + }, + { + "version_value": "2022.1.3154", + "version_affected": "<" + }, + { + "version_value": "2022.2.6729", + "version_affected": ">=" + }, + { + "version_value": "2022.2.7897", + "version_affected": "<" + }, + { + "version_value": "2022.3.348", + "version_affected": ">=" + }, + { + "version_value": "2022.3.10586", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CSRF" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://advisories.octopus.com/post/2022/sa2022-17/", + "refsource": "MISC", + "name": "https://advisories.octopus.com/post/2022/sa2022-17/" + } + ] }, "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 Server it was identified that a session cookie could be used as the CSRF token" } ] }