Lucene search
+L

7927 matches found

Veracode
Veracode
added 2017/09/04 2:29 a.m.32 views

Denial Of Service (DoS) Via High CPU And Memory Consumption

FFmpeg is vulnerable to denial of service DoS attacks. These attacks are possible because FFmpeg does not check for an EOF End of File in the asfreadmarker function. This leads to high CPU and memory consumption when a malicious ASF file with a large namelen or count field in the header but witho...

6.5CVSS7AI score0.01977EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2017/09/04 2:07 a.m.24 views

Denial Of Service (DoS) Via High CPU And Memory Consumption

FFmpeg is vulnerable to denial of service DoS attacks. These attacks are possible because FFmpeg does not check for an EOF End of File in the rl2readheader function of libavformat/rl2.c. This leads to high CPU and memory consumption when a malicious RL2 file with a large framecount field in the...

6.5CVSS7AI score0.0193EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2017/09/04 1:46 a.m.32 views

Denial Of Service (DoS) Via High CPU And Memory Consumption

FFmpeg is vulnerable to denial of service DoS attacks. These attacks are possible because FFmpeg does not check for an EOF End of File in the ivrreadheader function of libavformat/rmdec.c. This leads to high CPU and memory consumption when a malicious IVR file with a large len field in the header...

6.5CVSS7AI score0.0193EPSS
SaveExploits0References4Affected Software1
CNVD
CNVD
added 2017/09/01 12:00 a.m.7 views

Ffmpeg 'rl2_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 'rl2readheader' function in the libavformat/rl2.c file in FFmpeg version 3.3.3, which stems from the program's failure to adequately detect EOF End of...

7.1CVSS7AI score0.0193EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/09/01 12:00 a.m.16 views

Ffmpeg 'asf_read_marker()' 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 'asfreadmarker' function in FFmpeg version 3.3.3, which stems from the program's failure to adequately detect EOF End of File. The vulnerability can b...

7.1CVSS7AI score0.01977EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/09/01 12:00 a.m.7 views

Ffmpeg 'read_data' 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 'readdata' function in the libavformat/hls.c file in FFmpeg version 3.3.3. A remote attacker can exploit this vulnerability to cause a denial of servi...

6.5CVSS6.8AI score0.02499EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/09/01 12:00 a.m.9 views

Ffmpeg 'cine_read_header()' function denial of service vulnerability

Fmpeg is a complete solution for recording, converting and streaming audio and video from the FFmpeg team. A security vulnerability exists in the 'cinereadheader' function in FFmpeg version 3.3.3, which stems from the program's failure to adequately validate the EOF, and can be exploited to cause...

7.1CVSS7AI score0.01888EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/09/01 12:00 a.m.10 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.01901EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/09/01 12:00 a.m.7 views

Ffmpeg 'mv_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 'mvreadheader' function in the libavformat/mvdec.c file in FFmpeg version 3.3.3, which stems from the program's failure to adequately detect EOF End o...

7.1CVSS7AI score0.0193EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2017/08/31 3:29 p.m.21 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.9AI score0.02499EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2017/08/31 3:29 p.m.28 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.01901EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2017/08/31 3:29 p.m.39 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...

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

Design/Logic Flaw

In FFmpeg 3.3.3, a DoS in asfreadmarker due to lack of an EOF End of File check might cause huge CPU and memory consumption. When a crafted ASF file, which claims a large "namelen" or "count" field in the header but does not contain sufficient backing data, is provided, the loops over the name an...

7.1CVSS7.1AI score0.01977EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2017/08/31 3:29 p.m.14 views

CVE-2017-14059

In FFmpeg 3.3.3, a DoS in cinereadheader due to lack of an EOF check might cause huge CPU and memory consumption. When a crafted CINE file, which claims a large "duration" field in the header but does not contain sufficient backing data, is provided, the image-offset parsing loop would consume hu...

7.1CVSS6.6AI score0.01888EPSS
SaveExploits0References3
NVD
NVD
added 2017/08/31 3:29 p.m.17 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.5AI score0.0193EPSS
SaveExploits0References4
OSV
OSV
added 2017/08/31 3:29 p.m.8 views

UBUNTU-CVE-2017-14059

In FFmpeg 3.3.3, a DoS in cinereadheader due to lack of an EOF check might cause huge CPU and memory consumption. When a crafted CINE file, which claims a large "duration" field in the header but does not contain sufficient backing data, is provided, the image-offset parsing loop would consume hu...

6.5CVSS6.9AI score0.01888EPSS
SaveExploits0References2
OSV
OSV
added 2017/08/31 3:29 p.m.7 views

UBUNTU-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.5CVSS7AI score0.02499EPSS
SaveExploits0References3
OSV
OSV
added 2017/08/31 3:29 p.m.7 views

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

6.5CVSS6.8AI score0.01901EPSS
SaveExploits0References1
OSV
OSV
added 2017/08/31 3:29 p.m.26 views

CVE-2017-14059

In FFmpeg 3.3.3, a DoS in cinereadheader due to lack of an EOF check might cause huge CPU and memory consumption. When a crafted CINE file, which claims a large "duration" field in the header but does not contain sufficient backing data, is provided, the image-offset parsing loop would consume hu...

6.5CVSS6.5AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2017/08/31 3:29 p.m.19 views

CVE-2017-14059

In FFmpeg 3.3.3, a DoS in cinereadheader due to lack of an EOF check might cause huge CPU and memory consumption. When a crafted CINE file, which claims a large "duration" field in the header but does not contain sufficient backing data, is provided, the image-offset parsing loop would consume hu...

7.1CVSS6.9AI score0.01888EPSS
SaveExploits0References1
Rows per page
Query Builder