パッチが公開されたようです。
そのままでは、youtubeなどの動画が見れません。
windowsでは、数回クリックしてアップデートしてくれるようですが、
Kali Linuxでは、手動でやる必要があるようです。
Kali Linuxのfirefox(Iceweasel)の
アップデート方法をメモします(カタコトな英語で(笑))。
■info
Adobe Systems Incorporated
Flash Player 11 for Linux
Version 11.2.202.468
2015
-- check a site:
https://www.mozilla.org/en-US/plugincheck/
■operations for update.
# download a file of 'tar.gz' for linux. @https://get.adobe.com/jp/flashplayer/
# open file
tar xvfz install_flash_player_11_linux.i386.tar.gz
+readme.txt
+LGPL/
+usr/
+libflashplayer.so
# search for 'plugins' dir
locate mozilla | grep plugins
# result was '/usr/lib/mozilla/plugins' in my environment.
# change owner group(depend on a case.)
# copy to plugin dir
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
# copy to /usr dir
sudo cp -r usr/* /usr
--A 'readme.txt' contains these oprations.