CVE-2022-1922

DOS / potential heap overwrite in mkv demuxing using zlib decompression. Integer overflow in matroskademux element in gst_matroska_decompress_data 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

Configuration 1 (hide)

cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*

Configuration 2 (hide)

OR cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

History

27 Jun 2023, 15:54

Type Values Removed Values Added
CWE CWE-787 CWE-190

26 Oct 2022, 13:44

Type Values Removed Values Added
References (DEBIAN) https://www.debian.org/security/2022/dsa-5204 - (DEBIAN) https://www.debian.org/security/2022/dsa-5204 - Third Party Advisory
References (MLIST) https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html - (MLIST) https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html - Mailing List, Third Party Advisory
CPE cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
First Time Debian debian Linux
Debian

10 Aug 2022, 20:15

Type Values Removed Values Added
References
  • (MLIST) https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html -
  • (DEBIAN) https://www.debian.org/security/2022/dsa-5204 -

26 Jul 2022, 22:55

Type Values Removed Values Added
References (MISC) https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 - (MISC) https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 - Exploit, Issue Tracking, Patch, Third Party Advisory
CWE CWE-787
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
First Time Gstreamer Project
Gstreamer Project gstreamer
CPE cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*

19 Jul 2022, 20:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-07-19 20:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-1922

Mitre link : CVE-2022-1922

CVE.ORG link : CVE-2022-1922


JSON object : View

Products Affected

debian

  • debian_linux

gstreamer_project

  • gstreamer
CWE
CWE-190

Integer Overflow or Wraparound

CWE-122

Heap-based Buffer Overflow