diff --git a/2023/30xxx/CVE-2023-30945.json b/2023/30xxx/CVE-2023-30945.json index e1bcccebfd0..4708a668369 100644 --- a/2023/30xxx/CVE-2023-30945.json +++ b/2023/30xxx/CVE-2023-30945.json @@ -1,17 +1,113 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-30945", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cve-coordination@palantir.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": "Multiple Services such as VHS(Video History Server) and VCD(Video Clip Distributor) and Clips2 were discovered to be vulnerable to an unauthenticated arbitrary file read/write vulnerability due to missing input validation on filenames. A malicious attacker could read sensitive files from the filesystem or write/delete arbitrary files on the filesystem as well." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.", + "cweId": "CWE-287" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.", + "cweId": "CWE-22" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Palantir", + "product": { + "product_data": [ + { + "product_name": "com.palantir.gotham:clips2", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "*", + "version_value": "0.111.2" + } + ] + } + }, + { + "product_name": "com.palantir.video:video-history-server", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "*", + "version_value": "2.210.3" + } + ] + } + }, + { + "product_name": "com.palantir.video:video-clip-distributor", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "*", + "version_value": "0.24.10" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://palantir.safebase.us/?tcuUid=e62e4dad-b39b-48ba-ba30-7b7c83406ad9", + "refsource": "MISC", + "name": "https://palantir.safebase.us/?tcuUid=e62e4dad-b39b-48ba-ba30-7b7c83406ad9" + } + ] + }, + "source": { + "discovery": "INTERNAL", + "defect": [ + "PLTRSEC-2023-18" + ] + }, + "impact": { + "cvss": [ + { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/CR:M", + "baseSeverity": "CRITICAL", + "baseScore": 9.8 } ] }