From 4eaa52fbf3e7418a4a64cf122e9fbd4647c8776f Mon Sep 17 00:00:00 2001 From: OctoJames <82797967+OctoJames@users.noreply.github.com> Date: Tue, 3 Jan 2023 09:39:32 +1000 Subject: [PATCH] Updating CVE ID with information for SA-2022-25 --- 2022/3xxx/CVE-2022-3460.json | 87 ++++++++++++++++++++++++++++++++++-- 1 file changed, 84 insertions(+), 3 deletions(-) diff --git a/2022/3xxx/CVE-2022-3460.json b/2022/3xxx/CVE-2022-3460.json index 08ddba80c8b..6ae05affe36 100644 --- a/2022/3xxx/CVE-2022-3460.json +++ b/2022/3xxx/CVE-2022-3460.json @@ -4,14 +4,95 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-3460", - "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": "2018.3.1", + "version_affected": ">=" + }, + { + "version_value": "2021.3.13150", + "version_affected": "<" + }, + { + "version_value": "2022.1.2121", + "version_affected": ">=" + }, + { + "version_value": "2022.1.3281", + "version_affected": "<" + }, + { + "version_value": "2022.2.7897", + "version_affected": ">=" + }, + { + "version_value": "2022.2.8552", + "version_affected": "<" + }, + { + "version_value": "2022.3.348", + "version_affected": ">=" + }, + { + "version_value": "2022.3.10750", + "version_affected": "<" + }, + { + "version_value": "2022.4.791", + "version_affected": ">=" + }, + { + "version_value": "2022.4.8221", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Exposure of Sensitive Information Through Environmental Variables" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://advisories.octopus.com/post/2022/sa2022-25/", + "refsource": "MISC", + "name": "https://advisories.octopus.com/post/2022/sa2022-25/" + } + ] }, "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 certain types of sensitive variables to inadvertently become unmasked when viewed in variable preview." } ] }