CVE 6.5 MEDIUM

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

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

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.

Basic Information

ID CVE-2026-46620
Source GitHub_M
Published May 26, 2026 at 15:04

Affected Product

Vendor e107inc
Product e107
Version < 2.3.5
Affected Versions e107inc e107 < 2.3.5

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.