Description
|
|
Multiple vulnerabilities have been discovered in phpDenora, which can be exploited by malicious people to disclose sensitive information and conduct SQL injection attacks.
1) Input passed via the "sy", "sm", "sd", "ey", "em", and "ed" parameters to libs/phpdenora/graphs/line.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Successful exploitation of this vulnerability requires that "magic_quotes_gpc" is disabled.
2) Input passed via the "param" parameter to remote.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
3) Input passed via the "theme" and "lang" parameters to libs/phpdenora/graphs/pie.php, libs/phpdenora/graphs/bar.php, and libs/phpdenora/graphs/line.php is not properly verified before being used to include files. This can be exploited to include arbitrary files from local resources via directory traversal attacks and URL-encoded NULL bytes.
Successful exploitation of this vulnerability requires that "magic_quotes_gpc" is disabled.
The vulnerabilities are confirmed in version 1.4.6. Prior versions may also be affected.
|