Use-after-free in libtransmission/variant.c in Transmission before 3.00 allows remote attackers to cause a denial of service (crash) or possibly execute arbitrary code via a crafted torrent file.
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://github.com/transmission/transmission/commit/2123adf8e5e1c2b48791f9d22fc8c747e974180e | third party advisory patch |
https://tomrichards.net/2020/05/cve-2018-10756-transmission/ | vendor advisory mitigation exploit |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OVAG2HNKNRLWOACFN5F2ANJD2SQ53WI7/ | vendor advisory |
https://lists.debian.org/debian-lts-announce/2020/05/msg00022.html | third party advisory mailing list |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CD3GLZ5URIK74RCGLSH72IVLDIJJMLQC/ | vendor advisory |
https://security.gentoo.org/glsa/202007-07 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2020/08/msg00001.html | third party advisory mailing list |