CVE-2026-53692 PUBLISHED

Weak hashing algorithm in Redeight CMS

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

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.

Metrics

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

Product Status

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

Credits

  • Jacek Czepil finder

References

Problem Types

  • CWE-328 Use of Weak Hash CWE