WordPress XSS2Shell Flaw Enables Remote Code Execution via Login Page
Posted on
A critical vulnerability chain in WordPress Core, identified as CVE-2026-64638 and dubbed XSS2Shell, has been discovered, allowing attackers to escalate a single failed login attempt into full remote code execution on the server. This flaw affects all WordPress versions since 4.7, potentially putting over 500 million websites at risk.
The exploit initiates on the standard login page, wp-login.php. When a non-existent username is entered, WordPress generates an error message using the wp_strip_all_tags function. Researchers at pwn.ai found that by inserting a space between the opening angle bracket and a tag name (e.g., “< area"), PHP's strip_tags parser interprets the string as harmless text, while WordPress's KSES sanitizer later processes it as legitimate HTML elements. This discrepancy allows attackers to inject elements like
,
A Russian state-sponsored cyber espionage group, identified as Static Tundra, has been actively exploiting a seven-year-old vulnerability in Cisco networking devices to infiltrate critical infrastructure […]
Google’s Bug Bounty Program Achieves Record $17 Million in 2025 Payouts In 2025, Google marked the 15th anniversary of its Vulnerability Reward Program (VRP) by […]
Cybercriminals Impersonate IT Support to Deploy Havoc C2 Framework Cybersecurity researchers have identified a sophisticated campaign where attackers pose as IT support personnel to infiltrate […]