CVE-2022-1923

Public Exploit

Description

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

Categories

7.8
CVSS
Severity: High
CVSS 3.1 •
EPSS 0.03%
Vendor Advisory debian.org
Affected: n/a GStreamer
Published at:
Updated at:

References

Link Tags
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 issue tracking patch exploit third party advisory
https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html third party advisory mailing list
https://www.debian.org/security/2022/dsa-5204 third party advisory vendor advisory

Frequently Asked Questions

What is the severity of CVE-2022-1923?
CVE-2022-1923 has been scored as a high severity vulnerability.
How to fix CVE-2022-1923?
To fix CVE-2022-1923, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2022-1923 being actively exploited in the wild?
It is possible that CVE-2022-1923 is being exploited or will be exploited in a near future based on public information. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2022-1923?
CVE-2022-1923 affects n/a GStreamer.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.