CVE-2026-90900: Joomla Extension - joomshaper.com - Missing CSRF Token Verification in Storefront Product Review Submission in Easy Store extension 1.0.0-3.0.0

Published Sep 23, 2026
·
Updated

Joomla Extension - joomshaper.com - Missing CSRF Token Verification in Storefront Product Review Submission in Easy Store extension 1.0.0-3.0.0 - The product review submission endpoint (index.php?option=comeasystore&task=product.addReview) accepted submissions without verifying an anti-CSRF token (the check had been commented out in code). An attacker could trick a logged-in user into posting unauthorized reviews or submitting review spam via cross-site requests. Resolved by enforcing Session::checkToken('request') / Session::checkToken('post') in ProductController, injecting HTMLHelper::('form.token') into the review form template, and appending the session token to the submission payload in review-form.js.

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 Easy Store's ProductController, enforce Session::checkToken('request') or Session::checkToken('post') for product review submissions; add HTMLHelper::_('form.token') to the review form template and append the session token to the submission payload in review-form.js.

Event History

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

Frequently Asked Questions

1

Who is exposed to exploitation?

Sites using Easy Store versions 1.0.0 through 3.0.0 are exposed when a user is logged in and can submit product reviews. An attacker must be able to induce that logged-in user’s browser to send a cross-site request to the product review submission endpoint.

2

What could an attacker do without directly accessing an account?

They could cause a logged-in user’s browser to submit unauthorized product reviews or review spam. The issue affects the product.addReview endpoint because it accepted requests without validating an anti-CSRF token.

3

How was the issue resolved?

The fix enforces Session::checkToken('request') or Session::checkToken('post') in ProductController, adds a form token to the review form template, and includes the session token in the review submission payload.

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