mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 01:49:30 +02:00
903 B
903 B
CVE-2022-1925
Description
DOS / potential heap overwrite in mkv demuxing using HEADERSTRIP decompression. Integer overflow in matroskaparse element in gst_matroska_decompress_data function which causes a heap overflow. Due to restrictions on chunk sizes in the matroskademux element, the overflow can't be triggered, however the matroskaparse element has no size checks.
POC
Reference
- https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225
- https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225
Github
No PoCs found on GitHub currently.