e107 CMS 2.3.0 contains a remote code execution vulnerability that allows authenticated users with theme installation permissions to execute arbitrary commands by uploading malicious theme files. Attackers can upload a crafted theme package through the theme.php endpoint that deploys a web shell to the e107_themes directory, then execute system commands via the payload.php script.
Security readout for executives and security teams
Plain-English summary
e107 CMS 2.3.0 can let a logged-in user with theme installation rights turn a theme upload into server code execution. This is high business risk for exposed sites because compromise could affect confidentiality, integrity, and availability of the CMS and hosting environment.
Executive priority
Treat as a high-priority exposure review for any e107 CMS deployment. The main urgency is not broad anonymous exploitation, but the impact is severe if an authenticated account can install themes.
Technical view
The issue is an authenticated remote code execution flaw tied to theme package upload handling in e107 CMS 2.3.0. It maps to CWE-434 and has CVSS 8.8. The source bundle describes crafted theme files being placed under e107_themes and later executed as PHP.
Likely exposure
Exposure is likely limited to organizations running e107 CMS 2.3.0, especially internet-facing instances where non-admin or delegated users can install themes.
Exploitation context
A public ExploitDB reference exists, but the source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires authentication and theme installation permissions, not anonymous access.
Researcher notes
Evidence is strongest for e107 CMS 2.3.0 and authenticated theme upload abuse. The bundle does not name a fixed version, vendor advisory, or active exploitation, so remediation should be anchored to current vendor guidance.
Mitigation direction
Inventory e107 CMS instances and identify any running version 2.3.0.
Restrict theme installation permissions to trusted administrators only.
Review vendor guidance and downloads for a fixed or supported release.
Inspect installed themes for unexpected PHP files or unauthorized additions.
Remove suspicious theme uploads and rotate credentials if compromise is suspected.
Validation and detection
Confirm whether any production or staging site runs e107 CMS 2.3.0.
Review user roles with theme installation or administrative permissions.
Check web logs for unexpected theme.php upload activity.
Inspect e107_themes for unfamiliar files, especially executable PHP content.
Correlate suspicious files with timestamps, accounts, and access logs.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.