cvelist/2025/2xxx/CVE-2025-2857.json
2025-03-27 20:00:36 +00:00

97 lines
3.6 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-2857",
"ASSIGNER": "security@mozilla.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Following the recent Chrome sandbox escape (CVE-2025-2783), various Firefox developers identified a similar pattern in our IPC code. A compromised child process could cause the parent process to return an unintentionally powerful handle, leading to a sandbox escape. \nThe original vulnerability was being exploited in the wild. \n*This only affects Firefox on Windows. Other operating systems are unaffected.* This vulnerability affects Firefox < 136.0.4, Firefox ESR < 128.8.1, and Firefox ESR < 115.21.1."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Incorrect handle could lead to sandbox escapes"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Mozilla",
"product": {
"product_data": [
{
"product_name": "Firefox",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "136.0.4"
}
]
}
},
{
"product_name": "Firefox ESR",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "128.8.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1956398",
"refsource": "MISC",
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1956398"
},
{
"url": "https://issues.chromium.org/issues/405143032",
"refsource": "MISC",
"name": "https://issues.chromium.org/issues/405143032"
},
{
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2783",
"refsource": "MISC",
"name": "https://www.cve.org/CVERecord?id=CVE-2025-2783"
},
{
"url": "https://www.mozilla.org/security/advisories/mfsa2025-19/",
"refsource": "MISC",
"name": "https://www.mozilla.org/security/advisories/mfsa2025-19/"
}
]
},
"credits": [
{
"lang": "en",
"value": "Andrew McCreight"
}
]
}