Friday 22 June 2007

phpRaider sql vuln.

###############################################
Vuln. discovered by : r0t
Date: 22 June 2007
vendor:http://phpraider.com/
affected versions: phpRaider v1.0.0.rc8
other versions also can be affected.
###############################################

phpRaider contains a flaw that allows a remote sql injection attacks.Input passed to the "id" and "type" parameter in "index.php" isn't properly sanitised before being used in a SQL query.
This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.


###############################################
Solution:
Edit the source code to ensure that input is properly sanitised.
###############################################

1 comment:

Unknown said...

Fixing this now. In the future, please e-mail admin@phpraider.com the security flaws directly to prevent possible hack attempts.

- SpiffyJr