Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-64638 — CVE-2026-64638 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-64638
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityLearning & Education
GitHub0xblackash/cve-2026-64638

CVE-2026-64638

CVE-2026-64638

View Repository
127 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🛡️ CVE-2026-64638 - XSS2Shell

ChatGPT Image Aug 7, 2026, 11_49_49 PM

WordPress Pre-Authentication Reflected XSS

Severity CVSS Status Affected

with potential escalation to PHP Code Execution


📌 Overview

CVE-2026-64638 is a high-severity pre-authentication reflected Cross-Site Scripting (XSS) vulnerability affecting the WordPress login screen.

Under specific conditions, the flaw can be chained into Remote Code Execution (RCE) on the server (researchers call the chain XSS2Shell).

ChatGPT Image Aug 7, 2026, 11_40_27 PM

🔍 Technical Summary

The vulnerability exists in the way WordPress handles the username on a failed login attempt.

  • Input passes through sanitize_user() and wp_strip_all_tags() (which relies on PHP’s strip_tags()).
  • Later processing with wp_kses_post() allows certain tag-like payloads containing whitespace to survive and become live DOM elements.
  • These elements interact with WordPress’s own JavaScript (user-profile.js) loaded on the login page.
  • Attackers can leverage REST API / JSONP behavior and same-origin techniques to escalate further.

Full RCE path requires:

  1. A victim already logged in as a single-site Administrator
  2. Explicit interaction (typically one click) with an attacker-controlled page
  3. Specific WordPress features aligned (Application Passwords, plugin upload capability, etc.)

⚠️ WordPress notes that successful escalation to RCE depends on conditions outside the attacker’s full control and requires social engineering.


📦 Affected & Patched Versions

  • All versions from 4.7.0 through 7.0.2 are affected.
  • Versions older than 4.7 remain vulnerable but fall outside current backport support.

✅ Mitigation & Recommendations

🚨 Update Immediately

  • Upgrade to WordPress 7.0.3 (or the corresponding security release on your branch).
  • Sites with automatic background updates enabled should receive the fix automatically.
  • Do not rely solely on hardening plugins or CSP as complete mitigation — the core patch is required.
  • Advise administrators to avoid clicking unsolicited links while logged into the WordPress dashboard.

📎 Official References

  • GitHub Security Advisory
    GHSA-52p2-r8wf-jcrf

  • WordPress 7.0.3 Release
    wordpress.org/news/2026/08/wordpress-7-0-3-release/

  • Technical Analysis
    The Hacker News – New WordPress Pre-Auth XSS


Stay safe. Patch early. Verify your WordPress version today.

wp core version · Check for updates in the admin dashboard

Download Tool
AttributeDetails
CVE IDCVE-2026-64638
SeverityHigh (CVSS 8.9)
Attack VectorNetwork
Privileges RequiredNone
User InteractionRequired (for full RCE chain)
ImpactConfidentiality • Integrity • Availability
BranchAffected VersionsPatched Version
7.0.x7.0.0 – 7.0.27.0.3
6.9.x6.9.0 – 6.9.56.9.6
6.8.x6.8.0 – 6.8.66.8.7
………
4.7.x4.7.0 – 4.7.334.7.34