CVE-2022-1922
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 1.20.3-1 |
| sid | Fixed | 1.20.3-1 |
| forky | Fixed | 1.20.3-1 |
| bullseye | Fixed | 1.18.4-2+deb11u1 |
| bookworm | Fixed | 1.20.3-1 |
Red Hat Fixed 1 release
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
References
- https://access.redhat.com/errata/RHSA-2023:2260
- https://www.suse.com/security/cve/CVE-2022-1922.html
- https://security-tracker.debian.org/tracker/CVE-2022-1922
- https://bugzilla.redhat.com/2130935
- https://bugzilla.redhat.com/2130949
- https://bugzilla.redhat.com/2130955
- https://bugzilla.redhat.com/2130959
- https://bugzilla.redhat.com/2131003
- https://bugzilla.redhat.com/2131007
- https://bugzilla.redhat.com/2131018
- https://errata.almalinux.org/9/ALSA-2023-2260.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.