Description
The Demo Import WordPress plugin through 1.1.3 does not validate the type of files uploaded during demo-content import (the WordPress file-type test is disabled), allowing high-privilege users (Administrator by default, including non-super-admin site administrators on multisite) to upload executable PHP files to the uploads directory.
Published: 2026-08-01
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Theme Demo Import plugin version 1.1.3 or earlier fails to validate the MIME type of files uploaded through its demo‑content import feature. Because the code that checks file types in WordPress is disabled, an administrator (or any other user with admin rights on a multisite) can upload an executable PHP file to the blog’s uploads directory. Once uploaded, the file can be accessed through the web server and executed, giving the attacker full remote code execution on the site, with the same privileges as the web server user flaw is a classic arbitrary file upload vulnerability (CWE‑434) that exposes the site to complete compromise.

Affected Systems

This issue affects any WordPress site that has the Theme Demo Import plugin installed in a version up to and including 1.1.3. Both single‑site installations and multisite networks are impacted. The vulnerability is exploitable by any user who has administrator privileges, which includes non‑super‑admin site administrators on a multisite network.

Risk and Exploitability

The EPSS score is less than 1 %, suggesting that active exploitation is currently rare, and the vulnerability is not listed in the CISA KEV catalog. With a CVSS score of 7.2, the vulnerability is considered high severity. Nevertheless, because the flaw allows remote code execution and can be triggered by an account that normally exists on a site, the risk remains high. An attacker can simply use the import interface as an admin, upload a crafted PHP file, and then visit the file’s URL to run malicious code. No additional software exploitation steps are needed beyond logging into the site as an administrator.

Generated by OpenCVE AI on August 5, 2026 at 22:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Theme Demo Import plugin to the latest released version (≥ 1.1.4) where the file‑type validation is restored.
  • Delete any PHP files that may have been previously uploaded to the uploads directory and prevent further execution by restricting the directory’s filesystem permissions.
  • Configure the web server or a web application firewall to disallow the execution of PHP files in the uploads directory, or enforce a whitelist of allowed MIME types during upload.
  • If an upgrade is not possible, disable the demo‑content import feature or limit its use to super‑admin users only.

Generated by OpenCVE AI on August 5, 2026 at 22:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sun, 02 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Sat, 01 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Demo Import WordPress plugin through 1.1.3 does not validate the type of files uploaded during demo-content import (the WordPress file-type test is disabled), allowing high-privilege users (Administrator by default, including non-super-admin site administrators on multisite) to upload executable PHP files to the uploads directory.
Title Theme Demo Import <= 1.1.3 - Admin+ Arbitrary File Upload
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T19:48:45.979Z

Reserved: 2026-06-24T12:02:12.212Z

Link: CVE-2026-13157

cve-icon Vulnrichment

Updated: 2026-08-05T19:41:47.183Z

cve-icon NVD

Status : Received

Published: 2026-08-01T07:16:29.030

Modified: 2026-08-05T20:17:04.897

Link: CVE-2026-13157

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T23:00:05Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type