CVE-2026-53690
CriticalCVSS 9.3Summary
An SQL Injection vulnerability exists in Redeight CMS version 1.0 via the "userEmail" parameter in the POST "/admin/index.php" login endpoint. The application fails to sanitize user input and directly interpolates it into SQL queries without using prepared statements, allowing unauthenticated remote attackers to execute arbitrary SQL commands and extract sensitive database information.
Risk Assessment
An attacker can gain unauthorized access to the database, steal credentials, personal data, or other confidential information, potentially leading to data breaches and reputational damage.
Recommendation
Immediately update Redeight CMS to the latest patched version and implement prepared statements for all SQL queries.
Original NVD description (English source)
An SQL Injection vulnerability exists in Redeight CMS version 1.0 via the "userEmail" parameter in the POST "/admin/index.php" login endpoint. The application fails to sanitize user input and directly interpolates it into SQL queries without using prepared statements, which allows unauthenticated remote attackers to execute arbitrary SQL commands and extract sensitive database information.

