The Mozilla Fuzzing Team reported potential vulnerabilities present in Thunderbird 91.10. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 102, Firefox ESR < 91.11, Thunderbird < 102, and Thunderbird < 91.11.
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://www.mozilla.org/security/advisories/mfsa2022-24/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2022-26/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2022-25/ | vendor advisory |
https://bugzilla.mozilla.org/buglist.cgi?bug_id=1763634%2C1772651 | vendor advisory issue tracking exploit |