---
id: CVE-2026-90903
title: >-
  Joomla Extension - joomshaper.com - Missing CSRF Token Verification across
  Administrator AJAX API Endpoints in Easy Store extension 1.0.0-3.0.0 - The
  administrator ApiController only validated CSRF tokens inside the products()
  action
summary: >-
  Joomla Extension - joomshaper.com - Missing CSRF Token Verification across
  Administrator AJAX API Endpoints in Easy Store extension 1.0.0-3.0.0 - The
  administrator ApiController only validated CSRF tokens inside the products()
  action. Al…
severity: high
cvss: 7.2
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N'
cwe:
  - CWE-352
vendor: joomshaper.com
product: Easy Store extension for Joomla
affected:
  - easy_store_extension_for_joomla 1.0.0-3.0.0
published: '2026-09-23'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T20:17:21.483'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90903'
references:
  - url: 'https://www.joomshaper.com/easystore'
    label: security@joomla.org
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-23T19:34:36.134524Z'
cvssSource: cna
ingestedAt: '2026-09-23T19:31:04.472Z'
epss: 0.00172
epssPercentile: 0.05856
---

## Overview

Joomla Extension - joomshaper.com - Missing CSRF Token Verification across Administrator AJAX API Endpoints in Easy Store extension 1.0.0-3.0.0 - The administrator ApiController only validated CSRF tokens inside the products() action. All other administrative AJAX endpoints (orders, coupons, media, customers, settings, tags, categories, reviews, and collections) accepted state-changing requests without checking anti-CSRF tokens. An attacker could trick a logged-in administrator into triggering unauthorized state modifications across the store backend. Resolved by implementing global CSRF verification in ApiController::execute() for all state-changing HTTP methods (POST, PUT, PATCH, DELETE) via Session::checkToken().

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
