CVE-2026-63106: ReadyEcommerce < 4.5.2 Unauthenticated SQL Injection via ProductController.php
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-63106?
CVE-2026-63106 has a critical severity rating of 9.8.
How do I fix CVE-2026-63106?
To fix CVE-2026-63106, upgrade ReadyEcommerce to version 4.5.2 or later.
What type of vulnerability is CVE-2026-63106?
CVE-2026-63106 is an unauthenticated SQL injection vulnerability.
What is the impact of CVE-2026-63106?
CVE-2026-63106 allows attackers to perform time-based SQL injection attacks on product ratings.
Which component is affected by CVE-2026-63106?
CVE-2026-63106 affects the ProductController.php in ReadyEcommerce.