Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2025-116 Medium 5.5

Prior to ffmpeg version 4.3, the tty demuxer did not have a '`read_probe`' function assigned to it

JLSEC Published
Modified
Severity
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Affected Packages
FFMPEG_jll < 4.3.1+0
Upstream
CVE-2021-3566

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

References