Description
|
|
Some vulnerabilities have been reported in GeoCore, which can be exploited by malicious people to conduct SQL injection attacks.
1) Input passed via the "b" GET parameter to e.g. category browsing pages is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
2) Input passed via the "c[username]" and "c[password]" POST parameters to /register.php (when "b" is set to "1") is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
The vulnerabilities are reported in versions prior to 7.3.5.
|