The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Is PHP injection possible? The possibility just occurred to me. So far I haven't been successful in injecting PHP code through _REQUEST vars.
For example, http://www.domain.com/file.php?sort=");&order=DESC With this code: PHP Code:
|
|
#2
|
||||
|
||||
|
Thats because 'sort' is holding the string, its not executed literally. Thats the same as going:
PHP Code:
|
|
#3
|
||||
|
||||
|
That clears things up a bit. Thanks.
|
|
#4
|
|||
|
|||
|
Correct. It cool.
Now, if it were enclosed in an eval() statement, then it would hit the fan. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|