Lucene search
+L

786 matches found

Vulnrichment
Vulnrichment
added 2024/12/11 7:03 p.m.14 views

CVE-2024-47600 GHSL-2024-248: GStreamer has an OOB-read in format_channel_mask

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the formatchannelmask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the...

5.1CVSS6.8AI score0.01132EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/12/11 7:02 p.m.14 views

CVE-2024-47598 GHSL-2024-246: GStreamer has an OOB-read in qtdemux_merge_sample_table

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemuxmergesampletable function within qtdemux.c. The problem is that the size of the stts buffer isn’t properly checked before reading sttsduration, allowing the...

5.1CVSS6.5AI score0.00945EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/11 7:02 p.m.35 views

CVE-2024-47598 GHSL-2024-246: GStreamer has an OOB-read in qtdemux_merge_sample_table

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemuxmergesampletable function within qtdemux.c. The problem is that the size of the stts buffer isn’t properly checked before reading sttsduration, allowing the...

5.1CVSS0.00945EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/11 7:01 p.m.138 views

CVE-2024-47597

CVE-2024-47597 : GStreamer contains an out-of-bounds read in qtdemux_parse_samples() of qtdemux.c when reading data beyond the stream->stco buffer (via qt_atom_parser_get_offset_unchecked). This can cause an 8-byte read past the intended boundary when processing the provided sample. The issue ...

9.1CVSS6.5AI score0.01171EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/12/11 7:01 p.m.13 views

CVE-2024-47597 GHSL-2024-245: GStreamer has an OOB-read in qtdemux_parse_samples

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemuxparsesamples within qtdemux.c. This issue arises when the function qtdemuxparsesamples reads data beyond the boundaries of the stream-stco buffer. The following code...

5.1CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/11 7:01 p.m.38 views

CVE-2024-47596 GHSL-2024-244: GStreamer has an OOB-read in FOURCC_SMI_ parsing

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemuxparsesvq3stsddata function within qtdemux.c. In the FOURCCSMI case, seqhsize is read from the input file without proper validation. If seqhsize is greater than the remaining...

5.1CVSS0.01143EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/12/11 7:01 p.m.23 views

CVE-2024-47596 GHSL-2024-244: GStreamer has an OOB-read in FOURCC_SMI_ parsing

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemuxparsesvq3stsddata function within qtdemux.c. In the FOURCCSMI case, seqhsize is read from the input file without proper validation. If seqhsize is greater than the remaining...

5.1CVSS6.6AI score0.01143EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/11 7:01 p.m.137 views

CVE-2024-47546

CVE-2024-47546 affects GStreamer, specifically the qtdemux.c path in the FourCC c708 parsing. The underlying issue is an integer underflow in extract_cc_from_data where atom_length - 8 can underflow if atom_length

7.5CVSS6.8AI score0.01081EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/11 7:01 p.m.20 views

CVE-2024-47546 GHSL-2024-243: GStreamer has an integer underflow in extract_cc_from_data leading to OOB-read

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extractccfromdata function within qtdemux.c. In the FOURCCc708 case, the subtraction atomlength - 8 may result in an underflow if atomlength is less than 8. When that subtraction...

6.9CVSS6.7AI score0.01081EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2024/12/11 7:01 p.m.20 views

CVE-2024-47546

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extractccfromdata function within qtdemux.c. In the FOURCCc708 case, the subtraction atomlength - 8 may result in an underflow if atomlength is less than 8. When that subtraction...

7.5CVSS6.6AI score0.01081EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/11 6:58 p.m.174 views

CVE-2024-47545

CVE-2024-47545 affects GStreamer components (notably qtdemux in qtdemux.c) where an integer underflow during the strf parsing case allows size to underflow, leading to an OOB-read via a large memcpy in gst_buffer_fill. The issue is documented across multiple advisories and is fixed in GStreamer 1...

7.5CVSS6.7AI score0.01081EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/12/11 6:58 p.m.36 views

CVE-2024-47545 GHSL-2024-242: GStreamer has an integer underflow in FOURCC_strf parsing leading to OOB-read

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemuxparsetrak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happen...

6.9CVSS0.01081EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2024/12/11 6:58 p.m.24 views

CVE-2024-47545

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemuxparsetrak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happen...

7.5CVSS6.8AI score0.01081EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2024/12/11 6:55 p.m.16 views

CVE-2024-47543

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemuxparsecontainer function within qtdemux.c. In the parent function qtdemuxparsenode, the value of length is not well checked. So, if length is big enough, it causes t...

7.5CVSS6.6AI score0.00922EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/11 6:55 p.m.35 views

CVE-2024-47543 GHSL-2024-236: GStreamer has an OOB-read in qtdemux_parse_container

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemuxparsecontainer function within qtdemux.c. In the parent function qtdemuxparsenode, the value of length is not well checked. So, if length is big enough, it causes t...

5.1CVSS0.00922EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/11 6:55 p.m.11 views

CVE-2024-47543 GHSL-2024-236: GStreamer has an OOB-read in qtdemux_parse_container

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemuxparsecontainer function within qtdemux.c. In the parent function qtdemuxparsenode, the value of length is not well checked. So, if length is big enough, it causes t...

5.1CVSS5.9AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/12/11 12:00 a.m.6 views

PT-2024-10372

Name of the Vulnerable Software and Affected Versions GStreamer versions prior to 1.24.10 Description The issue is related to an out-of-bounds OOB read in the qtdemux parse svq3 stsd data function within qtdemux.c. Specifically, in the FOURCC SMI case, seqh size is read from the input file withou...

9.1CVSS6.8AI score0.01171EPSS
SaveExploits0References191
NVD
NVD
added 2024/11/27 10:15 p.m.27 views

CVE-2017-13320

In impeg2dbitstreamflush of libmpeg2dec there is a possible OOB read due to a missing bounds check. This could lead to Remote DoS with no additional execution privileges needed. User interaction is needed for exploitation...

6.5CVSS0.00208EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/27 9:24 p.m.16 views

CVE-2017-13320

In impeg2dbitstreamflush of libmpeg2dec there is a possible OOB read due to a missing bounds check. This could lead to Remote DoS with no additional execution privileges needed. User interaction is needed for exploitation...

7.2AI score0.00208EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/27 9:24 p.m.26 views

CVE-2017-13320

In impeg2dbitstreamflush of libmpeg2dec there is a possible OOB read due to a missing bounds check. This could lead to Remote DoS with no additional execution privileges needed. User interaction is needed for exploitation...

0.00208EPSS
SaveExploits0References1
Rows per page
Query Builder