2019-05-03 13:00:44 +00:00
{
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2019-11716" ,
2019-07-23 14:00:51 +00:00
"ASSIGNER" : "security@mozilla.org" ,
"STATE" : "PUBLIC"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Mozilla" ,
"product" : {
"product_data" : [
{
"product_name" : "Firefox" ,
"version" : {
"version_data" : [
{
"version_value" : "68" ,
"version_affected" : "<"
}
]
}
}
]
}
}
]
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "globalThis not enumerable until accessed"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"url" : "https://www.mozilla.org/security/advisories/mfsa2019-21/" ,
"refsource" : "MISC" ,
"name" : "https://www.mozilla.org/security/advisories/mfsa2019-21/"
} ,
{
"url" : "https://bugzilla.mozilla.org/show_bug.cgi?id=1552632" ,
"refsource" : "MISC" ,
"name" : "https://bugzilla.mozilla.org/show_bug.cgi?id=1552632"
2019-08-15 18:01:07 +00:00
} ,
{
"refsource" : "GENTOO" ,
"name" : "GLSA-201908-12" ,
"url" : "https://security.gentoo.org/glsa/201908-12"
2019-10-04 18:01:03 +00:00
} ,
{
"refsource" : "SUSE" ,
"name" : "openSUSE-SU-2019:2248" ,
"url" : "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00010.html"
} ,
{
"refsource" : "SUSE" ,
"name" : "openSUSE-SU-2019:2249" ,
"url" : "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00009.html"
2019-10-05 06:01:06 +00:00
} ,
{
"refsource" : "SUSE" ,
"name" : "openSUSE-SU-2019:2251" ,
"url" : "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00011.html"
2019-10-06 15:00:59 +00:00
} ,
{
"refsource" : "SUSE" ,
"name" : "openSUSE-SU-2019:2260" ,
"url" : "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00017.html"
2019-07-23 14:00:51 +00:00
}
]
2019-05-03 13:00:44 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2019-07-23 14:00:51 +00:00
"value" : "Until explicitly accessed by script, window.globalThis is not enumerable and, as a result, is not visible to code such as Object.getOwnPropertyNames(window). Sites that deploy a sandboxing that depends on enumerating and freezing access to the window object may miss this, allowing their sandboxes to be bypassed. This vulnerability affects Firefox < 68."
2019-05-03 13:00:44 +00:00
}
]
}
}