From 24dc68f682078c07864f53d907e089e820dd5859 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 19 Dec 2022 12:00:42 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/40xxx/CVE-2022-40743.json | 81 +++++++++++++++++++++++++++++++--- 2022/4xxx/CVE-2022-4609.json | 18 ++++++++ 2 files changed, 94 insertions(+), 5 deletions(-) create mode 100644 2022/4xxx/CVE-2022-4609.json diff --git a/2022/40xxx/CVE-2022-40743.json b/2022/40xxx/CVE-2022-40743.json index c28327b3fd9..e642ef5eafa 100644 --- a/2022/40xxx/CVE-2022-40743.json +++ b/2022/40xxx/CVE-2022-40743.json @@ -1,18 +1,89 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-40743", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@apache.org", + "STATE": "PUBLIC" }, "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": "Improper Input Validation vulnerability for the xdebug plugin in Apache Software Foundation Apache Traffic Server can lead to cross site scripting and cache poisoning attacks.This issue affects Apache Traffic Server: 9.0.0 to 9.1.3. Users should upgrade to 9.1.4 or later versions." } ] - } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20 Improper Input Validation", + "cweId": "CWE-20" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Apache Software Foundation", + "product": { + "product_data": [ + { + "product_name": "Apache Traffic Server", + "version": { + "version_data": [ + { + "version_value": "9.0.0", + "version_affected": "=" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://lists.apache.org/thread/mrj2lg4s0hf027rk7gz8t7hbn9xpfg02", + "refsource": "MISC", + "name": "https://lists.apache.org/thread/mrj2lg4s0hf027rk7gz8t7hbn9xpfg02" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "UNKNOWN" + }, + "work_around": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Disable the xdebug plugin or change the default header to activate the plugin." + } + ], + "value": "Disable the xdebug plugin or change the default header to activate the plugin." + } + ], + "credits": [ + { + "lang": "en", + "value": "Nick Frost" + } + ] } \ No newline at end of file diff --git a/2022/4xxx/CVE-2022-4609.json b/2022/4xxx/CVE-2022-4609.json new file mode 100644 index 00000000000..0370304e955 --- /dev/null +++ b/2022/4xxx/CVE-2022-4609.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-4609", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file