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.
References
Link | Resource |
---|---|
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 | Exploit Issue Tracking Patch Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html | Mailing List Third Party Advisory |
https://www.debian.org/security/2022/dsa-5204 | Third Party Advisory |
Configurations
History
27 Jun 2023, 15:51
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-190 |
26 Oct 2022, 13:45
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* |
|
References | (MLIST) https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html - Mailing List, Third Party Advisory | |
References | (DEBIAN) https://www.debian.org/security/2022/dsa-5204 - Third Party Advisory |
10 Aug 2022, 20:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
26 Jul 2022, 22:43
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:* | |
CWE | CWE-787 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
References | (MISC) https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 - Exploit, Issue Tracking, Patch, Third Party Advisory |
19 Jul 2022, 20:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-07-19 20:15
Updated : 2024-02-04 22:51
NVD link : CVE-2022-1924
Mitre link : CVE-2022-1924
CVE.ORG link : CVE-2022-1924
JSON object : View
Products Affected
debian
- debian_linux
gstreamer_project
- gstreamer