← Back

Gstreamer

gstreamer

107 CVEs • 4 products

Products (4)

Click to collapse
Toggle
Gstreamer
gstreamer
Good Plug Ins
good_plug-ins
Plug Ins
plug-ins
Orc
orc

CVEs (107)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Gstreamer
Gstreamer Project
2Gstreamer
Gstreamer
Mar 17, 2026
May 3, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
GStreamer PGS File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with thi...Show more
GStreamer PGS File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the parsing of PGS subtitle files. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. . Was ZDI-CAN-20994.Show less
2Gstreamer
Gstreamer Project
2Gstreamer
Gstreamer
Mar 17, 2026
May 3, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
GStreamer FLAC File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library...Show more
GStreamer FLAC File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the parsing of FLAC audio files. The issue results from the lack of proper validation of user-supplied data, which can result in an integer overflow before allocating a buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-20775.Show less
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
Mar 17, 2026
Jul 19, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
DOS / potential heap overwrite in qtdemux using zlib decompression. Integer overflow in qtdemux element in qtdemux_inflate function which causes a segfault, or could cause a heap overwrite, depending on libc and OS. Depe...Show more
DOS / potential heap overwrite in qtdemux using zlib decompression. Integer overflow in qtdemux element in qtdemux_inflate 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.Show less
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
Mar 17, 2026
Jul 19, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
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 chun...Show more
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.Show less
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
Mar 17, 2026
Jul 19, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
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...Show more
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.Show less
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
Mar 17, 2026
Jul 19, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
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 lib...Show more
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.Show less
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
Mar 17, 2026
Jul 19, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
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, depend...Show more
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.Show less
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
Mar 17, 2026
Jul 19, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
Integer overflow in avidemux element in gst_avi_demux_invert function which allows a heap overwrite while parsing avi files. Potential for arbitrary code execution through heap overwrite.
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
Mar 17, 2026
Jul 19, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
Integer overflow in matroskademux element in gst_matroska_demux_add_wvpk_header function which allows a heap overwrite while parsing matroska files. Potential for arbitrary code execution through heap overwrite.
4Gstreamer
Gstreamer ProjectNetapp+1 more
13Active Iq Unified Manager
E Series Santricity Os ControllerE Series Santricity Storage Manager+10 more
May 28, 2026
Jun 2, 2021
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
GStreamer before 1.18.4 may perform an out-of-bounds read when handling certain ID3v2 tags.
4Debian
GstreamerGstreamer Project+1 more
4Debian Linux
Enterprise LinuxGstreamer+1 more
Mar 17, 2026
Apr 19, 2021
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
GStreamer before 1.18.4 might cause heap corruption when parsing certain malformed Matroska files.
4Debian
GstreamerGstreamer Project+1 more
4Debian Linux
Enterprise LinuxGstreamer+1 more
Mar 17, 2026
Apr 19, 2021
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
GStreamer before 1.18.4 might access already-freed memory in error code paths when demuxing certain malformed Matroska files.
4Canonical
DebianGstreamer+1 more
4Debian Linux
GstreamerGstreamer+1 more
Mar 17, 2026
Apr 24, 2019
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
GStreamer before 1.16.0 has a heap-based buffer overflow in the RTSP connection parser via a crafted response from a server, potentially allowing remote code execution.
4Debian
GstreamerGstreamer Project+1 more
9Debian Linux
Enterprise Linux DesktopEnterprise Linux Eus+6 more
May 13, 2026
Feb 9, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The gst_ps_demux_parse_psm function in gst/mpegdemux/gstmpegdemux.c in gst-plugins-bad in GStreamer allows remote attackers to cause a denial of service (invalid memory read and crash) via vectors involving PSM parsing.
3Debian
GstreamerGstreamer Project
3Debian Linux
GstreamerGstreamer
May 13, 2026
Feb 9, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The gst_asf_demux_process_ext_content_desc function in gst/asfdemux/gstasfdemux.c in gst-plugins-ugly in GStreamer allows remote attackers to cause a denial of service (out-of-bounds heap read) via vectors involving exte...Show more
The gst_asf_demux_process_ext_content_desc function in gst/asfdemux/gstasfdemux.c in gst-plugins-ugly in GStreamer allows remote attackers to cause a denial of service (out-of-bounds heap read) via vectors involving extended content descriptors.Show less
2Gstreamer
Gstreamer Project
2Gstreamer
Gstreamer
May 13, 2026
Feb 9, 2017
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
The gst_asf_demux_process_ext_stream_props function in gst/asfdemux/gstasfdemux.c in gst-plugins-ugly in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (invalid memory read and crash) via ve...Show more
The gst_asf_demux_process_ext_stream_props function in gst/asfdemux/gstasfdemux.c in gst-plugins-ugly in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (invalid memory read and crash) via vectors related to the number of languages in a video file.Show less
2Gstreamer
Gstreamer Project
2Gstreamer
Gstreamer
May 13, 2026
Feb 9, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The gst_avi_demux_parse_ncdt function in gst/avi/gstavidemux.c in gst-plugins-good in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (invalid memory read and crash) via a ncdt sub-tag that "...Show more
The gst_avi_demux_parse_ncdt function in gst/avi/gstavidemux.c in gst-plugins-good in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (invalid memory read and crash) via a ncdt sub-tag that "goes behind" the surrounding tag.Show less
2Gstreamer
Gstreamer Project
2Gstreamer
Gstreamer
May 13, 2026
Feb 9, 2017
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
The gst_riff_create_audio_caps function in gst-libs/gst/riff/riff-media.c in gst-plugins-base in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (floating point exception and crash) via a cra...Show more
The gst_riff_create_audio_caps function in gst-libs/gst/riff/riff-media.c in gst-plugins-base in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (floating point exception and crash) via a crafted ASF file.Show less
2Gstreamer
Gstreamer Project
2Gstreamer
Gstreamer
May 13, 2026
Feb 9, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Multiple use-after-free vulnerabilities in the (1) gst_mini_object_unref, (2) gst_tag_list_unref, and (3) gst_mxf_demux_update_essence_tracks functions in GStreamer before 1.10.3 allow remote attackers to cause a denial...Show more
Multiple use-after-free vulnerabilities in the (1) gst_mini_object_unref, (2) gst_tag_list_unref, and (3) gst_mxf_demux_update_essence_tracks functions in GStreamer before 1.10.3 allow remote attackers to cause a denial of service (crash) via vectors involving stream tags, as demonstrated by 02785736.mxf.Show less
2Gstreamer
Gstreamer Project
2Gstreamer
Gstreamer
May 13, 2026
Feb 9, 2017
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
The html_context_handle_element function in gst/subparse/samiparse.c in gst-plugins-base in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (out-of-bounds write) via a crafted SMI file, as de...Show more
The html_context_handle_element function in gst/subparse/samiparse.c in gst-plugins-base in GStreamer before 1.10.3 allows remote attackers to cause a denial of service (out-of-bounds write) via a crafted SMI file, as demonstrated by OneNote_Manager.smi.Show less