CVE-2026-87929 PUBLISHED

MaxSite CMS through 109.6 Authentication Bypass via Hardcoded Encryption Key

Assigner: VulnCheck
Reserved: 09.09.2026 Published: 09.09.2026 Updated: 09.09.2026

MaxSite CMS through 109.6 ships with a hardcoded session encryption key in application/config/config.php that is never changed during installation, allowing unauthenticated attackers to forge administrator session cookies. Attackers can mint a malicious ci_session cookie with administrator privileges by computing an HMAC-SHA1 using the publicly known encryption key, bypassing authentication checks in is_login() and mso_check_allow() functions.

Metrics

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

Product Status

Vendor MaxSite
Product MaxSite CMS
Versions Default: unaffected
  • affected from 0.78 to 109.6 (incl.)

Credits

  • EVIL0RD reporter

References

Problem Types

  • Use of Hard-coded Cryptographic Key CWE