From 990d3ab743f0cd4b36ab0a20e95d3db605b268b4 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 12 Jul 2023 19:00:39 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/46xxx/CVE-2022-46333.json | 38 +++++++++++++--- 2023/0xxx/CVE-2023-0090.json | 10 ++--- 2023/31xxx/CVE-2023-31274.json | 18 ++++++++ 2023/34xxx/CVE-2023-34348.json | 18 ++++++++ 2023/3xxx/CVE-2023-3635.json | 79 ++++++++++++++++++++++++++++++++-- 5 files changed, 149 insertions(+), 14 deletions(-) create mode 100644 2023/31xxx/CVE-2023-31274.json create mode 100644 2023/34xxx/CVE-2023-34348.json diff --git a/2022/46xxx/CVE-2022-46333.json b/2022/46xxx/CVE-2022-46333.json index 50ef15cc1c9..3105db6f554 100644 --- a/2022/46xxx/CVE-2022-46333.json +++ b/2022/46xxx/CVE-2022-46333.json @@ -11,7 +11,7 @@ "description_data": [ { "lang": "eng", - "value": "The admin user interface in Proofpoint Enterprise Protection (PPS/PoD) contains a command injection vulnerability that enables an admin to execute commands beyond their allowed scope. This affects all versions 8.19.0 and below." + "value": "The admin user interface in Proofpoint Enterprise Protection (PPS/PoD) contains a command injection vulnerability that enables an admin to execute commands beyond their allowed scope. This affects all versions 8.19.0 and below.\n\n" } ] }, @@ -21,8 +21,8 @@ "description": [ { "lang": "eng", - "value": "CWE-77 Improper Neutralization of Special Elements used in a Command ('Command Injection')", - "cweId": "CWE-77" + "value": "CWE-94 Improper Control of Generation of Code ('Code Injection')", + "cweId": "CWE-94" } ] } @@ -40,8 +40,36 @@ "version": { "version_data": [ { - "version_value": "8.*", - "version_affected": "=" + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "changes": [ + { + "at": "8.19.0 patch 4546", + "status": "unaffected" + }, + { + "at": "8.18.6 patch 4545", + "status": "unaffected" + }, + { + "at": "8.18.4 patch 4544", + "status": "unaffected" + }, + { + "at": "8.13.22 patch 4543", + "status": "unaffected" + } + ], + "lessThanOrEqual": "8.19.0", + "status": "affected", + "version": "8.*", + "versionType": "semver" + } + ], + "defaultStatus": "unaffected" + } } ] } diff --git a/2023/0xxx/CVE-2023-0090.json b/2023/0xxx/CVE-2023-0090.json index ae8497bc30c..7c5c2d9ecbe 100644 --- a/2023/0xxx/CVE-2023-0090.json +++ b/2023/0xxx/CVE-2023-0090.json @@ -11,7 +11,7 @@ "description_data": [ { "lang": "eng", - "value": "The webservices in Proofpoint Enterprise Protection (PPS/POD) contain a vulnerability that allows for an anonymous user to execute remote code through 'eval injection'. Exploitation requires network access to the webservices API, but such access is a non-standard configuration. This affects all versions 8.20.0 and below." + "value": "The webservices in Proofpoint Enterprise Protection (PPS/POD) contain a vulnerability that allows for an anonymous user to execute remote code through 'eval injection'. Exploitation requires network access to the webservices API, but such access is a non-standard configuration. This affects all versions 8.20.0 and below.\n\n" } ] }, @@ -104,17 +104,17 @@ "impact": { "cvss": [ { - "attackComplexity": "HIGH", + "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", - "baseScore": 8.1, - "baseSeverity": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", - "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } ] diff --git a/2023/31xxx/CVE-2023-31274.json b/2023/31xxx/CVE-2023-31274.json new file mode 100644 index 00000000000..abdd184d633 --- /dev/null +++ b/2023/31xxx/CVE-2023-31274.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-31274", + "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/2023/34xxx/CVE-2023-34348.json b/2023/34xxx/CVE-2023-34348.json new file mode 100644 index 00000000000..da1bcbac1b2 --- /dev/null +++ b/2023/34xxx/CVE-2023-34348.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-34348", + "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/2023/3xxx/CVE-2023-3635.json b/2023/3xxx/CVE-2023-3635.json index 0d7f0ff8c0f..86a1ce7b54d 100644 --- a/2023/3xxx/CVE-2023-3635.json +++ b/2023/3xxx/CVE-2023-3635.json @@ -1,17 +1,88 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-3635", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@jfrog.com", + "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": "GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This may lead to denial of service of the Okio client when handling a crafted GZIP archive, by using the GzipSource class.\n\n" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-195: Signed to Unsigned Conversion Error", + "cweId": "CWE-195" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://research.jfrog.com/vulnerabilities/okio-gzip-source-unhandled-exception-dos-xray-523195/", + "refsource": "MISC", + "name": "https://research.jfrog.com/vulnerabilities/okio-gzip-source-unhandled-exception-dos-xray-523195/" + }, + { + "url": "https://github.com/square/okio/commit/81bce1a30af244550b0324597720e4799281da7b", + "refsource": "MISC", + "name": "https://github.com/square/okio/commit/81bce1a30af244550b0324597720e4799281da7b" + } + ] + }, + "source": { + "discovery": "EXTERNAL" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" } ] }