CVE-2026-53690 PUBLISHED

SQL Injection in Redeight CMS

Assigner: CERT-PL
Reserved: 10.06.2026 Published: 30.06.2026 Updated: 30.06.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor Redeight
Product Redeight CMS
Versions Default: unaffected
  • Version 1.0 is affected

Credits

  • Jacek Czepil finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE