From 0ecd7da017ef19da41e807b97140834c11e7d26d Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 30 Aug 2023 23:00:31 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/23xxx/CVE-2023-23765.json | 115 +++++++++++++++++++++++++++++++-- 1 file changed, 111 insertions(+), 4 deletions(-) diff --git a/2023/23xxx/CVE-2023-23765.json b/2023/23xxx/CVE-2023-23765.json index b7df81ef21e..40f9dca5e99 100644 --- a/2023/23xxx/CVE-2023-23765.json +++ b/2023/23xxx/CVE-2023-23765.json @@ -1,17 +1,124 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-23765", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "product-cna@github.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": "An incorrect comparison vulnerability was identified in GitHub Enterprise Server that allowed commit smuggling by displaying an incorrect diff in a re-opened Pull Request. To exploit this vulnerability, an attacker would need write access to the repository. This vulnerability was reported via the GitHub Bug Bounty Program https://bounty.github.com/ .\n" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-697 Incorrect Comparison", + "cweId": "CWE-697" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "GitHub", + "product": { + "product_data": [ + { + "product_name": "Enterprise Server", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "3.6.0", + "version_value": "3.6.16" + }, + { + "version_affected": "<", + "version_name": "3.7.0", + "version_value": "3.7.13" + }, + { + "version_affected": "<", + "version_name": "3.8.0", + "version_value": "3.8.6" + }, + { + "version_affected": "<", + "version_name": "3.9.0", + "version_value": "3.9.1" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://docs.github.com/en/enterprise-server@3.6/admin/release-notes#3.6.16", + "refsource": "MISC", + "name": "https://docs.github.com/en/enterprise-server@3.6/admin/release-notes#3.6.16" + }, + { + "url": "https://docs.github.com/en/enterprise-server@3.7/admin/release-notes#3.7.13", + "refsource": "MISC", + "name": "https://docs.github.com/en/enterprise-server@3.7/admin/release-notes#3.7.13" + }, + { + "url": "https://docs.github.com/en/enterprise-server@3.8/admin/release-notes#3.8.9", + "refsource": "MISC", + "name": "https://docs.github.com/en/enterprise-server@3.8/admin/release-notes#3.8.9" + }, + { + "url": "https://docs.github.com/en/enterprise-server@3.9/admin/release-notes#3.9.1", + "refsource": "MISC", + "name": "https://docs.github.com/en/enterprise-server@3.9/admin/release-notes#3.9.1" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "inspector-amibitious" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.8, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:H/A:N", + "version": "3.1" } ] }