CVE-2026-90904: Joomla Extension - joomshaper.com - Broken Access Control (ACL Bypass) in ApiController Record Editing in Easy Store extension 1.0.0-3.0.0

Published Sep 23, 2026
·
Updated

Joomla Extension - joomshaper.com - Broken Access Control (ACL Bypass) in ApiController Record Editing in Easy Store extension 1.0.0-3.0.0 - The allowEdit() method in ApiController.php hardcoded return true;, bypassing Joomla component-level and asset-level ACL permission checks. Any authenticated backend user could edit any EasyStore record, regardless of specific ACL permission grants. Resolved by replacing the hardcoded boolean with proper ACL authorization checks via AccessControl::create()->canEdit().

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 Easy Store extension's ApiController.php, replace the hardcoded true return in allowEdit() with proper ACL authorization checks using AccessControl::create()->canEdit().

Event History

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

Frequently Asked Questions

1

Who can exploit this issue?

Any authenticated Joomla backend user can exploit it. The affected method allows them to edit EasyStore records even when they lack the component-level or asset-level ACL permissions normally required.

2

Which EasyStore versions are affected?

Easy Store versions 1.0.0 through 3.0.0 are identified as affected.

3

How can I determine whether an installation is vulnerable?

Check the installed Easy Store version and inspect ApiController.php. A vulnerable implementation has allowEdit() hardcoded to return true; rather than performing authorization through AccessControl::create()->canEdit().

4

What should be done if an update cannot be applied immediately?

Restrict backend access to trusted users, since exploitation requires an authenticated backend account. Review backend users with access to EasyStore and limit or remove accounts that do not need administrative access.

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