diff --git a/2021/43xxx/CVE-2021-43954.json b/2021/43xxx/CVE-2021-43954.json index b3b765824b5..bfd6a064e12 100644 --- a/2021/43xxx/CVE-2021-43954.json +++ b/2021/43xxx/CVE-2021-43954.json @@ -1,18 +1,80 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@atlassian.com", + "DATE_PUBLIC": "2022-03-07T00:00:00", "ID": "CVE-2021-43954", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Fisheye", + "version": { + "version_data": [ + { + "version_value": "4.8.9", + "version_affected": "<" + } + ] + } + }, + { + "product_name": "Crucible", + "version": { + "version_data": [ + { + "version_value": "4.8.9", + "version_affected": "<" + } + ] + } + } + ] + }, + "vendor_name": "Atlassian" + } + ] + } + }, + "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": "The DefaultRepositoryAdminService class in Fisheye and Crucible before version 4.8.9 allowed remote attackers, who have 'can add repository permission', to enumerate the existence of internal network and filesystem resources via a Server-Side Request Forgery (SSRF) vulnerability." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Server Side Request Forgery (SSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://jira.atlassian.com/browse/FE-7384", + "refsource": "MISC", + "name": "https://jira.atlassian.com/browse/FE-7384" + }, + { + "url": "https://jira.atlassian.com/browse/CRUC-8520", + "refsource": "MISC", + "name": "https://jira.atlassian.com/browse/CRUC-8520" } ] } -} \ No newline at end of file +}