CVE-2026-46620 Details
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.
A cross-site request forgery (CSRF) vulnerability has been identified in e107 CMS versions prior to 2.3.5. The issue arises because the CMS does not consistently enforce CSRF token validation for comment moderation actions. The vulnerability allows an attacker to create a webpage that can silently delete or approve comments on behalf of a logged-in admin or moderator, without their knowledge. This exploitation takes advantage of the 'session_handler::check()' function, which only validates tokens if they are present, effectively skipping the check for requests without a token.
Users can upgrade to e107 version 2.3.5, where this vulnerability is fixed. After the update, ensure that AJAX calls to comment moderation endpoints include a valid CSRF token. Until the update is applied, access to 'comment.php' moderation endpoints can be restricted at the web server or firewall level, or AJAX comment moderation can be temporarily disabled from the admin panel.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 26, 2026CISA-ADP
Assessed May 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/e107inc/e107/security/advisories/GHSA-m4hh-m278-jwg5 | CISA-ADP | AdvisoryExploitRemedyTechnical AnalysisVendor |
| https://github.com/e107inc/e107/security/advisories/GHSA-m4hh-m278-jwg5 | [email protected] | AdvisoryExploitRemedyTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-285 | Improper Authorization | [email protected] |
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| e107 | <= 2.3.4 (semver) |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 27, 2026 | CVE Modified | CISA-ADP |
| May 26, 2026 | New CVE Received | [email protected] |
Volerion