GStreamer before 1.18.4 might access already-freed memory in error code paths when demuxing certain malformed Matroska files.
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.redhat.com/show_bug.cgi?id=1945339 | issue tracking third party advisory patch |
https://gstreamer.freedesktop.org/security/sa-2021-0002.html | vendor advisory |
https://www.debian.org/security/2021/dsa-4900 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2021/04/msg00027.html | third party advisory mailing list |
https://security.gentoo.org/glsa/202208-31 | third party advisory vendor advisory |