A use-after-free was identified in the `nsDNSService::Init`. This issue appears to manifest rarely during start-up. This vulnerability affects Firefox ESR < 115.6 and Thunderbird < 115.6.
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=1868042 | issue tracking permissions required |
https://www.mozilla.org/security/advisories/mfsa2023-54/ | vendor advisory |
https://www.mozilla.org/security/advisories/mfsa2023-55/ | vendor advisory |
https://www.debian.org/security/2023/dsa-5581 | third party advisory |
https://www.debian.org/security/2023/dsa-5582 | third party advisory |
https://lists.debian.org/debian-lts-announce/2023/12/msg00020.html | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2023/12/msg00021.html | third party advisory mailing list |
https://security.gentoo.org/glsa/202401-10 | third party advisory |