diff --git a/2023/5xxx/CVE-2023-5758.json b/2023/5xxx/CVE-2023-5758.json index b7740f0d758..10a9c0c4d00 100644 --- a/2023/5xxx/CVE-2023-5758.json +++ b/2023/5xxx/CVE-2023-5758.json @@ -1,18 +1,75 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-5758", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "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": "When opening a page in reader mode, the redirect URL could have caused attacker-controlled script to execute in a reflected Cross-Site Scripting (XSS) attack. This vulnerability affects Firefox for iOS < 119." } ] - } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-Site Scripting (XSS) in reader mode" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Firefox for iOS", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "unspecified", + "version_value": "119" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1850019", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1850019" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2023-48/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2023-48/" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Irwan" + } + ] } \ No newline at end of file