Vulnerability Description
e107 is a content management system (CMS). Prior to 2.3.5, e107 CMS does not properly enforce CSRF token validation on comment moderation actions. The problem comes down to how session_handler::check() handles CSRF tokens. Instead of requiring a token on every state-changing request, it only validates the token if one happens to be present. If there is no token at all, the check is skipped entirely. This vulnerability is fixed in 2.3.5.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/e107inc/e107/security/advisories/GHSA-m4hh-m278-jwg5
- https://github.com/e107inc/e107/security/advisories/GHSA-m4hh-m278-jwg5
FAQ
What is CVE-2026-46620?
CVE-2026-46620 is a vulnerability with a CVSS score of 6.5 (MEDIUM). e107 is a content management system (CMS). Prior to 2.3.5, e107 CMS does not properly enforce CSRF token validation on comment moderation actions. The problem comes down to how session_handler::check(...
How severe is CVE-2026-46620?
CVE-2026-46620 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46620?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.