Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Squirrelmail local file inclusion |
|---|---|
| Date: | Thu, 01 Jun 2006 23:21:01 -0500 |
--On June 1, 2006 12:50:15 AM +0000 brokejunker@yahoo.com wrote:
This is the second "bug" I've seen in the past week that requires register_globals to be on. Yet register_globals has been off by default for the past four years. <http://us2.php.net/ChangeLog-4.php#4.2.0>Squirrelmail local file inclusion bug in functions/plugin.php . Tested on the latest 1.4.x version. No authentication needed.
if (isset($plugins) && is_array($plugins)) { foreach ($plugins as $name) { use_plugin($name); } ... function use_plugin ($name) { if (file_exists(SM_PATH . "plugins/$name/setup.php")) { include_once(SM_PATH . "plugins/$name/setup.php"); $function = "squirrelmail_plugin_init_$name"; if (function_exists($function)) { $function(); } } } ....
If register_globals is on we can control the $name variable.
Is human stupidity a software bug?
Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/
p7sreXPWTcjVi.p7s
Description: S/MIME cryptographic signature
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Full-disclosure] [DRUPAL-SA-2006-005] Drupal 4.6.7 / 4.7.1 fixes SQL injection issue, Uwe Hermann |
|---|---|
| Next by Date: | [Full-disclosure] [DRUPAL-SA-2006-006] Drupal 4.6.7 / 4.7.1 fixes arbitrary file execution issue, Uwe Hermann |
| Previous by Thread: | Squirrelmail local file inclusion, brokejunker |
| Next by Thread: | [Full-disclosure] VMSA-2006-0001 - VMware ESX Server Cross Site Scripting issue, VMware Security Team |
| Indexes: | [Date] [Thread] [Top] [All Lists] |