Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2978+ Articles
168+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Click2Shell PoC Exploit Code Now Public for Patched WordPress CSRF Flaw
Click2Shell PoC Exploit Code Now Public for Patched WordPress CSRF Flaw
NEWS

Click2Shell PoC Exploit Code Now Public for Patched WordPress CSRF Flaw

Researcher Paulos Yibelo published full technical details and working exploit code for the WordPress Click2Shell CSRF-to-RCE chain.

Dylan H.

News Desk

September 21, 2026
3 min read

What's New

Security researcher Paulos Yibelo, who disclosed the WordPress "Click2Shell" vulnerability through pwn.ai on August 22, has now published his full technical report — including complete, working exploitation code. WordPress patched the underlying flaw in version 7.1.1, released September 17, but the newly public proof-of-concept means the exploitation path is no longer theoretical for anyone reading the writeup. See our original coverage of the initial disclosure for the full technical breakdown of the theme-install chain.

No official CVE identifier has been assigned to Click2Shell as of this publication.


The Attack, Recapped

Click2Shell is a cross-site request forgery (CSRF) bug rooted in a parsing mismatch: the WordPress.org theme directory and a logged-in administrator's own browser interpret the same crafted link differently, causing WordPress to silently force-install a theme from the official directory the moment an admin opens a malicious URL — no confirmation dialog, no second click, and the installed theme stays inactive so nothing looks different on the live site.

Chained with a separate unguarded AJAX handler in the "Mobile Repair Zone" theme, that forced install becomes a path to full remote code execution.

Attack Requirements

Despite reaching code execution, this is not a fully pre-authentication bug in the sense of requiring zero interaction: a logged-in administrator still needs to visit a crafted URL for the chain to fire. What attackers don't need is any WordPress credentials, installation nonces, or explicit admin privileges of their own — the admin's session does all the work once they click.


Who's Exposed

Affected: WordPress core 7.1.0 and earlier. Fixed in 7.1.1. The article reports no evidence of active in-the-wild exploitation as of publication — the risk here is that public exploit code now shortens the runway between "patch available" and "mass exploitation attempts," a pattern security teams have seen play out with other WordPress core bugs in the past.


Remediation

  1. Update to WordPress 7.1.1 immediately if you haven't already — this remains the only complete fix.
  2. Interim mitigation: enable the DISALLOW_FILE_MODS setting, which prevents the forced theme installation this chain depends on, if you cannot patch right away.
  3. Audit installed themes for anything unrecognized — a successful Click2Shell attempt leaves an inactive, unexplained theme install as its signature artifact.
  4. If Mobile Repair Zone is present anywhere in your environment, remove it or confirm it's on a fixed version, since it was the specific chain component used to reach code execution.
  5. Treat links sent to administrator accounts with elevated suspicion — this chain fires on page load alone, with no further confirmation step.

References

  • BleepingComputer — WordPress Click2Shell Flaw Lets Hackers Execute PHP on the Server

Related Reading

  • New WordPress 'Click2Shell' Flaw Forces Theme Installs, Can Chain to Code Execution
#WordPress#CSRF#Remote Code Execution#Security Updates

Related Articles

New WordPress 'Click2Shell' Flaw Forces Theme Installs, Can Chain to Code Execution

A URL-parsing mismatch lets one link silently install a WordPress theme for a logged-in admin, chainable to critical remote code execution.

3 min read

WordPress Core "wp2shell" RCE Flaws Get Public Exploits — Patch Now

Public exploits have been released for the critical wp2shell remote code execution vulnerabilities in WordPress Core, putting millions of sites at...

4 min read

Microsoft Patches RoguePlanet Zero-Day in Windows Defender After Public PoC

Microsoft has patched a Windows Defender zero-day vulnerability dubbed RoguePlanet after researcher 'Nightmare-Eclipse' released a working...

3 min read
Back to all News