CVE-2026-46620 PUBLISHED

e107: CSRF in comment.php moderation endpoints via token-optional validation in session_handler::check()

Assigner: GitHub_M
Reserved: 15.05.2026 Published: 26.05.2026 Updated: 26.05.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
CVSS Score: 6.5

Product Status

Vendor e107inc
Product e107
Versions
  • Version < 2.3.5 is affected

References

Problem Types

  • CWE-285: Improper Authorization CWE
  • CWE-352: Cross-Site Request Forgery (CSRF) CWE