WordPress has addressed a security vulnerability in its core software, identified as Click2Shell by security firm pwn.ai. This flaw enables an attacker to force the installation of a theme from the official WordPress.org directory on a site if a logged-in administrator opens a specially crafted web link. The theme is installed but remains inactive.
While the core vulnerability only installs a legitimate theme, pwn.ai researchers demonstrated that it can be combined with a separate weakness in the installed theme to achieve remote code execution on the server. For example, the Mobile Repair Zone theme contained a flaw that allowed it to fetch and run code from a web address without proper authentication, enabling the full attack chain.
The vulnerability exploits how WordPress processes URLs. The WordPress.org directory interprets a value in the link as a theme name, while the administrator's browser reuses the original text, including punctuation, to manipulate an internal script. This script then programmatically clicks the 'Install' button, leveraging the administrator's existing session and security token.
Pwn.ai rated the forced-install flaw as high severity (CVSS 7.1) and the full code execution chain as critical (CVSS 9.6). WordPress released a fix for this issue on September 17 in version 7.1.1 and recommends immediate updates due to its security implications. There is no indication that this vulnerability has been exploited in real-world attacks.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
WordPress released patches for 11 vulnerabilities, including a critical 'Click2Shell' flaw that could lead to remote code execution (RCE). The 'Click2Shell' vulnerability allowed unauthenticated attackers to force the installation of malicious themes, which could then be exploited for RCE even while inactive, impacting WordPress sites.
A new WordPress core vulnerability, CVE-2026-93485 or "Comment2Shell," allowed an anonymous user to plant a hidden script in a comment, which could lead to remote code execution if an administrator viewed the page. WordPress released version 7.1.1 on September 17 to fix this flaw, urging site owners to update immediately. This vulnerability is significant because it demonstrates a path from unauthenticated input to server compromise through an administrative action.
A cross-site request forgery (CSRF) vulnerability, dubbed 'Click2Shell', in WordPress Core allowed attackers to install themes and execute arbitrary PHP code on affected servers. The flaw, present in WordPress 7.1.0 and earlier, was addressed with the release of WordPress version 7.1.1. This vulnerability could lead to file modification, data access, and the creation of rogue administrator accounts.
WordPress released patches for a vulnerability, dubbed Click2Shell by pwn.ai, that allows a logged-in administrator to install a theme from the official directory via a crafted web link. This flaw can be chained with a separate theme vulnerability to achieve remote code execution on the server.