Description
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.
Published: 2026-09-23
Score: 8.2 High
EPSS: n/a
KEV: No
Impact: Authenticated Privileged SQL Injection
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is an authenticated, privileged SQL injection in the Easy Store Joomla extension, where the coupon bulk update task directly concatenates administrator supplied coupon IDs into raw SQL IN clauses without sanitization or parameterization. An administrator can inject SQL statements, potentially gaining read or write access to the database, modifying coupon data, or escalating privileges. This weakness corresponds to CWE-74, representing improper handling of client input in SQL queries.

Affected Systems

Affected: the Easy Store extension for Joomla published by joomshaper.com, versions 1.0.0 through 3.0.0. All installations of these versions that allow administrator‑level access to the coupon bulk update functionality are vulnerable.

Risk and Exploitability

The vulnerability has a CVSS score of 8.2, indicating high severity. The EPSS score is not available, but the lack of additional data does not reduce its potential threat. It is not listed in the CISA KEV catalog. Attackers need authenticated access with at least administrative privileges to exploit the flaw, which is a realistic scenario in compromised or mismanaged Joomla sites. Once exploited, an attacker can manipulate the database, potentially impacting confidentiality, integrity, and availability of the store’s data.

Generated by OpenCVE AI on September 23, 2026 at 20:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Easy Store extension to a version that includes the SQL sanitization fix or apply the vendor patch that casts IDs to integers and uses parameterized whereIn queries.
  • Restrict or revoke administrator privileges to only those necessary for coupon management, ensuring that only trusted accounts can perform bulk updates.
  • If an upgrade is not immediately possible, disable the coupon bulk update task or implement a firewall rule to block requests containing suspicious SQL syntax targeting the couponBulkUpdate endpoint.

Generated by OpenCVE AI on September 23, 2026 at 20:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 23 Sep 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Joomshaper.com
Joomshaper.com easy Store Extension For Joomla
Vendors & Products Joomshaper.com
Joomshaper.com easy Store Extension For Joomla

Wed, 23 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 23 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Joomla Extension - joomshaper.com - Authenticated, Privileged SQL Injection in Coupon Bulk Update in Easy Store extension 1.0.0-3.0.0
Weaknesses CWE-74
References
Metrics cvssV4_0

{'score': 8.2, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Joomshaper.com Easy Store Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-09-23T19:33:24.546Z

Reserved: 2026-09-14T10:23:04.450Z

Link: CVE-2026-90902

cve-icon Vulnrichment

Updated: 2026-09-23T19:33:22.261Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-23T19:19:43.283

Modified: 2026-09-23T20:17:21.347

Link: CVE-2026-90902

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T21:00:13Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')