International Components for Unicode (ICU-20850) v66.1 was discovered to contain a use after free bug in the pkg_createWithAssemblyCode function in the file tools/pkgdata/pkgdata.cpp.
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://unicode-org.atlassian.net/browse/ICU-20850 | exploit vendor advisory |
https://github.com/unicode-org/icu/pull/886 | third party advisory patch |
https://lists.debian.org/debian-lts-announce/2021/10/msg00008.html | third party advisory mailing list |
https://www.debian.org/security/2021/dsa-5014 | third party advisory vendor advisory |