When creating a callback over IPC for showing the File Picker window, multiple of the same callbacks could have been created at a time and eventually all simultaneously destroyed as soon as one of the callbacks finished. This could have led to a use-after-free causing a potentially exploitable crash. This vulnerability affects Firefox < 117, Firefox ESR < 102.15, Firefox ESR < 115.2, Thunderbird < 102.15, and Thunderbird < 115.2.
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=1846689 | issue tracking |
https://www.mozilla.org/security/advisories/mfsa2023-34/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2023-35/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2023-36/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2023-37/ | |
https://www.mozilla.org/security/advisories/mfsa2023-38/ | vendor advisory |