From 362cdc7cae7b8fdbbe76c6cd06384a0c3dbf852a Mon Sep 17 00:00:00 2001 From: OctoJames <82797967+OctoJames@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:48:53 +1000 Subject: [PATCH] Updating Security Advisory SA2023-04 --- 2022/2xxx/CVE-2022-2259.json | 71 ++++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 3 deletions(-) diff --git a/2022/2xxx/CVE-2022-2259.json b/2022/2xxx/CVE-2022-2259.json index f051a6f2247..7f01f2b5880 100644 --- a/2022/2xxx/CVE-2022-2259.json +++ b/2022/2xxx/CVE-2022-2259.json @@ -4,14 +4,79 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-2259", - "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": "2019.1.0", + "version_affected": ">=" + }, + { + "version_value": "2022.3.11098", + "version_affected": "<" + }, + { + "version_value": "2022.4.791", + "version_affected": ">=" + }, + { + "version_value": "2022.4.8463", + "version_affected": "<" + }, + { + "version_value": "2023.1.4189", + "version_affected": ">=" + }, + { + "version_value": "2023.1.9672", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Able to view workerpools without assigned permissions" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://advisories.octopus.com/post/2023/sa2023-04/", + "refsource": "MISC", + "name": "https://advisories.octopus.com/post/2023/sa2023-04/" + } + ] }, "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 for a user to view Workerpools without being explicitly assigned permissions to view these items" } ] }