A newly disclosed pair of WordPress vulnerabilities demonstrates how quickly a software flaw can move from responsible disclosure to active exploitation.
On July 17, 2026, WordPress released version 7.0.2 to address one critical-severity and one high-severity security issue. Because of the seriousness of the vulnerabilities, WordPress recommended that website operators update immediately and enabled forced automatic updates for affected sites where possible.
By July 20, TechCrunch reported that hackers were already exploiting vulnerable WordPress installations. Multiple cybersecurity companies had observed or warned about attacks against websites that had not yet received the security updates. The exact number of vulnerable websites was unclear, but estimates suggested that tens of millions could remain exposed.
The incident reinforces a difficult reality for IT and security teams: once a serious vulnerability becomes public, the window for safe patching may be extremely short.
Two Vulnerabilities That Become More Dangerous Together
The WordPress security release addresses two related vulnerabilities:
- CVE-2026-60137: A failure to properly sanitize the
author__not_inparameter in WordPress’sWP_Queryfunction. Under certain circumstances, a plugin or theme passing untrusted input to that parameter could allow SQL injection. - CVE-2026-63030: A route-confusion issue in the WordPress REST API batch endpoint. When combined with CVE-2026-60137, the vulnerabilities could allow SQL injection and remote code execution.
Remote code execution is especially serious because it may allow an attacker to execute commands on the affected server. TechCrunch reported that the combined vulnerabilities could allow hackers to take full remote control of a vulnerable WordPress website.
Searchlight Cyber researcher Adam Kues discovered and reported the remote-code-execution chain, which was named WP2Shell. According to the researcher’s published advisory, the attack could be performed by an anonymous user against a standard affected WordPress installation without requiring a vulnerable plugin.
That last point is significant. Many WordPress security incidents involve third-party plugins or themes. In this case, the more serious attack chain affected WordPress core itself.
Which WordPress Versions Are Affected?
The scope varies between the two vulnerabilities.
The complete WP2Shell remote-code-execution chain affects:
- WordPress 6.9.0 through 6.9.4
- WordPress 7.0.0 through 7.0.1
The fixes are included in WordPress 6.9.5 and WordPress 7.0.2.
WordPress 6.8 is affected only by the separate SQL-injection vulnerability, not the combined remote-code-execution chain. Organizations remaining on the 6.8 branch should update to WordPress 6.8.6. Versions earlier than WordPress 6.8 are not affected by the vulnerabilities identified in this security release.
Website operators should not assume that an automatic update has been successfully completed. The safer approach is to verify the installed version directly through the WordPress administrative dashboard or the organization’s hosting-management system.
Active Exploitation Changes the Response
A vulnerability announcement normally begins a race between defenders and attackers.
Defenders need to identify affected systems, test the update, deploy it and confirm that the installation succeeded. Attackers can study the security patch, compare it with the previous code and develop methods for locating and exploiting unpatched installations.
In this case, that race is no longer theoretical. TechCrunch reported that security companies Patchstack, Hexastrike and WatchTowr had warned that the vulnerabilities were being exploited in the wild.
Organizations running an affected WordPress version should therefore treat the situation as an active security incident rather than an ordinary maintenance task.
Updating remains the first priority, but an organization that operated an exposed version should also consider whether the website may have been accessed before the patch was installed. Installing an update closes the vulnerability; it does not, by itself, establish that an already compromised system is clean.
Depending on the organization’s exposure and risk level, the response may include reviewing server and application logs, checking for unauthorized administrative accounts, examining recently modified files, validating plugins and themes, reviewing hosting-account activity and engaging qualified website-security or incident-response specialists.
Why Asset Visibility Matters
Organizations cannot patch systems they do not know they have.
WordPress installations may be operated by marketing departments, subsidiaries, outside agencies, contractors or individual business units. Some may be hosted on corporate infrastructure, while others run through external hosting companies.
This can create a fragmented environment in which no single team has a complete inventory of the organization’s websites, versions, plugins, administrators and hosting providers.
The WP2Shell incident should prompt organizations to ask:
- How many WordPress websites does the company operate?
- Who is responsible for maintaining each installation?
- Which WordPress version is installed?
- Are automatic security updates enabled?
- How quickly are emergency patches normally deployed?
- Can the organization confirm that an update succeeded?
- Are abandoned development, staging or campaign websites still accessible?
- Is there a documented process for investigating suspected website compromise?
The answers should be documented before the next critical vulnerability appears.
Website Security and Endpoint Security Are Different
Swimage is not a WordPress security product. It does not patch WordPress websites, inspect WordPress databases or protect web-server REST APIs.
The vulnerability described in the TechCrunch report must be addressed through WordPress updates, secure hosting, web application firewalls, server monitoring and qualified website-security tools and professionals.
However, the incident illustrates principles that also apply to the enterprise PC environment: organizations need visibility into software versions, rapid patch deployment, automated compliance enforcement and a reliable way to recover systems that can no longer be trusted.
Swimage Attune EPM is designed to monitor the health, security and compliance of managed PCs. Swimage states that its rules and triggers can monitor conditions including patching status, software, running processes, services, event logs and system attributes. When a device falls outside an organization’s policies, configured actions can include applying patches, installing or removing software, locking the PC or rebuilding the device.
These capabilities apply to managed endpoints—not to WordPress servers—but they address the same organizational challenge: reducing the time between identifying a dangerous condition and correcting it.
Patch Management Cannot Stop at Deployment
A patching process is incomplete if administrators cannot verify its results.
It is not enough to send an update command and assume every device received it. Systems may be powered off, disconnected, low on disk space, missing prerequisites or experiencing an installation failure.
A mature process should be able to identify which systems require an update, deploy the required software, confirm the resulting system state and automatically respond when a device remains noncompliant.
Swimage’s published compliance capabilities include monitoring patch status, creating configurable rules and triggering automated remediation. Its management portal provides visibility into PC health, security, compliance and software inventory, while allowing administrators to apply rules and actions to individual devices or device groups.
This type of verified remediation helps close the gap between “the update was issued” and “the endpoint is confirmed secure.”
Recovery Is Necessary When Trust Is Lost
Patching is appropriate when a system is vulnerable but still trusted. Recovery becomes necessary when there is evidence—or a serious possibility—that the system has already been compromised.
Swimage describes incident-response capabilities that include establishing endpoint baselines, monitoring for suspicious activity, preparing containment and eradication procedures, and collecting digital-forensics information.
For a severely compromised PC, Swimage says it can disable network access, lock the system and initiate a complete redeployment from validated sources. The rebuilding process can restore the operating system, applications, security policies, settings and data from known-good sources.
Again, this does not recover a compromised WordPress server. Its relevance is to the broader endpoint environment involved in an incident—including the PCs used by administrators, developers, marketing personnel and other employees.
An effective cyber-resilience program must protect both the systems delivering digital services and the endpoints used to manage those services.
What Organizations Should Do Now
Organizations operating WordPress should take immediate, structured action:
- Inventory all WordPress installations. Include public websites, staging environments, development sites, microsites and inactive campaign pages.
- Identify the installed WordPress version. Do not rely solely on automated reports that may be delayed.
- Install the appropriate security update. Update affected 7.0 installations to 7.0.2, 6.9 installations to 6.9.5 and 6.8 installations to 6.8.6.
- Confirm that the update succeeded. Document the version and completion time for every installation.
- Investigate potentially exposed systems. A website that remained vulnerable after exploitation began may require more than patching.
- Review privileged access. Limit administrative accounts and remove access that is no longer required.
- Establish an emergency-patching process. Critical vulnerabilities may require action outside the organization’s ordinary maintenance schedule.
- Verify endpoint readiness. Ensure that the PCs used to administer websites and business systems remain patched, compliant and recoverable.
The Lesson: Detect, Patch, Verify and Recover
The WP2Shell incident is a sharp reminder that vulnerability management is measured in outcomes, not intentions.
WordPress responded by releasing fixes, recommending immediate installation and enabling forced automatic updates where possible. Yet active exploitation followed quickly, leaving organizations with outdated installations exposed.
Organizations need the ability to move just as quickly.
For WordPress, that means immediately installing the official updates and investigating systems that may have been exposed. For the wider enterprise, it means maintaining accurate inventories, monitoring patch status, automatically remediating noncompliant endpoints and preparing to rebuild devices when their integrity can no longer be trusted.
Swimage helps organizations address the endpoint side of that challenge by automating PC health and compliance monitoring, patch-related remediation, incident-response actions and complete system recovery from validated sources.
The specific technologies may differ, but the security principle is the same:
Know what you operate. Fix vulnerabilities quickly. Verify the result. Be prepared to recover when prevention is not enough.
Stay secure. Stay compliant. Be ready with Swimage.