Lucene search
+L

5101 matches found

Vulnrichment
Vulnrichment
added 2024/12/11 7:01 p.m.32 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.01145EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2024/12/11 7:01 p.m.22 views

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.5CVSS6.5AI score0.01145EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/11 7:01 p.m.13 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.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/11 7:01 p.m.44 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.9CVSS0.01083EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/11 7:01 p.m.151 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.01083EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/12/11 7:01 p.m.15 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.5AI score0.01083EPSS
SaveExploits0
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.01083EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2024/12/11 7:01 p.m.21 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.01083EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/11 7:01 p.m.12 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.6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/12/11 6:58 p.m.22 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.9CVSS6.9AI score0.01083EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/11 6:58 p.m.185 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.01083EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/12/11 6:58 p.m.13 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.7AI score0.01083EPSS
SaveExploits0
OSV
OSV
added 2024/12/11 6:58 p.m.19 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.9CVSS6.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/11 6:58 p.m.45 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.01083EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2024/12/11 6:58 p.m.25 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.01083EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/11 6:57 p.m.38 views

CVE-2024-47544 GHSL-2024-238: GStreamer has NULL-pointer dereferences in MP4/MOV demuxer CENC handling

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

6.8CVSS0.01083EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/12/11 6:57 p.m.25 views

CVE-2024-47544 GHSL-2024-238: GStreamer has NULL-pointer dereferences in MP4/MOV demuxer CENC handling

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

6.8CVSS6.7AI score0.01083EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/11 6:57 p.m.162 views

CVE-2024-47544

GStreamer CVE-2024-47544 affects the qtdemux_parse_sbgp function in qtdemux.c (demuxer in gst-plugins-good). Root cause: NULL pointer dereference. Impact: potential crash or denial of service; fixes exist in version 1.24.10. Remediation: upgrade GStreamer to 1.24.10 or later (gst-plugins-good com...

7.5CVSS6.8AI score0.01083EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/12/11 6:57 p.m.12 views

CVE-2024-47544 GHSL-2024-238: GStreamer has NULL-pointer dereferences in MP4/MOV demuxer CENC handling

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

6.8CVSS6.6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/12/11 6:57 p.m.17 views

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.5CVSS6.7AI score0.01083EPSS
SaveExploits0
Rows per page
Query Builder