ArchLinux: 201601-17: ffmpeg: information leakage
Summary
A vulnerability in the way FFmpeg handles the concat (CVE-2016-1897) and subfile (CVE-2016-1898) protocols in a HTTP Live Streaming (HLS) M3U8 file allows a remote attacker to conduct a cross-origin attacks, and to access arbitrary local files on the vulnerable host. The attack uses a crafted M3U8 file to make FFmpeg send a HTTP request to an external server, with the URL containing data from arbitrary local files.
Resolution
Upgrade to 1:2.8.4-3.
# pacman -Syu "ffmpeg>=1:2.8.4-3"
The problem has been fixed upstream in version 2.8.5.
References
https://bugs.archlinux.org/task/47738 https://seclists.org/oss-sec/2016/q1/85 https://security-tracker.debian.org/tracker/CVE-2016-1897 https://security-tracker.debian.org/tracker/CVE-2016-1898
Workaround
None.