Lucene search
+L

368 matches found

CVE
CVE
added 2017/09/07 6:0 a.m.132 views

CVE-2017-14169

CVE-2017-14169 affects FFmpeg/libavformat: specifically the mxf_read_primer_pack function in libavformat/mxfdec.c. The description documents an integer signedness error when a crafted MXF file provides a large item_num (e.g., 0xffffffff), causing item_num to become negative and bypassing the chec...

8.8CVSS8.3AI score0.02575EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2017/09/07 6:0 a.m.123 views

CVE-2017-14171

CVE-2017-14171 is a denial-of-service in FFmpeg’s NSV header parsing (libavformat/nsvdec.c) caused by a missing EOF check in nsv_parse_NSVf_header(). A crafted NSV file misreports table_entries_used in the header but lacks backing data, causing the loop over table_entries_used to consume excessiv...

7.1CVSS6.9AI score0.01768EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2017/09/07 6:0 a.m.117 views

CVE-2017-14170

CVE-2017-14170 is a denial-of-service in FFmpeg’s mxf_read_index_entry_array() (libavformat/mxfdec.c) caused by a missing EOF check when a crafted MXF header claims a large nb_index_entries. The issue leads to huge CPU usage and can be triggered by multiple segments in a file. Public advisories (...

7.1CVSS6.9AI score0.01768EPSS
SaveExploits0References5Affected Software1
AlpineLinux
AlpineLinux
added 2017/09/07 6:0 a.m.82 views

CVE-2017-14171

In libavformat/nsvdec.c in FFmpeg 2.4 and 3.3.3, a DoS in nsvparseNSVfheader due to lack of an EOF End of File check might cause huge CPU consumption. When a crafted NSV file, which claims a large "tableentriesused" field in the header but does not contain sufficient backing data, is provided, th...

7.1CVSS7.3AI score0.01768EPSS
SaveExploits0
CNVD
CNVD
added 2017/09/01 12:0 a.m.9 views

FFmpeg 'ivr_read_header()' function denial of service vulnerability

FFmpeg is a complete solution for recording, converting and streaming audio and video from the FFmpeg team. A security vulnerability exists in the 'ivrreadheader' function in the libavformat/rmdec.c file in FFmpeg version 3.3.3, which stems from the program's failure to adequately detect EOF End ...

7.1CVSS7AI score0.01726EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2017/08/31 3:29 p.m.46 views

CVE-2017-14055

In libavformat/mvdec.c in FFmpeg 3.3.3, a DoS in mvreadheader due to lack of an EOF End of File check might cause huge CPU and memory consumption. When a crafted MV file, which claims a large "nbframes" field in the header but does not contain sufficient backing data, is provided, the loop over t...

7.1CVSS6.9AI score0.01822EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2017/08/31 3:29 p.m.27 views

CVE-2017-14054

In libavformat/rmdec.c in FFmpeg 3.3.3, a DoS in ivrreadheader due to lack of an EOF End of File check might cause huge CPU consumption. When a crafted IVR file, which claims a large "len" field in the header but does not contain sufficient backing data, is provided, the first type==4 loop would...

7.1CVSS6.9AI score0.01726EPSS
SaveExploits0References2
NVD
NVD
added 2017/08/31 3:29 p.m.18 views

CVE-2017-14054

In libavformat/rmdec.c in FFmpeg 3.3.3, a DoS in ivrreadheader due to lack of an EOF End of File check might cause huge CPU consumption. When a crafted IVR file, which claims a large "len" field in the header but does not contain sufficient backing data, is provided, the first type==4 loop would...

7.1CVSS6.5AI score0.01726EPSS
SaveExploits0References3
NVD
NVD
added 2017/08/31 3:29 p.m.23 views

CVE-2017-14058

In FFmpeg 2.4 and 3.3.3, the readdata function in libavformat/hls.c does not restrict reload attempts for an insufficient list, which allows remote attackers to cause a denial of service infinite loop...

6.5CVSS6.5AI score0.02172EPSS
SaveExploits0References5
OSV
OSV
added 2017/08/31 3:29 p.m.28 views

CVE-2017-14056

In libavformat/rl2.c in FFmpeg 3.3.3, a DoS in rl2readheader due to lack of an EOF End of File check might cause huge CPU and memory consumption. When a crafted RL2 file, which claims a large "framecount" field in the header but does not contain sufficient backing data, is provided, the loops for...

6.5CVSS6.5AI score
SaveExploits0References4
Prion
Prion
added 2017/08/31 3:29 p.m.21 views

Design/Logic Flaw

In FFmpeg 2.4 and 3.3.3, the readdata function in libavformat/hls.c does not restrict reload attempts for an insufficient list, which allows remote attackers to cause a denial of service infinite loop...

4.3CVSS6.6AI score0.02172EPSS
SaveExploits0References5Affected Software1
Prion
Prion
added 2017/08/31 3:29 p.m.24 views

Design/Logic Flaw

In libavformat/rl2.c in FFmpeg 3.3.3, a DoS in rl2readheader due to lack of an EOF End of File check might cause huge CPU and memory consumption. When a crafted RL2 file, which claims a large "framecount" field in the header but does not contain sufficient backing data, is provided, the loops for...

7.1CVSS7.1AI score0.01822EPSS
SaveExploits0References4Affected Software1
Prion
Prion
added 2017/08/31 3:29 p.m.25 views

Design/Logic Flaw

In libavformat/mvdec.c in FFmpeg 3.3.3, a DoS in mvreadheader due to lack of an EOF End of File check might cause huge CPU and memory consumption. When a crafted MV file, which claims a large "nbframes" field in the header but does not contain sufficient backing data, is provided, the loop over t...

7.1CVSS7AI score0.01822EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2017/08/31 3:0 p.m.151 views

CVE-2017-14056

CVE-2017-14056 affects FFmpeg 3.3.3 in libavformat/rl2.c: rl2_read_header() lacks an End-of-File check for crafted RL2 files claiming a large frame_count, leading to loops that can exhaust CPU and memory. Impact: potential remote DoS via heavy resource consumption when parsing malicious RL2 strea...

7.1CVSS7AI score0.01822EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2017/08/31 3:0 p.m.128 views

CVE-2017-14054

CVE-2017-14054 concerns FFmpeg 3.3.3: in libavformat/rmdec.c, ivr_read_header() lacks an EOF check, so a crafted IVR file with a large len can cause a DoS by driving the first type==4 loop to consume excessive CPU resources. The issue is a remote-denial-of-service risk described in multiple advis...

7.1CVSS6.9AI score0.01726EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2017/08/31 3:0 p.m.127 views

CVE-2017-14055

CVE-2017-14055 affects FFmpeg 3.3.3 in libavformat/mvdec.c, where mv_read_header() lacks an EOF check, enabling a DoS that can lead to extremely high CPU and memory usage when processing a crafted MV file with a large nb_frames field but insufficient data. The issue is part of a broader set of EO...

7.1CVSS6.9AI score0.01822EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2017/08/31 3:0 p.m.46 views

CVE-2017-14058

In FFmpeg 2.4 and 3.3.3, the readdata function in libavformat/hls.c does not restrict reload attempts for an insufficient list, which allows remote attackers to cause a denial of service infinite loop...

6.5CVSS7.3AI score0.02172EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2017/08/31 3:0 p.m.83 views

CVE-2017-14055

In libavformat/mvdec.c in FFmpeg 3.3.3, a DoS in mvreadheader due to lack of an EOF End of File check might cause huge CPU and memory consumption. When a crafted MV file, which claims a large "nbframes" field in the header but does not contain sufficient backing data, is provided, the loop over t...

7.1CVSS7.3AI score0.01822EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2017/08/31 3:0 p.m.66 views

CVE-2017-14058

In FFmpeg 2.4 and 3.3.3, the readdata function in libavformat/hls.c does not restrict reload attempts for an insufficient list, which allows remote attackers to cause a denial of service infinite loop...

6.5CVSS7.2AI score0.02172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2017/08/31 3:0 p.m.56 views

CVE-2017-14054

In libavformat/rmdec.c in FFmpeg 3.3.3, a DoS in ivrreadheader due to lack of an EOF End of File check might cause huge CPU consumption. When a crafted IVR file, which claims a large "len" field in the header but does not contain sufficient backing data, is provided, the first type==4 loop would...

7.1CVSS7.2AI score0.01726EPSS
SaveExploits0
Rows per page
Query Builder