Lucene search
+L

5101 matches found

OSV
OSV
added 2024/12/12 12:00 a.m.12 views

UBUNTU-CVE-2024-47603

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gstmatroskademuxupdatetracks function within matroska-demux.c. The vulnerability occurs when the gstcapsisequal function is called with invalid caps...

7.5CVSS5.8AI score0.00873EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.6 views

UBUNTU-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.5CVSS5.7AI score0.00924EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.10 views

UBUNTU-CVE-2024-47777

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gstwavparsesmplchunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is...

9.1CVSS7.2AI score0.01173EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.9 views

UBUNTU-CVE-2024-47615

GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gstparsevorbissetuppacket within vorbisparse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the...

9.8CVSS7.1AI score0.01134EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/12 12:00 a.m.19 views

UBUNTU-CVE-2024-47598

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...

9.1CVSS5.8AI score0.00946EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.7 views

UBUNTU-CVE-2024-47544

GStreamer is a library for constructing graphs of media-handling components. The function qtdemuxparsesbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10...

7.5CVSS5.8AI score0.01083EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.8 views

UBUNTU-CVE-2024-47537

GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream-samples to accommodate stream-nsamples + samplescount elements of type QtDemuxSample. The problem is that samplescount is read from the input file. And i...

9.8CVSS5.8AI score0.00957EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.10 views

UBUNTU-CVE-2024-47778

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gstwavparseadtlchunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. ...

7.5CVSS6.9AI score0.0084EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.9 views

UBUNTU-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.8AI score0.01083EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.22 views

UBUNTU-CVE-2024-47541

GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gstssaparseremoveoverridecodes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA SubStation Alpha style override codes,...

7.5CVSS7.2AI score0.01337EPSS
SaveExploits1References6
OSV
OSV
added 2024/12/12 12:00 a.m.18 views

UBUNTU-CVE-2024-47613

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in gstgdkpixbufdecflush within gstgdkpixbufdec.c. This function invokes memcpy, using outpix as the destination address. outpix is expected to point to the fra...

9.8CVSS7.2AI score0.00902EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.7 views

UBUNTU-CVE-2024-47597

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...

9.1CVSS5.7AI score0.01173EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.11 views

UBUNTU-CVE-2024-47775

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parseds64 function within gstwavparse.c. The parseds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multipl...

9.1CVSS7.1AI score0.01173EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.20 views

UBUNTU-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.5CVSS7.1AI score0.01083EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.10 views

UBUNTU-CVE-2024-47601

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gstmatroskademuxparseblockgrouporsimpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer sub...

7.5CVSS5.7AI score0.00873EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.13 views

UBUNTU-CVE-2024-47596

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...

7.5CVSS5.7AI score0.01145EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.15 views

UBUNTU-CVE-2024-47607

GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gstopusdecparseheader function within gstopusdec.c'. The pos array is a stack-allocated buffer of size 64. If nchannels exceeds 64, the for loop will write beyond the...

9.8CVSS7.4AI score0.01201EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/12 12:00 a.m.11 views

UBUNTU-CVE-2024-47539

GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the converttos3341a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loo...

9.8CVSS5.7AI score0.01324EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.15 views

UBUNTU-CVE-2024-47776

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gstwavparsecuechunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch...

9.1CVSS5.9AI score0.01173EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 12:00 a.m.7 views

UBUNTU-CVE-2024-47540

GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gstmatroskademuxaddwvpkheader function within matroska-demux.c. When size allocator-memunmapfull or mem-allocator-memunmap. This vulnerability coul...

9.8CVSS6.1AI score0.01007EPSS
SaveExploits0References5
Rows per page
Query Builder