Description
Joomla Extension - j2commerce.com - Download quota manipulation in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5 - An authenticated user with a valid order token could increment the download limit counter on a download record belonging to a different order. The endpoint also lacked a CSRF token.
Published: 2026-08-21
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized download limit manipulation
Action: Patch Update
AI Analysis

Impact

The vulnerability allows an authenticated user who possesses a valid order token to increase the download quota counter for a download record associated with a different order. Because the endpoint does not enforce a CSRF token, the attacker can easily submit the request and alter the quota without the target’s awareness. This misuse of the quota system permits unauthorized access to additional downloads, potentially leading to resource abuse or denial of service for legitimate users.

Affected Systems

This issue affects the J2Store extension for Joomla produced by j2commerce.com. Vulnerable versions include all releases from 1.0.0 to 3.3.20, from 4.0.0 to 4.0.20, and from 4.1.0 to 4.1.5.

Risk and Exploitability

The vulnerability is rated a 5.3 on CVSS, which is moderate. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires the attacker to be an authenticated user with a valid order token. The absence of a CSRF token reduces the difficulty of constructing a request; however, the attacker still needs to know or obtain a token that belongs to a different order. Given these constraints, the likelihood of exploitation is moderate, and the impact is primarily resource abuse rather than code execution.

Generated by OpenCVE AI on August 21, 2026 at 20:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade J2Store to the latest release that contains the fix for this quota manipulation issue.
  • Enable and enforce CSRF token validation for the download quota modification endpoint to prevent unauthorized requests.
  • Ensure the API verifies that the requester owns the order before allowing the quota increment; adjust code to enforce ownership validation.
  • Audit current users and revoke any suspicious or unused tokens that could be abused to alter quotas.

Generated by OpenCVE AI on August 21, 2026 at 20:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared J2commerce.com
J2commerce.com j2store Extension For Joomla
Vendors & Products J2commerce.com
J2commerce.com j2store Extension For Joomla

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 21 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description Joomla Extension - j2commerce.com - Download quota manipulation in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5 - An authenticated user with a valid order token could increment the download limit counter on a download record belonging to a different order. The endpoint also lacked a CSRF token.
Title Joomla Extension - j2commerce.com - Download quota manipulation in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5
Weaknesses CWE-352
CWE-639
References
Metrics cvssV4_0

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


Subscriptions

J2commerce.com J2store Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-21T20:26:11.441Z

Reserved: 2026-07-29T14:01:47.234Z

Link: CVE-2026-67358

cve-icon Vulnrichment

Updated: 2026-08-21T20:05:59.970Z

cve-icon NVD

Status : Deferred

Published: 2026-08-21T20:16:39.450

Modified: 2026-08-26T16:35:20.160

Link: CVE-2026-67358

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:14:49Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-639

    Authorization Bypass Through User-Controlled Key