PatchSiren cyber security CVE debrief
CVE-2026-87929 MaxSite CVE debrief
CVE-2026-87929 is a critical vulnerability in MaxSite CMS versions through 109.6. The vulnerability stems from a hardcoded session encryption key in the application/config/config.php file, which is never changed during installation. This allows unauthenticated attackers to forge administrator session cookies by computing an HMAC-SHA1 using the publicly known encryption key, effectively bypassing authentication checks in the is_login() and mso_check_allow() functions.
- Vendor
- MaxSite
- Product
- MaxSite CMS
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-09
- Original CVE updated
- 2026-09-14
- Advisory published
- 2026-09-09
- Advisory updated
- 2026-09-14
Who should care
Defenders responsible for MaxSite CMS installations should assess exposure and verify the integrity of their systems. This vulnerability may impact administrators and users relying on authentication mechanisms in MaxSite CMS.
Why it matters
CVE-2026-87929 is a critical vulnerability in MaxSite CMS through 109.6 due to a hardcoded session encryption key, allowing unauthenticated attackers to forge administrator session cookies and bypass authentication checks.
- Unauthenticated attackers can forge administrator session cookies
- Authentication checks in is_login() and mso_check_allow() functions can be bypassed
- Defenders need to verify the integrity of MaxSite CMS installations
- Changing or removing the hardcoded session encryption key is necessary
Technical summary
The MaxSite CMS through 109.6 contains a hardcoded session encryption key in the application/config/config.php file. This key is used for computing HMAC-SHA1 values for session cookies. An attacker can forge administrator session cookies using this publicly known key, bypassing authentication checks in the is_login() and mso_check_allow() functions. Defenders should prioritize verifying the integrity of their MaxSite CMS installations and ensuring that the hardcoded session encryption key is changed or removed to prevent unauthenticated attackers from exploiting this vulnerability.
Defensive priority
Defenders should prioritize verifying the integrity of their MaxSite CMS installations and ensuring that the hardcoded session encryption key is changed or removed.
Recommended defensive actions
- Verify the integrity of MaxSite CMS installations
- Change or remove the hardcoded session encryption key
- Monitor for potential authentication bypass attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and source references indicate that MaxSite CMS through 109.6 has a hardcoded session encryption key, allowing unauthenticated attackers to forge administrator session cookies. However, the exact scope of affected versions and potential exploitation remain unclear.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-87929 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-87929
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-87929 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-87929
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/EviL0rd/maxsite-cve4/blob/main/2026.09.08-maxsite-cms-hardcoded-session-key-auth-bypass.md
-
Source reference
Unverified legacy reference
URL: https://github.com/maxsite/cms
-
Source reference
Unverified legacy reference
URL: https://github.com/maxsite/cms/blob/2ca0a0c7d1d71106a25dbb0f2aedaaefbf12802c/application/config/config.php
-
Source reference
Unverified legacy reference
URL: https://github.com/maxsite/cms/blob/2ca0a0c7d1d71106a25dbb0f2aedaaefbf12802c/application/maxsite/common/core/init.php
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/maxsite-cms-through-109.6-authentication-bypass-via-hardcoded-encryption-key
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.