From e9743159a7ec0838757037bb3d586185ff19b039 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 19 Oct 2022 23:00:34 +0000 Subject: [PATCH 1/3] "-Synchronized-Data." --- 2022/3xxx/CVE-2022-3612.json | 18 ++++++++++++++++++ 2022/3xxx/CVE-2022-3613.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 2022/3xxx/CVE-2022-3612.json create mode 100644 2022/3xxx/CVE-2022-3613.json diff --git a/2022/3xxx/CVE-2022-3612.json b/2022/3xxx/CVE-2022-3612.json new file mode 100644 index 00000000000..77cccd1a6f4 --- /dev/null +++ b/2022/3xxx/CVE-2022-3612.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-3612", + "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/3xxx/CVE-2022-3613.json b/2022/3xxx/CVE-2022-3613.json new file mode 100644 index 00000000000..826c1a9f8b5 --- /dev/null +++ b/2022/3xxx/CVE-2022-3613.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-3613", + "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 From 0f8774e7da0fdd09aae5399ca31fb32b5c425b91 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Thu, 20 Oct 2022 00:46:51 +0100 Subject: [PATCH 2/3] 02207c8f-2b15-4a31-a86a-74fd2fca0ed1 --- 2022/3xxx/CVE-2022-3327.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/3xxx/CVE-2022-3327.json b/2022/3xxx/CVE-2022-3327.json index 33d5de24c61..d31cd508dbe 100644 --- a/2022/3xxx/CVE-2022-3327.json +++ b/2022/3xxx/CVE-2022-3327.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-3327", - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-3327", + "STATE": "PUBLIC", + "TITLE": "Missing Authentication for Critical Function in ikus060/rdiffweb" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ikus060/rdiffweb", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.5.0a6" + } + ] + } + } + ] + }, + "vendor_name": "ikus060" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Missing Authentication for Critical Function in GitHub repository ikus060/rdiffweb prior to 2.5.0a6." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "PHYSICAL", + "availabilityImpact": "NONE", + "baseScore": 4.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:P/AC:L/PR:H/UI:R/S:U/C:H/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-306 Missing Authentication for Critical Function" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/02207c8f-2b15-4a31-a86a-74fd2fca0ed1", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/02207c8f-2b15-4a31-a86a-74fd2fca0ed1" + }, + { + "name": "https://github.com/ikus060/rdiffweb/commit/f2a32f2a9f3fb8be1a9432ac3d81d3aacdb13095", + "refsource": "MISC", + "url": "https://github.com/ikus060/rdiffweb/commit/f2a32f2a9f3fb8be1a9432ac3d81d3aacdb13095" + } + ] + }, + "source": { + "advisory": "02207c8f-2b15-4a31-a86a-74fd2fca0ed1", + "discovery": "EXTERNAL" + } } \ No newline at end of file From 5c1ddadc91d0a35db9eccc8c3273f93148a15814 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 20 Oct 2022 00:00:34 +0000 Subject: [PATCH 3/3] "-Synchronized-Data." --- 2022/3xxx/CVE-2022-3614.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2022/3xxx/CVE-2022-3614.json diff --git a/2022/3xxx/CVE-2022-3614.json b/2022/3xxx/CVE-2022-3614.json new file mode 100644 index 00000000000..87e2e48e427 --- /dev/null +++ b/2022/3xxx/CVE-2022-3614.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-3614", + "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