CVE-2026-7848
8.6Alior Bank · raty PrestaShop module
The Alior Bank raty PrestaShop module is vulnerable to SQL injection via unsanitized POST parameters in multiple hook methods, allowing authenticated backoffice users to modify database contents.
Executive summary
The Alior Bank raty module for PrestaShop contains a high-severity SQL injection vulnerability that allows authenticated administrative users to compromise database integrity.
Vulnerability
This vulnerability is a SQL injection flaw (CWE-89) triggered by the failure to sanitize POST parameters in the hookActionObjectProductUpdateBefore, hookActionObjectCategoryUpdateBefore, and hookActionObjectCategoryAddAfter methods. An attacker must possess authenticated access to the PrestaShop backoffice to exploit these parameters.
Business impact
Successful exploitation of this vulnerability permits an attacker to perform unauthorized SQL operations, including the modification or exfiltration of sensitive database records. With a CVSS score of 8.6, this flaw presents a significant risk to data confidentiality and integrity, potentially leading to unauthorized administrative access or the corruption of business-critical e-commerce data.
Remediation
Immediate Action: Update the Alior Bank raty module to version 8.1.11 or 9.0.7 immediately to incorporate the necessary input sanitization.
Proactive Monitoring: Review database audit logs for suspicious UPDATE or injection-style queries originating from the PrestaShop backoffice administrative user accounts.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect and block malicious SQL syntax within POST requests targeting the affected module's hook parameters.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the severity of the potential impact on database integrity, organizations using the Alior Bank raty module must prioritize upgrading to the patched versions. Ensure that administrative access to the PrestaShop backoffice is restricted to authorized personnel only and that all security patches are applied as part of a regular maintenance cycle to mitigate the risk of exploitation.
More Alior Bank CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by K. Winiarski <kwiniarski93@proton.me>, per the CVE Program record.