SQL Injection, Path Disclosure and CSRF Vulnerabilities in Energine
The vulnerability exists due to failure in the 'core/modules/shop/components/ProductList.class.php' script to properly sanitize user-supplied input in 'product' variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database. The vulnerability also exists due to failure in the 'core/modules/shop/components/Order.class.php', 'core/modules/shop/components/ParamValuesEditor.class.php' scripts, it's possible to generate an error that will reveal the full path of the script. A remote user can determine the full path to the web root directory and other potentially sensitive information. The vulnerability also exists due to failure in the 'core/modules/user/components/UserEditor.class.php' script to properly verify the source of HTTP request. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.