From 51030c4edb9a6becf6caa159902f3716ffce4af1 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Tue, 18 Oct 2022 18:10:02 +0200 Subject: [PATCH 1/2] add CVE content --- 2022/27xxx/CVE-2022-27912.json | 59 ++++++++++++++++++++++++++++++---- 2022/27xxx/CVE-2022-27913.json | 59 ++++++++++++++++++++++++++++++---- 2 files changed, 106 insertions(+), 12 deletions(-) diff --git a/2022/27xxx/CVE-2022-27912.json b/2022/27xxx/CVE-2022-27912.json index a41cd565121..690d990b87b 100644 --- a/2022/27xxx/CVE-2022-27912.json +++ b/2022/27xxx/CVE-2022-27912.json @@ -1,17 +1,64 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@joomla.org", "ID": "CVE-2022-27912", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "DATE_PUBLIC": "2022-10-25T18:00:00", + "STATE": "PUBLIC", + "TITLE": "[20221001] - Core - Debug Mode leaks full request payloads including passwords" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Joomla! CMS", + "version": { + "version_data": [ + { + "version_value": "4.0.0-4.2.3" + } + ] + } + } + ] + }, + "vendor_name": "Joomla! Project" + } + ] + } + }, + "credit": "Peter Martin", + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "An issue was discovered in Joomla! 4.0.0 through 4.2.3. Sites with publicly enabled debug mode exposed data of previous requests." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Information Disclosure" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://developer.joomla.org/security-centre/XXX.html", + "refsource": "MISC", + "name": "https://developer.joomla.org/security-centre/XXX.html" } ] } diff --git a/2022/27xxx/CVE-2022-27913.json b/2022/27xxx/CVE-2022-27913.json index 7ad2fbe3197..22090f09e5c 100644 --- a/2022/27xxx/CVE-2022-27913.json +++ b/2022/27xxx/CVE-2022-27913.json @@ -1,17 +1,64 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@joomla.org", "ID": "CVE-2022-27913", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "DATE_PUBLIC": "2022-10-25T18:00:00", + "STATE": "PUBLIC", + "TITLE": "[20221002] - Core - RXSS through reflection of user input in headings" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Joomla! CMS", + "version": { + "version_data": [ + { + "version_value": "4.2.0-4.2.3" + } + ] + } + } + ] + }, + "vendor_name": "Joomla! Project" + } + ] + } + }, + "credit": "Ajith Menon", + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "An issue was discovered in Joomla! 4.2.0 through 4.2.3. Inadequate filtering of potentially malicious user input leads to reflected XSS vulnerabilities in various components." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Reflected Cross-Site Scripting (XSS)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://developer.joomla.org/security-centre/XXX.html", + "refsource": "MISC", + "name": "https://developer.joomla.org/security-centre/XXX.html" } ] } From 176efad71445e527bb09e8cd5ff8a8473df118eb Mon Sep 17 00:00:00 2001 From: zero-24 Date: Tue, 25 Oct 2022 09:00:02 +0200 Subject: [PATCH 2/2] add URLs --- 2022/27xxx/CVE-2022-27912.json | 4 ++-- 2022/27xxx/CVE-2022-27913.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2022/27xxx/CVE-2022-27912.json b/2022/27xxx/CVE-2022-27912.json index 690d990b87b..1cb65baaa87 100644 --- a/2022/27xxx/CVE-2022-27912.json +++ b/2022/27xxx/CVE-2022-27912.json @@ -56,9 +56,9 @@ "references": { "reference_data": [ { - "url": "https://developer.joomla.org/security-centre/XXX.html", + "url": "https://developer.joomla.org/security-centre/885-20221001-core-disclosure-of-critical-information-in-debug-mode.html", "refsource": "MISC", - "name": "https://developer.joomla.org/security-centre/XXX.html" + "name": "https://developer.joomla.org/security-centre/885-20221001-core-disclosure-of-critical-information-in-debug-mode.html" } ] } diff --git a/2022/27xxx/CVE-2022-27913.json b/2022/27xxx/CVE-2022-27913.json index 22090f09e5c..80976f4afb2 100644 --- a/2022/27xxx/CVE-2022-27913.json +++ b/2022/27xxx/CVE-2022-27913.json @@ -56,9 +56,9 @@ "references": { "reference_data": [ { - "url": "https://developer.joomla.org/security-centre/XXX.html", + "url": "https://developer.joomla.org/security-centre/886-20221002-core-reflected-xss-in-various-components.html", "refsource": "MISC", - "name": "https://developer.joomla.org/security-centre/XXX.html" + "name": "https://developer.joomla.org/security-centre/886-20221002-core-reflected-xss-in-various-components.html" } ] }