cvelist/2023/37xxx/CVE-2023-37209.json
2023-07-05 10:00:36 +00:00

75 lines
2.4 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-37209",
"ASSIGNER": "security@mozilla.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "A use-after-free condition existed in `NotifyOnHistoryReload` where a `LoadingSessionHistoryEntry` object was freed and a reference to that object remained. This resulted in a potentially exploitable condition when the reference to that object was later reused. This vulnerability affects Firefox < 115."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Use-after-free in `NotifyOnHistoryReload`"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Mozilla",
"product": {
"product_data": [
{
"product_name": "Firefox",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "115"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1837993",
"refsource": "MISC",
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1837993"
},
{
"url": "https://www.mozilla.org/security/advisories/mfsa2023-22/",
"refsource": "MISC",
"name": "https://www.mozilla.org/security/advisories/mfsa2023-22/"
}
]
},
"credits": [
{
"lang": "en",
"value": "Simon Descarpentries"
}
]
}