From 332d73f529b8e84f6b4aa83bb330322adba349f5 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 29 Sep 2022 21:00:37 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/39xxx/CVE-2022-39226.json | 2 +- 2022/39xxx/CVE-2022-39232.json | 2 +- 2022/3xxx/CVE-2022-3364.json | 166 ++++++++++++++++----------------- 2022/3xxx/CVE-2022-3365.json | 18 ++++ 2022/41xxx/CVE-2022-41828.json | 62 ++++++++++++ 2022/41xxx/CVE-2022-41829.json | 18 ++++ 6 files changed, 183 insertions(+), 85 deletions(-) create mode 100644 2022/3xxx/CVE-2022-3365.json create mode 100644 2022/41xxx/CVE-2022-41828.json create mode 100644 2022/41xxx/CVE-2022-41829.json diff --git a/2022/39xxx/CVE-2022-39226.json b/2022/39xxx/CVE-2022-39226.json index 109b7af967f..72bb4049987 100644 --- a/2022/39xxx/CVE-2022-39226.json +++ b/2022/39xxx/CVE-2022-39226.json @@ -38,7 +38,7 @@ "description_data": [ { "lang": "eng", - "value": "Discourse is an open source discussion platform. In versions prior to 2.8.9 on the `stable` branch and prior to 2.9.0.beta10 on the `beta` and `tests-passed` branches, a malicious actor can add large payloads of text into the Location and Website fields of a user profile, which causes issues for other users when loading that profile. A fix to limit the length of user input for these fields is included in version 2.8.9 on the `stable` branch and version 2.9.0.beta10 on the `beta` and `tests-passed` branches. There are no known workarounds.\n" + "value": "Discourse is an open source discussion platform. In versions prior to 2.8.9 on the `stable` branch and prior to 2.9.0.beta10 on the `beta` and `tests-passed` branches, a malicious actor can add large payloads of text into the Location and Website fields of a user profile, which causes issues for other users when loading that profile. A fix to limit the length of user input for these fields is included in version 2.8.9 on the `stable` branch and version 2.9.0.beta10 on the `beta` and `tests-passed` branches. There are no known workarounds." } ] }, diff --git a/2022/39xxx/CVE-2022-39232.json b/2022/39xxx/CVE-2022-39232.json index 19fba45e39e..a1759d1087e 100644 --- a/2022/39xxx/CVE-2022-39232.json +++ b/2022/39xxx/CVE-2022-39232.json @@ -35,7 +35,7 @@ "description_data": [ { "lang": "eng", - "value": "Discourse is an open source discussion platform. Starting with version 2.9.0.beta5 and prior to version 2.9.0.beta10, an incomplete quote can generate a JavaScript error which will crash the current page in the browser in some cases. Version 2.9.0.beta10 added a fix and tests to ensure incomplete quotes won't break the app. As a workaround, the quote can be fixed via the rails console.\n\n" + "value": "Discourse is an open source discussion platform. Starting with version 2.9.0.beta5 and prior to version 2.9.0.beta10, an incomplete quote can generate a JavaScript error which will crash the current page in the browser in some cases. Version 2.9.0.beta10 added a fix and tests to ensure incomplete quotes won't break the app. As a workaround, the quote can be fixed via the rails console." } ] }, diff --git a/2022/3xxx/CVE-2022-3364.json b/2022/3xxx/CVE-2022-3364.json index 9e75f31fef8..d4ec0916758 100644 --- a/2022/3xxx/CVE-2022-3364.json +++ b/2022/3xxx/CVE-2022-3364.json @@ -1,89 +1,89 @@ { - "CVE_data_meta": { - "ASSIGNER": "security@huntr.dev", - "ID": "CVE-2022-3364", - "STATE": "PUBLIC", - "TITLE": "No limit in length of \"Fullname\" parameter results in DOS attack /memory corruption in ikus060/rdiffweb prior to 2.5.0a3 in ikus060/rdiffweb" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "product": { - "product_data": [ - { - "product_name": "ikus060/rdiffweb", - "version": { - "version_data": [ - { - "version_affected": "<", - "version_value": "2.5.0a3" - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-3364", + "STATE": "PUBLIC", + "TITLE": "No limit in length of \"Fullname\" parameter results in DOS attack /memory corruption in ikus060/rdiffweb prior to 2.5.0a3 in ikus060/rdiffweb" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ikus060/rdiffweb", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.5.0a3" + } + ] + } + } + ] + }, + "vendor_name": "ikus060" } - } ] - }, - "vendor_name": "ikus060" } - ] - } - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ - { - "lang": "eng", - "value": "Allocation of Resources Without Limits or Throttling in GitHub repository ikus060/rdiffweb prior to 2.5.0a3." - } - ] - }, - "impact": { - "cvss": { - "attackComplexity": "LOW", - "attackVector": "NETWORK", - "availabilityImpact": "LOW", - "baseScore": 5.3, - "baseSeverity": "MEDIUM", - "confidentialityImpact": "NONE", - "integrityImpact": "NONE", - "privilegesRequired": "NONE", - "scope": "UNCHANGED", - "userInteraction": "NONE", - "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", - "version": "3.0" - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-770 Allocation of Resources Without Limits or Throttling" - } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Allocation of Resources Without Limits or Throttling in GitHub repository ikus060/rdiffweb prior to 2.5.0a3." + } ] - } - ] - }, - "references": { - "reference_data": [ - { - "name": "https://huntr.dev/bounties/e70ad507-1424-463b-bdf1-c4a6fbe6e720", - "refsource": "CONFIRM", - "url": "https://huntr.dev/bounties/e70ad507-1424-463b-bdf1-c4a6fbe6e720" - }, - { - "name": "https://github.com/ikus060/rdiffweb/commit/b62c479ff6979563c7c23e7182942bc4f460a2c7", - "refsource": "MISC", - "url": "https://github.com/ikus060/rdiffweb/commit/b62c479ff6979563c7c23e7182942bc4f460a2c7" - } - ] - }, - "source": { - "advisory": "e70ad507-1424-463b-bdf1-c4a6fbe6e720", - "discovery": "EXTERNAL" - } + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 5.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-770 Allocation of Resources Without Limits or Throttling" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/e70ad507-1424-463b-bdf1-c4a6fbe6e720", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/e70ad507-1424-463b-bdf1-c4a6fbe6e720" + }, + { + "name": "https://github.com/ikus060/rdiffweb/commit/b62c479ff6979563c7c23e7182942bc4f460a2c7", + "refsource": "MISC", + "url": "https://github.com/ikus060/rdiffweb/commit/b62c479ff6979563c7c23e7182942bc4f460a2c7" + } + ] + }, + "source": { + "advisory": "e70ad507-1424-463b-bdf1-c4a6fbe6e720", + "discovery": "EXTERNAL" + } } \ No newline at end of file diff --git a/2022/3xxx/CVE-2022-3365.json b/2022/3xxx/CVE-2022-3365.json new file mode 100644 index 00000000000..faf1c8ef02c --- /dev/null +++ b/2022/3xxx/CVE-2022-3365.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-3365", + "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 diff --git a/2022/41xxx/CVE-2022-41828.json b/2022/41xxx/CVE-2022-41828.json new file mode 100644 index 00000000000..00809a4d1d9 --- /dev/null +++ b/2022/41xxx/CVE-2022-41828.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2022-41828", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "In Amazon AWS Redshift JDBC Driver (aka amazon-redshift-jdbc-driver or redshift-jdbc42) before 2.1.0.8, the Object Factory does not check the class type when instantiating an object from a class name." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/aws/amazon-redshift-jdbc-driver/commit/40b143b4698faf90c788ffa89f2d4d8d2ad068b5", + "refsource": "MISC", + "name": "https://github.com/aws/amazon-redshift-jdbc-driver/commit/40b143b4698faf90c788ffa89f2d4d8d2ad068b5" + } + ] + } +} \ No newline at end of file diff --git a/2022/41xxx/CVE-2022-41829.json b/2022/41xxx/CVE-2022-41829.json new file mode 100644 index 00000000000..dbe1b6fdfce --- /dev/null +++ b/2022/41xxx/CVE-2022-41829.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-41829", + "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