CVE-2026-15600: SQL Injection in Alior Bank raty PrestaShop module
Alior Bank PrestaShop module "raty" for commercial partners is vulnerable to SQL Injection in the toggleCategoryPromotionAction method. The module inserts value of the POST parameter "status" into SQL UPDATE queries without any sanitization or validation. An attacker with access to the product or category add/edit functionality in the PrestaShop backoffice can inject arbitrary SQL, potentially allowing unauthorized access to and modification of database contents.
Affected Software
Event History
Frequently Asked Questions
Who can exploit this issue?
Exploitation requires access to product or category add/edit functionality in the PrestaShop backoffice. This is therefore primarily exposed to users with relevant backoffice permissions, or to attackers who compromise an account with those permissions.
What does an attacker need to control?
The attacker needs to submit a crafted value in the POST parameter named "status" when the vulnerable toggleCategoryPromotionAction method is reached. That value is incorporated into SQL UPDATE queries without sanitization or validation.
What could successful exploitation allow?
An attacker may execute arbitrary SQL through the affected UPDATE queries, potentially obtaining unauthorized access to database contents or modifying them.