Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46620 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References 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.

URLSource(s)Tag(s)
https://github.com/e107inc/e107/security/advisories/GHSA-m4hh-m278-jwg5 CISA-ADPAdvisoryExploitRemedyTechnical AnalysisVendor
https://github.com/e107inc/e107/security/advisories/GHSA-m4hh-m278-jwg5 [email protected]AdvisoryExploitRemedyTechnical AnalysisVendor

Weakness Enumeration

CWE-IDCWE NameSource
CWE-285Improper Authorization[email protected]
CWE-352Cross-Site Request Forgery (CSRF)[email protected]

Affected Products

ProductVersions
e107
<= 2.3.4 (semver)

CPE

  • cpe:2.3:a:e107:e107:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 2.3.5moderate effort
  • Workaround:low effort

    Restrict access to comment.php moderation endpoints at the web server or firewall level, or temporarily disable AJAX comment moderation from the admin panel.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46620
NVD Published Date:
May 26, 2026
NVD Last Modified:
Jul 24, 2026
Source:
[email protected]
CVE-2026-46620 Details - Not Deferred