---
id: CVE-2026-63106
title: >-
  ReadyEcommerce before 4.5.2 contains an unauthenticated SQL injection
  vulnerability in the product listing API where the rating parameter from the
  products endpoint is concatenated directly into a MySQL HAVING clause without
  parameteriza…
summary: >-
  ReadyEcommerce before 4.5.2 contains an unauthenticated SQL injection
  vulnerability in the product listing API where the rating parameter from the
  products endpoint is concatenated directly into a MySQL HAVING clause without
  parameteriza…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-89
published: '2026-08-10'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:35:08.537'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-63106'
references:
  - url: >-
      https://codecanyon.net/item/ready-ecommerce-complete-multi-vendor-ecommerce-mobile-app-website-rider-app-with-seller-app/52519302
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/readyecommerce-unauthenticated-sql-injection-via-productcontroller-php
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00496
epssPercentile: 0.40006
ingestedAt: '2026-09-09T21:22:45.526Z'
---

## Overview

ReadyEcommerce before 4.5.2 contains an unauthenticated SQL injection vulnerability in the product listing API where the rating parameter from the products endpoint is concatenated directly into a MySQL HAVING clause without parameterization in ProductController.php. Attackers can perform time-based blind SQL injection through the unsanitized rating parameter to extract the full database contents, including user credentials and administrator password hashes, with potential additional file system access due to the database connection running as root.

## Remediation

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