CVE-2026-90902
Joomla Extension - joomshaper.com - Authenticated, Privileged SQL Injection in Coupon Bulk Update in Easy Store extension 1.0.0-3.0.0
Joomla Extension - joomshaper.com - Authenticated, Privileged SQL Injection in Coupon Bulk Update in Easy Store extension 1.0.0-3.0.0 - The coupon bulk update task (administrator/index.php?option=com_easystore&task=coupon.couponBulkUpdate) took input IDs and directly concatenated them into raw SQL IN (...) clauses in ProductCoupon.php and CouponsModel.php without sanitization or parameterization. An authenticated administrator could manipulate the query through injected SQL syntax. Resolved by strictly casting all IDs to integers (array_map('intval', ...)) and adopting parameterized ->whereIn() query construction.
| CWE | CWE-74 |
| Vendor | joomshaper.com |
| Product | easy store extension for joomla |
| Published | Sep 23, 2026 |
| Last Updated | Sep 23, 2026 |
Get instant alerts for joomshaper.com easy store extension for joomla
Be the first to know when new unknown vulnerabilities affecting joomshaper.com easy store extension for joomla are published โ delivered to Slack, Telegram or Discord.