From ad59f13e28a236b8bb5e0ae31b8e24731d9a73bc Mon Sep 17 00:00:00 2001 From: OctoJames <82797967+OctoJames@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:32:18 +1000 Subject: [PATCH] Updating CVE with details of SA-2022-16 --- 2022/2xxx/CVE-2022-2781.json | 71 ++++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 3 deletions(-) diff --git a/2022/2xxx/CVE-2022-2781.json b/2022/2xxx/CVE-2022-2781.json index 53d973b8420..16fbb4ef9a1 100644 --- a/2022/2xxx/CVE-2022-2781.json +++ b/2022/2xxx/CVE-2022-2781.json @@ -4,14 +4,79 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-2781", - "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.2.10", + "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": "Encryption" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://advisories.octopus.com/post/2022/sa2022-16/", + "refsource": "MISC", + "name": "https://advisories.octopus.com/post/2022/sa2022-16/" + } + ] }, "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 the same encryption process was used for both encrypting session cookies and variables." } ] }