lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20070221182935.12326.qmail@securityfocus.com> Date: 21 Feb 2007 18:29:35 -0000 From: e4c5@...anisearch.com To: bugtraq@...urityfocus.com Subject: Re: Web Apps- Rad Upload Version 3.02 Remote File Include Vulnerability 1) Obviously the poster is unaware that PHP register_globals have been off for a long long time and thus a value of the save_path cannot be passed in through the url as described by the poster. http://au2.php.net/manual/en/security.globals.php 2) He has failed to notice the $save_path is set with in the upload.php script and only the website owner can change that. 3) upload.php is not Rad Upload! it's a sample script.