If a garbage collection was triggered at the right time, a use-after-free could have occurred during object transplant. This vulnerability affects Firefox < 127, Firefox ESR < 115.12, and Thunderbird < 115.12.
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=1895086 | issue tracking exploit |
https://lists.debian.org/debian-lts-announce/2024/06/msg00000.html | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2024/06/msg00010.html | third party advisory mailing list |
https://www.mozilla.org/security/advisories/mfsa2024-25/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2024-26/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2024-28/ | vendor advisory |