When using nested workers, a use-after-free could occur during worker destruction. This resulted in a potentially exploitable crash. This vulnerability affects Thunderbird < 68.3, Firefox ESR < 68.3, and Firefox < 71.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://bugzilla.mozilla.org/show_bug.cgi?id=1546331 | permissions required |
https://www.mozilla.org/security/advisories/mfsa2019-36/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2019-38/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2019-37/ | vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00000.html | mailing list third party advisory vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00001.html | mailing list third party advisory vendor advisory |
https://usn.ubuntu.com/4241-1/ | vendor advisory |
https://access.redhat.com/errata/RHSA-2020:0292 | vendor advisory |
https://access.redhat.com/errata/RHSA-2020:0295 | vendor advisory |
https://security.gentoo.org/glsa/202003-02 | vendor advisory |
https://security.gentoo.org/glsa/202003-10 | vendor advisory |
https://usn.ubuntu.com/4335-1/ | vendor advisory |