diff --git a/2022/1xxx/CVE-2022-1942.json b/2022/1xxx/CVE-2022-1942.json index 36db913de96..a32c045e4ff 100644 --- a/2022/1xxx/CVE-2022-1942.json +++ b/2022/1xxx/CVE-2022-1942.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", "ID": "CVE-2022-1942", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Heap-based Buffer Overflow in vim/vim" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "vim/vim", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "8.2" + } + ] + } + } + ] + }, + "vendor_name": "vim" + } + ] + } + }, + "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": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-122 Heap-based Buffer Overflow" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/67ca4d3b-9175-43c1-925c-72a7091bc071", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/67ca4d3b-9175-43c1-925c-72a7091bc071" + }, + { + "name": "https://github.com/vim/vim/commit/71223e2db87c2bf3b09aecb46266b56cda26191d", + "refsource": "MISC", + "url": "https://github.com/vim/vim/commit/71223e2db87c2bf3b09aecb46266b56cda26191d" + } + ] + }, + "source": { + "advisory": "67ca4d3b-9175-43c1-925c-72a7091bc071", + "discovery": "EXTERNAL" } } \ No newline at end of file diff --git a/2022/23xxx/CVE-2022-23082.json b/2022/23xxx/CVE-2022-23082.json index cf43b663b46..29138a12e94 100644 --- a/2022/23xxx/CVE-2022-23082.json +++ b/2022/23xxx/CVE-2022-23082.json @@ -47,7 +47,7 @@ "description_data": [ { "lang": "eng", - "value": "In CureKit versions v1.0.1 through v1.1.3 are vulnerable to path traversal as the function isFileOutsideDir fails to sanitize the user input which may lead to path traversal." + "value": "In CureKit versions v1.0.1 through v1.1.3 are vulnerable to path traversal as the function \u2018isFileOutsideDir\u2019 fails to sanitize the user input which may lead to path traversal." } ] }, diff --git a/2022/26xxx/CVE-2022-26691.json b/2022/26xxx/CVE-2022-26691.json index b9d3b86f8f4..8e790604557 100644 --- a/2022/26xxx/CVE-2022-26691.json +++ b/2022/26xxx/CVE-2022-26691.json @@ -86,6 +86,16 @@ "refsource": "MLIST", "name": "[debian-lts-announce] 20220527 [SECURITY] [DLA 3029-1] cups security update", "url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00039.html" + }, + { + "refsource": "DEBIAN", + "name": "DSA-5149", + "url": "https://www.debian.org/security/2022/dsa-5149" + }, + { + "refsource": "MISC", + "name": "https://github.com/mandiant/Vulnerability-Disclosures/blob/master/2022/MNDT-2022-0026/MNDT-2022-0026.md", + "url": "https://github.com/mandiant/Vulnerability-Disclosures/blob/master/2022/MNDT-2022-0026/MNDT-2022-0026.md" } ] }, diff --git a/2022/30xxx/CVE-2022-30999.json b/2022/30xxx/CVE-2022-30999.json index 41bf4ec8e4b..42fe4f38dab 100644 --- a/2022/30xxx/CVE-2022-30999.json +++ b/2022/30xxx/CVE-2022-30999.json @@ -35,7 +35,7 @@ "description_data": [ { "lang": "eng", - "value": "FriendsofFlarum (FoF) Upload is an extension that handles file uploads intelligently for your forum. If FoF Upload prior to version 1.2.3 is configured to allow the uploading of SVG files (`image/svg+xml`), navigating directly to an SVG file URI could execute arbitrary Javascript code decided by an attacker. This Javascript code could include the execution of HTTP web requests to Flarum, or any other web service. This could allow data to be leaked by an authenticated Flarum user, or, possibly, for data to be modified maliciously. This issue has been patched with v1.2.3, which now sanitizes uploaded SVG files. As a workaround, remove the ability for users to upload SVG files through FoF Upload." + "value": "FriendsofFlarum (FoF) Upload is an extension that handles file uploads intelligently for your forum. If FoF Upload prior to version 1.2.3 is configured to allow the uploading of SVG files ('image/svg+xml'), navigating directly to an SVG file URI could execute arbitrary Javascript code decided by an attacker. This Javascript code could include the execution of HTTP web requests to Flarum, or any other web service. This could allow data to be leaked by an authenticated Flarum user, or, possibly, for data to be modified maliciously. This issue has been patched with v1.2.3, which now sanitizes uploaded SVG files. As a workaround, remove the ability for users to upload SVG files through FoF Upload." } ] }, diff --git a/2022/31xxx/CVE-2022-31004.json b/2022/31xxx/CVE-2022-31004.json index a6c9184adc5..ed4fdb620af 100644 --- a/2022/31xxx/CVE-2022-31004.json +++ b/2022/31xxx/CVE-2022-31004.json @@ -35,7 +35,7 @@ "description_data": [ { "lang": "eng", - "value": "CVEProject/cve-services is an open source project used to operate the CVE services API. A conditional in `data.js` has potential for production secrets to be written to disk. The affected method writes the generated randomKey to disk if the environment is not development. If this method were called in production, it is possible that it would write the plaintext key to disk. A patch is not available as of time of publication but is anticipated as a \"hot fix\" for version 1.1.1 and for the 2.x branch." + "value": "CVEProject/cve-services is an open source project used to operate the CVE services API. A conditional in 'data.js' has potential for production secrets to be written to disk. The affected method writes the generated randomKey to disk if the environment is not development. If this method were called in production, it is possible that it would write the plaintext key to disk. A patch is not available as of time of publication but is anticipated as a \"hot fix\" for version 1.1.1 and for the 2.x branch." } ] },