๐Ÿ” CVE Alert

CVE-2026-90902

UNKNOWN 0.0

Joomla Extension - joomshaper.com - Authenticated, Privileged SQL Injection in Coupon Bulk Update in Easy Store extension 1.0.0-3.0.0

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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
Stay Ahead of the Next One

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.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

joomshaper.com / Easy Store extension for Joomla
1.0.0-3.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
joomshaper.com: https://www.joomshaper.com/easystore

Credits

Phil Taylor, mysites.guru