From 9ae5d5f762bdf5f0bc8987118dc045e8e17c1f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Barbero?= Date: Thu, 26 Jan 2023 17:29:52 +0100 Subject: [PATCH] CVE-2022-2712 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikaƫl Barbero --- 2022/2xxx/CVE-2022-2712.json | 67 ++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 3 deletions(-) diff --git a/2022/2xxx/CVE-2022-2712.json b/2022/2xxx/CVE-2022-2712.json index f7e5c177b83..efa3bac10b0 100644 --- a/2022/2xxx/CVE-2022-2712.json +++ b/2022/2xxx/CVE-2022-2712.json @@ -5,14 +5,75 @@ "CVE_data_meta": { "ID": "CVE-2022-2712", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The Eclipse Foundation", + "product": { + "product_data": [ + { + "product_name": "Eclipse GlassFish", + "version": { + "version_data": [ + { + "version_affected": ">=", + "version_value": "5.1.0" + }, + { + "version_affected": "<=", + "version_value": "6.2.5" + } + ] + } + } + ] + } + } + ] + } }, "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 Eclipse GlassFish versions 5.1.0 to 6.2.5, there is a vulnerability in relative path traversal because it does not filter request path starting with './'. Successful exploitation could allow an remote unauthenticated attacker to access critical data, such as configuration files and deployed application source code." } ] - } + }, + "impact": { + "cvss": { + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugs.eclipse.org/580502", + "refsource": "CONFIRM", + "url": "https://bugs.eclipse.org/580502" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Marcin Dudek (@dudekmar)" + } + ] } \ No newline at end of file