CVE Catalog

CVE-2026-46620

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

CSRF vulnerability in e107 CMS before version 2.3.5. The CSRF token validation is skipped if no token is present in the request.

Risk Assessment

An attacker can trick an administrator into performing unauthorized actions, such as modifying comments or other settings, without consent.

Recommendation

Update e107 CMS to version 2.3.5 or later.

Other vulnerabilities in e107 CMS

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS