Name | CVE-2022-1924 |
Description | DOS / potential heap overwrite in mkv demuxing using lzo decompression. Integer overflow in matroskademux element in lzo decompression function which causes a segfault, or could cause a heap overwrite, depending on libc and OS. Depending on the libc used, and the underlying OS capabilities, it could be just a segfault or a heap overwrite. If the libc uses mmap for large chunks, and the OS supports mmap, then it is just a segfault (because the realloc before the integer overflow will use mremap to reduce the size of the chunk, and it will start to write to unmapped memory). However, if using a libc implementation that does not use mmap, or if the OS does not support mmap while using libc, then this could result in a heap overwrite. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
References | DLA-3069-1, DSA-5204-1 |
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|---|---|---|
gst-plugins-good1.0 (PTS) | bullseye (security), bullseye | 1.18.4-2+deb11u2 | fixed |
bookworm, bookworm (security) | 1.22.0-5+deb12u1 | fixed | |
sid, trixie | 1.24.9-1 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|---|---|---|---|---|---|
gst-plugins-good1.0 | source | buster | 1.14.4-1+deb10u2 | DLA-3069-1 | ||
gst-plugins-good1.0 | source | bullseye | 1.18.4-2+deb11u1 | DSA-5204-1 | ||
gst-plugins-good1.0 | source | (unstable) | 1.20.3-1 |
https://gstreamer.freedesktop.org/security/sa-2022-0002.html
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/ad6012159acf18c6b5c0f4edf037e8c9a2dbc966
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/fafb028196c78062892261d4e042e646ef8e518b (1.20.3)