PatchSiren

PatchSiren cyber security CVE debrief

CVE-2021-47937 E107 CVE debrief

CVE-2021-47937 affects e107 CMS 2.3.0 and is described as an authenticated remote code execution vulnerability. An attacker with theme installation permissions can upload a crafted theme package through theme.php, place a web shell in the e107_themes directory, and then run system commands via payload.php. The record is published as a high-severity issue (CVSS 8.7) and should be treated as a serious post-authentication takeover risk for exposed e107 installations.

Vendor
E107
Product
Unknown
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-10
Original CVE updated
2026-07-25
Advisory published
2026-05-10
Advisory updated
2026-07-25

Who should care

Administrators and security teams running e107 CMS 2.3.0, especially environments that grant non-admin users theme installation rights or expose administrative upload functionality to the network. Incident responders should also care if e107 is internet-facing or if there are signs of unusual theme uploads or web-shell activity.

Technical summary

The vulnerability is a file-upload-to-RCE path in e107 CMS 2.3.0. According to the supplied description, authenticated users with theme installation permissions can submit a malicious theme package via theme.php. The uploaded content can deploy a web shell into the e107_themes directory and then execute commands through payload.php. NVD metadata associates the issue with CWE-434 (Unrestricted Upload of File with Dangerous Type) and a CVSS 4.0 vector indicating network attack, low privileges, and high impact to confidentiality, integrity, and availability.

Defensive priority

High. This is an authenticated remote code execution issue with direct system command execution potential, so it merits prompt patching, permission review, and web-access monitoring.

Recommended defensive actions

  • Upgrade e107 CMS to a version that addresses the issue as soon as a vendor fix is available.
  • Restrict theme installation permissions to the smallest possible administrative group.
  • Review access to theme.php and related upload endpoints; ensure they are not exposed beyond trusted administrative use.
  • Inspect e107_themes for unexpected files, uploaded packages, or web-shell indicators.
  • Check for suspicious use of payload.php or other command-execution artifacts in web logs and application logs.
  • If compromise is suspected, rotate credentials used by the e107 instance and review host integrity, persistence, and outbound connections.
  • Use the official e107 download and project pages to verify the current fixed release and vendor guidance.

Evidence notes

This debrief is based only on the supplied CVE record and NVD-enriched metadata. The core facts used here come from the CVE description, which states that e107 CMS 2.3.0 allows authenticated users with theme installation permissions to upload malicious theme files through theme.php and execute commands via payload.php. NVD metadata in the supplied corpus classifies the weakness as CWE-434 and lists the record as received with a high-severity CVSS 4.0 vector. No exploit steps or unsupported claims are included.

Sources and references

Verified primary and authoritative sources

  • CVE-2021-47937 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2021-47937

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2021-47937 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2021-47937

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.