Show filters
433 Total Results
Displaying 51-60 of 433
Sort by:
Attacker Value
Unknown

CVE-2020-20898

Disclosure Date: September 20, 2021 (last updated February 23, 2025)
Integer Overflow vulnerability in function filter16_prewitt in libavfilter/vf_convolution.c in Ffmpeg 4.2.1, allows attackers to cause a Denial of Service or other unspecified impacts.
Attacker Value
Unknown

CVE-2021-38090

Disclosure Date: September 20, 2021 (last updated February 23, 2025)
Integer Overflow vulnerability in function filter16_roberts in libavfilter/vf_convolution.c in Ffmpeg 4.2.1, allows attackers to cause a Denial of Service or other unspecified impacts.
Attacker Value
Unknown

CVE-2020-20892

Disclosure Date: September 20, 2021 (last updated February 23, 2025)
An issue was discovered in function filter_frame in libavfilter/vf_lenscorrection.c in Ffmpeg 4.2.1, allows attackers to cause a Denial of Service or other unspecified impacts due to a division by zero.
Attacker Value
Unknown

CVE-2021-38171

Disclosure Date: August 21, 2021 (last updated February 23, 2025)
adts_decode_extradata in libavformat/adtsenc.c in FFmpeg 4.4 does not check the init_get_bits return value, which is a necessary step because the second argument to init_get_bits can be crafted.
Attacker Value
Unknown

CVE-2021-38291

Disclosure Date: August 12, 2021 (last updated February 23, 2025)
FFmpeg version (git commit de8e6e67e7523e48bb27ac224a0b446df05e1640) suffers from a an assertion failure at src/libavutil/mathematics.c.
Attacker Value
Unknown

CVE-2020-21697

Disclosure Date: August 10, 2021 (last updated February 23, 2025)
A heap-use-after-free in the mpeg_mux_write_packet function in libavformat/mpegenc.c of FFmpeg 4.2 allows to cause a denial of service (DOS) via a crafted avi file.
Attacker Value
Unknown

CVE-2020-21688

Disclosure Date: August 10, 2021 (last updated February 23, 2025)
A heap-use-after-free in the av_freep function in libavutil/mem.c of FFmpeg 4.2 allows attackers to execute arbitrary code.
Attacker Value
Unknown

CVE-2021-3566

Disclosure Date: August 05, 2021 (last updated February 23, 2025)
Prior to ffmpeg version 4.3, the tty demuxer did not have a 'read_probe' function assigned to it. By crafting a legitimate "ffconcat" file that references an image, followed by a file the triggers the tty demuxer, the contents of the second file will be copied into the output file verbatim (as long as the `-vcodec copy` option is passed to ffmpeg).
Attacker Value
Unknown

CVE-2021-38114

Disclosure Date: August 04, 2021 (last updated February 23, 2025)
libavcodec/dnxhddec.c in FFmpeg 4.4 does not check the return value of the init_vlc function, a similar issue to CVE-2013-0868.
Attacker Value
Unknown

CVE-2021-33815

Disclosure Date: June 03, 2021 (last updated February 22, 2025)
dwa_uncompress in libavcodec/exr.c in FFmpeg 4.4 allows an out-of-bounds array access because dc_count is not strictly checked.