"-Synchronized-Data."

This commit is contained in:
CVE Team 2023-10-25 18:03:10 +00:00
parent dd53d5140e
commit 262f76b1eb
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98

View File

@ -1,18 +1,75 @@
{ {
"data_version": "4.0",
"data_type": "CVE", "data_type": "CVE",
"data_format": "MITRE", "data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": { "CVE_data_meta": {
"ID": "CVE-2023-5758", "ID": "CVE-2023-5758",
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "security@mozilla.org",
"STATE": "RESERVED" "STATE": "PUBLIC"
}, },
"description": { "description": {
"description_data": [ "description_data": [
{ {
"lang": "eng", "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"
}
]
} }