Skip to main content
root@rebel:~$ cd /news/threats/wordpress-core-rce-wp2shell-versions-6-9-and-7-0-vulnerable_
[TIMESTAMP: 2026-07-18 02:36 UTC] [AUTHOR: Runtime Rebel Intel] [SEVERITY: CRITICAL]

WordPress Core RCE wp2shell: Versions 6.9 and 7.0 Vulnerable

CRITICAL Vulnerabilities #WordPress#Wp2shell#RCE
AI-generated analysis
READ_TIME: 4 min read
Primary source: thehackernews.com

This article was written by a language model from the source above and was not reviewed by a human before publication. Verify anything operational against the original. Editorial policy

// executive briefing tl;dr
  • [01] Unauthenticated attackers can execute arbitrary code on WordPress sites via a single anonymous HTTP request.
  • [02] All installations of WordPress versions 6.9.x and 7.0.x are vulnerable, including base installs without any plugins.
  • [03] Organizations must verify they have updated to WordPress versions 6.9.5 or 7.0.2 to mitigate the threat.

Overview of the wp2shell WordPress Core Flaw

A critical RCE vulnerability, colloquially named “wp2shell,” has been identified in the WordPress core software. Unlike the majority of WordPress security issues which stem from third-party plugins or themes, this flaw resides within the base installation. This means that a clean install with zero active plugins is still susceptible to compromise. According to The Hacker News, the vulnerability was discovered by researcher Adam Kues at Assetnote, the attack surface management division of Searchlight Cyber.

The discovery is particularly alarming because the exploit can be triggered via an anonymous HTTP request. This eliminates the need for Phishing or Privilege Escalation to gain an initial foothold. Because no CVE identifier was explicitly assigned in the preliminary reporting of the wp2shell flaw, defenders must rely on version tracking and behavioral analysis to identify at-risk systems.

Technical Analysis: Unauthenticated Code Execution

The wp2shell vulnerability impacts WordPress versions 6.9 and 7.0. The technical root cause involves how the WordPress core processes specific unauthenticated requests, allowing an attacker to inject and execute arbitrary PHP code. In the context of the MITRE ATT&CK framework, this represents a significant risk for Initial Access and subsequent Execution.

Because the flaw is unauthenticated, it essentially functions as a Zero-Day for any administrator who has disabled the platform’s background update features. While many Ransomware groups prioritize Lateral Movement once inside a network, a core CMS vulnerability of this magnitude provides a direct path to server takeover. This can be used to establish a C2 channel or to pivot further into the internal environment. Analysis of the flaw suggests that attackers do not need to bypass complex authentication mechanisms; a single well-crafted request is sufficient to trigger the shell execution.

WordPress 7.0 RCE vulnerability mitigation and detection

To address the risk, WordPress released versions 6.9.5 and 7.0.2. For most users, the WordPress auto-update system has already deployed these patches via forced updates. However, organizations utilizing pinned versions or manual update cycles are at high risk. Security teams should prioritize WordPress core version 6.9 security patch validation across their entire inventory.

When investigating how to detect wp2shell exploit attempts, analysts should review web server logs for unusual POST or GET requests directed at core files that do not typically receive anonymous traffic. While specific IoC strings vary based on the payload, any sudden increase in PHP execution originating from the web server process should be investigated by the SOC. Integrating these logs into a SIEM can help identify exploitation patterns in real-time.

Impact on the Digital Supply Chain

This incident highlights the inherent risks of a Supply Chain Attack where the foundational software of a website is the weak point. Because WordPress powers a significant portion of the internet, a core RCE vulnerability has a massive blast radius. Even organizations following a Zero Trust architecture must ensure that their public-facing CMS is isolated from sensitive internal resources.

If an attacker successfully exploits wp2shell, they gain the permissions of the web user (e.g., www-data). From this position, they can modify site content, steal database credentials, or deploy further malware. For environments without an EDR solution, detecting the post-exploitation phase becomes significantly more difficult, as the attacker’s actions may blend in with legitimate administrative web activity.

Mitigation Recommendations

Defenders should take the following actions immediately:

  • Verify Versioning: Ensure all WordPress instances are running at least version 6.9.5 or 7.0.2.
  • Audit Update Policies: Confirm that auto-updates for security releases are enabled in the wp-config.php file.
  • Restrict Permissions: Ensure the web server user has the minimum necessary permissions on the file system to prevent persistence after a successful exploit.
  • Network Segmentation: Isolate CMS servers from internal databases and sensitive management segments to prevent lateral spread.

By ensuring the WordPress core version 6.9 security patch is applied, administrators can effectively close the primary vector for this unauthenticated attack.

Advertisement

Advertisement