|
PhpGedView contains a flaw that may allow a remote attacker to execute arbitrary commands. The issue is due to the 'help_text_vars.php' not properly sanitizing user-supplied input to the 'PGV_BASE_DIRECTORY' variable. When the register_globals PHP option is set to 'on', a remote attacker can display the contents of local files. In addition, when the magic_quotes_gpc and the allow_url_fopen PHP options are set to 'on', a remote attacker can include a file from a remote host that contains arbitrary commands which will be executed by the vulnerable script.
|