diff --git a/2023/47xxx/CVE-2023-47122.json b/2023/47xxx/CVE-2023-47122.json index c99f472bea3..d2df04cb38b 100644 --- a/2023/47xxx/CVE-2023-47122.json +++ b/2023/47xxx/CVE-2023-47122.json @@ -1,17 +1,100 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-47122", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@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": "Gitsign is software for keyless Git signing using Sigstore. In versions of gitsign starting with 0.6.0 and prior to 0.8.0, Rekor public keys were fetched via the Rekor API, instead of through the local TUF client. If the upstream Rekor server happened to be compromised, gitsign clients could potentially be tricked into trusting incorrect signatures. There is no known compromise the default public good instance (`rekor.sigstore.dev`) - anyone using this instance is unaffected. This issue was fixed in v0.8.0. No known workarounds are available." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-347: Improper Verification of Cryptographic Signature", + "cweId": "CWE-347" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "sigstore", + "product": { + "product_data": [ + { + "product_name": "gitsign", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": ">= 0.6.0, < 0.8.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/sigstore/gitsign/security/advisories/GHSA-xvrc-2wvh-49vc", + "refsource": "MISC", + "name": "https://github.com/sigstore/gitsign/security/advisories/GHSA-xvrc-2wvh-49vc" + }, + { + "url": "https://github.com/sigstore/gitsign/pull/399", + "refsource": "MISC", + "name": "https://github.com/sigstore/gitsign/pull/399" + }, + { + "url": "https://github.com/sigstore/gitsign/commit/cd66ccb03c86a3600955f0c15f6bfeb75f697236", + "refsource": "MISC", + "name": "https://github.com/sigstore/gitsign/commit/cd66ccb03c86a3600955f0c15f6bfeb75f697236" + }, + { + "url": "https://docs.sigstore.dev/about/threat-model/#sigstore-threat-model", + "refsource": "MISC", + "name": "https://docs.sigstore.dev/about/threat-model/#sigstore-threat-model" + } + ] + }, + "source": { + "advisory": "GHSA-xvrc-2wvh-49vc", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.2, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:N", + "version": "3.1" } ] }