CVE-2022-1924 Details
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.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 | CVE | ExploitIssue TrackingPatchThird Party Advisory |
| https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html | CVE | Mailing ListThird Party Advisory |
| https://www.debian.org/security/2022/dsa-5204 | CVE | Third Party Advisory |
| https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 | [email protected] | ExploitIssue TrackingPatchThird Party Advisory |
| https://lists.debian.org/debian-lts-announce/2022/08/msg00001.html | [email protected] | Mailing ListThird Party Advisory |
| https://www.debian.org/security/2022/dsa-5204 | [email protected] | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-190 | Integer Overflow or Wraparound | [email protected] |
| CWE-122 | Heap-based Buffer Overflow | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| gstreamer gstreamer | < 1.20.3 |
CPE
Remediation
| |
| debian debian linux | 10.0 11.0 |
CPE
Remediation
| |
Change History
8 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Mar 17, 2026 | CPE Deprecation Remap | [email protected] |
| Nov 21, 2024 | CVE Modified | CVE |
| May 14, 2024 | CVE Modified | [email protected] |
| Jun 27, 2023 | Reanalysis | [email protected] |
| Oct 26, 2022 | Modified Analysis | [email protected] |
| Aug 10, 2022 | CVE Modified | [email protected] |
| Jul 26, 2022 | Initial Analysis | [email protected] |