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

Published Sep 23, 2026
·
Updated

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=comeasystore&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 (arraymap('intval', ...)) and adopting parameterized ->whereIn() query construction.

Affected Software

1 affected component
JoomShaper Easy Store>=1.0.0<=3.0.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In the coupon bulk update task, strictly cast all input IDs to integers using array_map('intval', ...) and use parameterized ->whereIn() query construction instead of concatenating IDs into raw SQL IN (...) clauses.

Event History

Sep 23, 2026
CVE Published
via MITRE·06:39 PM
Data Sourced
via MITRE·06:39 PM
DescriptionWeakness
Data Sourced
via NVD·07:19 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

Exploitation requires an authenticated Joomla administrator. The vulnerable functionality is the Easy Store coupon bulk update task in the administrator interface.

2

Which Easy Store versions are affected?

Easy Store versions 1.0.0 through 3.0.0 are identified as affected.

3

What input is vulnerable?

The coupon bulk update task accepted coupon or product IDs that were concatenated directly into SQL IN (...) clauses in ProductCoupon.php and CouponsModel.php. An administrator could supply SQL syntax through those ID values.

4

How was the issue fixed?

The fix casts all supplied IDs to integers with array_map('intval', ...) and replaces the raw SQL construction with parameterized ->whereIn() queries.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203