Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
PHP Vulnerability N. 1
Sep 16, 2004 @ 12:17:42

php|architect has a new note about a few PHP vulnerabilities:

This summer I have been playing around with some php issue and got some php vulnerabilities.Bad array parsing in php_variables.c could lead to show arbitrary memory content such as pieces of php code and other data. This affects all GET, POST or COOKIES variables.

By appending to a GET/POST/COOKIE variable array a [ (open square bracket) like abc[a][, the length of the 'a' array element is set to the length of variable name strlen("abc").

See SecurityFocus.com for more details...

tagged:

Link:


Trending Topics: