CVE-2026-53691 PUBLISHED

Remote Code Execution in Redeight CMS

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

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=FileAdd" endpoint. 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.

Metrics

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

Product Status

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

Credits

  • Jacek Czepil finder

References

Problem Types

  • CWE-434 Unrestricted Upload of File with Dangerous Type CWE