Article

    Cyber News / Article / Vulnerabilities in Redeight CMS software

    Vulnerabilities in Redeight CMS software
    CE
    CERT Polska-2026-06-30

    Vulnerabilities in Redeight CMS software

    CERT Polska has received a report about vulnerabilities in Redeight CMS software and participated in coordination of their disclosure.

    The vulnerabilityCVE-2026-53690: An SQL Injection vulnerability exists in Redeight CMS version 1.0 via theuserEmailparameter in the POST/admin/index.phplogin 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.

    The vulnerabilityCVE-2026-53691: An Unrestricted File Upload vulnerability in Redeight CMS version 1.0 allows authenticated attackers to achieve Remote Code Execution via the POST/admin/index.php?module=pages&mode=FileAddendpoint. The application fails to validate file extensions and MIME types, permitting the upload of arbitrary PHP scripts to the publicly accessible/uploads/files/directory where they can be executed directly by the web server.

    The vulnerabilityCVE-2026-53692: Redeight CMS version 1.0 uses the MD5 algorithm without a salt to store user passwords. Because MD5 is a cryptographically broken algorithm and lacks salting, attackers who obtain the password hashes can trivially reverse them using rainbow tables, leading to the exposure of plaintext credentials.

    We thank Jacek Czepil for the responsible vulnerability report.

    Original source