CVE-2026-63106
CriticalCVSS 9.8Summary
ReadyEcommerce before 4.5.2 has an unauthenticated SQL injection in the product listing API, where the rating parameter is concatenated into a MySQL HAVING clause without parameterization. Attackers can perform time-based blind SQL injection to extract the full database, including user credentials and admin password hashes.
Risk Assessment
Exposure of sensitive data, including user and admin credentials, and potential file system access due to database connection running as root.
Recommendation
Update ReadyEcommerce to version 4.5.2 or later, which includes a fix for SQL parameterization.
Original NVD description (English source)
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.

