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: php - inject code into $_SERVER ? |
|---|---|
| Date: | Tue, 1 Mar 2005 14:18:08 -0600 |
Because if an attacker can set environment variables to arbitrary values through a webserver exploit he/she can also modify other slices of memory making PHP-scripts the last of your worries. An exploit not requiring PHP to be installed and sending the $_SERVER provided variables will be infinitely easier to write (due to heap/stack offset reasons, where eip and such can be easily calculated but arbitrary variables cannot without some serious code injection) and more generic as well. In short; No idiot on earth would want to change the values of $_SERVER in hope that it will be used if they already have the possibility to execute arbitrary code.
Sorry for the late reply, but things have been busy...
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Next by Date: | Categories for application security testing & tools, Evans, Arian |
|---|---|
| Next by Thread: | Categories for application security testing & tools, Evans, Arian |
| Indexes: | [Date] [Thread] [Top] [All Lists] |