
05-02-2011, 06:57 PM
|
|
|
Join Date: Oct 2001
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Delphiprogrammi
hi,
I just noticed the plugin author is using values directly from $_POST[] superglobal array.This is a bad programming attitude certainly without any form of sanitization this could lead to XSS security holes he should use
PHP Code:
$vbulletin->GPC['variablename']
at least this way you're sure the values being submitted are clean
|
Has this been fixed?
|