CVE-2023-54352
Deferred Deferred - Pending Action
Remote Code Execution in WordPress Seotheme

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulnCheck

Description
WordPress Seotheme contains a remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary PHP code by uploading malicious files to the theme directory. Attackers can access the uploaded PHP shell at /wp-content/themes/seotheme/mar.php to execute system commands and upload additional files for persistent access.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-08
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Impact Analysis

This vulnerability can have severe impacts including unauthorized remote code execution on your WordPress site.

  • Attackers can execute arbitrary PHP code without authentication.
  • They can run system commands on the server hosting the WordPress site.
  • Attackers can upload additional malicious files to maintain persistent access.
  • This can lead to full site compromise, data theft, defacement, or use of the server for further attacks.
Executive Summary

The WordPress Seotheme vulnerability is a remote code execution (RCE) flaw that allows unauthenticated attackers to upload malicious PHP files to the theme directory.

Attackers can then access a PHP shell located at /wp-content/themes/seotheme/mar.php, which enables them to execute arbitrary system commands and upload additional files, thereby maintaining persistent access to the affected site.

Detection Guidance

This vulnerability can be detected by checking for the presence of the malicious PHP shell at the path /wp-content/themes/seotheme/mar.php or /wp-content/plugins/seoplugins/mar.php on your WordPress installation.

An exploit script exists that sends HTTP requests to these paths and verifies exploitation by looking for a specific string in the response. If the response contains this string, it indicates the presence of the vulnerability.

You can use commands like curl or wget to manually check for the existence of the shell. For example:

  • curl -i http://your-wordpress-site.com/wp-content/themes/seotheme/mar.php
  • curl -i http://your-wordpress-site.com/wp-content/plugins/seoplugins/mar.php

If the response contains suspicious output or a known string from the exploit, it indicates a vulnerable or compromised system.

Mitigation Strategies

Immediate mitigation steps include removing or restricting access to the vulnerable PHP shell located at /wp-content/themes/seotheme/mar.php.

You should also update or patch the WordPress Seotheme plugin or theme to a version that addresses this vulnerability.

Additionally, review your WordPress installation for any unauthorized files or backdoors that attackers may have uploaded and remove them.

Implement proper authentication and file upload restrictions to prevent unauthenticated users from uploading malicious files.

Compliance Impact

The vulnerability allows unauthenticated attackers to execute arbitrary PHP code and gain persistent access to the affected WordPress site by uploading malicious files. This unauthorized access and potential data compromise can lead to violations of data protection standards and regulations such as GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access and breaches.

Exploitation of this vulnerability could result in unauthorized disclosure, alteration, or destruction of data, thereby impacting the confidentiality, integrity, and availability requirements mandated by these regulations.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54352. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart