Description
The Improve SEO WordPress plugin through 2.0.11 does not properly validate uploaded files, checking only the file content type while writing the file with the attacker-supplied extension into a publicly accessible directory, allowing unauthenticated users to upload executable PHP files and achieve remote code execution.
Published: 2026-08-04
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Improve SEO WordPress plugin for versions up to 2.0.11, where the upload mechanism does not enforce strict file type validation. The plugin accepts any file based solely on MIME type, then writes the file to a publicly accessible directory using the attacker‑supplied extension. This flaw allows an unauthenticated user to upload a PHP file that can be executed by the web server, resulting in remote code execution. The impact is full compromise of the affected WordPress installation, including potential data exfiltration, defacement, or further compromise of the underlying server.

Affected Systems

All installations running the Improve SEO plugin version 2.0.11 or earlier on WordPress are affected, regardless of specific WordPress core versions or hosting environment. The plugin is hosted under the wp‑content/plugins/improve‑seo directory and all uploaded files are stored under the plugin’s public upload folder, which is directly accessible via the web. No additional components are necessary to trigger the vulnerability – any user with access to the site’s public HTTP interface can submit an upload request.

Risk and Exploitability

The EPSS score is < 1%, indicating a very low probability of exploitation. The vulnerability is not currently listed in CISA’s KEV catalog. The CVSS score of 9.8 indicates a critical severity. Because the flaw can be exploited by unauthenticated users without any pre‑existing privileges, the risk remains significant until remediation. Attackers could gain full control of the site, install backdoors, or exfiltrate sensitive data. Due to the lack of any publicly disclosed exploits seen thus far, the likelihood of immediate widespread exploitation is uncertain, but the high severity warrants prompt action.

Generated by OpenCVE AI on August 4, 2026 at 20:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Improve SEO plugin to a version newer than 2.0.11; if no newer version exists, completely uninstall the plugin.
  • If an upgrade cannot be performed immediately, remove the plugin’s public upload directory from the web‑accessible path and block HTTP access to that location to prevent additional file uploads.
  • Configure WordPress or the web server to enforce strict file‑type validation on uploads, accepting only whitelisted MIME types and extensions and storing files outside the publicly accessible document root.

Generated by OpenCVE AI on August 4, 2026 at 20:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 04 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Improve SEO WordPress plugin through 2.0.11 does not properly validate uploaded files, checking only the file content type while writing the file with the attacker-supplied extension into a publicly accessible directory, allowing unauthenticated users to upload executable PHP files and achieve remote code execution.
Title ImproveSEO <= 2.0.11 - Unauthenticated Arbitrary File Upload Leading to Remote Code Execution
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-04T17:40:09.473Z

Reserved: 2026-07-22T14:45:28.693Z

Link: CVE-2026-16618

cve-icon Vulnrichment

Updated: 2026-08-04T17:40:06.351Z

cve-icon NVD

Status : Received

Published: 2026-08-04T07:16:30.707

Modified: 2026-08-04T18:16:47.610

Link: CVE-2026-16618

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T21:00:11Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type