
General
CVE-2026-81757 in Rank Math SEO: RCE Risk and How to Protect WordPress
Rank Math SEO through 1.0.276 allows Author-level RCE. Learn the real scope of CVE-2026-81757, how to check exposure, update, and investigate.
Read More8 min read

8/29/2026 ·Mizael Segovia· 8 min read ·
1 views
Our team is ready to help with any questions or issues you may have.
Contact UsCVE-2026-32566 is a critical privilege-escalation vulnerability in ACPT Pro for WordPress. It affects versions 2.0.63 and earlier, can be attacked without logging in, and carries a CVSS score of 9.8. As of August 28, 2026, Patchstack's public record says no official patch is available.
What to do now: if ACPT Pro is active on your site, confirm the version, take a backup, and deactivate the plugin until the vendor releases a verifiable fixed version. If you cannot remove it immediately, apply a virtual mitigation through a compatible firewall and increase monitoring of users, files, and logs.
| Item | Confirmed status |
|---|---|
| CVE | CVE-2026-32566 |
| Product | ACPT (Pro) – Custom Post Types Plugin for WordPress |
| Affected versions | 2.0.63 and earlier |
| Type | Privilege escalation |
| Required access | Unauthenticated |
| CVSS | 9.8, critical |
| Official patch | Unavailable as of August 28, 2026 |
| Confirmed exploitation | Not publicly reported in the sources reviewed |
ACPT Pro lets WordPress users create and manage custom post types, taxonomies, fields, relationships, forms, and other dynamic structures. It is particularly useful for custom websites, directories, catalogs, and agency projects where WordPress operates as more than a traditional blog.
That reach also explains the severity of the flaw. Privilege escalation happens when an operation gives a visitor permissions they should not receive. Patchstack classifies this issue as unauthenticated, meaning an attacker does not need an existing account. If administrative privileges are obtained, the attacker may change users, install code, alter content, modify redirects, or establish persistence.
The public disclosure does not include the technical details required to reproduce the attack. That reduces immediate abuse and means defenders should not speculate about a specific route or parameter. The defensive conclusion is still clear: a remote, unauthenticated vulnerability with potentially total impact requires immediate attention.
Confirmed scope must be separated from possible scope. Patchstack published the issue on August 25, 2026, after receiving the report on June 25. Its record marks versions through 2.0.63 as vulnerable, assigns high priority, and says there is no official patch.
We cannot responsibly claim that thousands of sites have already been compromised. We can say that every active ACPT Pro installation running 2.0.63 or earlier should be treated as exposed.
The advisory specifically names ACPT (Pro). It would be inaccurate to automatically extend the finding to ACPT Lite, which is distributed as a separate package. If you only use Lite, verify the installed plugin name and directory, follow vendor advisories, and do not assume it shares the vulnerable code path.
WordPress Core is not the component affected by this CVE. Keeping WordPress current remains important, but a Core update alone does not fix a flaw inside ACPT Pro.
Open Plugins → Installed Plugins, locate ACPT Pro, and record its version. If it is active and the version is 2.0.63 or lower, treat it as vulnerable. If the version is not displayed, inspect the licensed package or ask the site maintainer to verify the installed files.
The folder name may vary with the commercial package. First list plugins containing “ACPT,” then use the identifier returned by your installation:
wp plugin list --fields=name,status,version | grep -i acpt
wp plugin get advanced-custom-post-type --fields=name,status,version
If the second command says the plugin does not exist, do not assume the site is safe. Use the slug returned by the first command.
Review production, staging, old Internet-facing copies, and client sites. A forgotten subdomain with the plugin active remains an entry point. On WordPress Multisite, also check network-activated plugins.
Back up the database and wp-content before changing the site. ACPT can power post types, fields, relationships, and templates, so deactivation may break views or forms even when the underlying data remains in the database. Test restoration or at least confirm the archive can be read.
The safest action while no official fix exists is to reduce the attack surface by deactivating the plugin. Use WordPress Admin or WP-CLI:
Host your site with clear resources, backups, and a foundation designed to help you respond to incidents without losing control.


wp plugin deactivate advanced-custom-post-type
wp plugin status advanced-custom-post-type
Use the actual slug if your package has a different folder name. Do not delete the plugin or its tables yet. Keeping it inactive makes recovery easier and avoids irreversible decisions. Then test the site's critical pages to identify functionality that no longer works.
Patchstack says it released a mitigation rule to block attacks until an official patch is available. A web application firewall or virtual-patching system can reduce exposure, but it does not turn a vulnerable release into a safe one. Prefer deactivation whenever business requirements allow it.
/wp-adminThe flaw is classified as unauthenticated. Changing the login URL, enforcing strong passwords, or limiting the Editor role are useful controls, but they do not fix an Internet-accessible vulnerable path. Do not install an unofficial package claiming to patch the CVE.
Monitor ACPT's official website, your license channel, and the Patchstack record. Reactivate only after the vendor explicitly identifies a fixed release, you have tested it in staging, and a fresh backup exists.
A lack of confirmed public exploitation does not prove that an installation is clean. Start with administrator accounts, role changes, unknown plugins, and recent PHP files:
wp user list --fields=ID,user_login,user_email,roles,user_registered
wp plugin list --status=active
wp core verify-checksums
wp plugin verify-checksums --all
find wp-content/uploads -type f -name '*.php' -print
Checksum verification may not cover commercial plugins absent from WordPress.org. A warning there does not by itself prove compromise; compare the files with a clean official package. Also review:
uploads, mu-plugins, or randomly named directories;Preserve access, authentication, and audit logs before cleaning. If you find suspicious changes, isolate the site, rotate passwords and keys, invalidate sessions, reinstall WordPress and extensions from official sources, and restore only from a backup known to predate the incident. For stores or sites processing personal data, assess any applicable notification duties.
These advisories deserve separate pages because they answer different searches and require different action. CVE-2026-81757 in Rank Math SEO requires an Author-level account or higher and already has a corrective update. CVE-2026-32566 in ACPT Pro needs no authentication and, as of August 28, still has no official patch. Combining them would obscure the response each user needs.
| Comparison | ACPT Pro | Rank Math SEO |
|---|---|---|
| CVE | CVE-2026-32566 | CVE-2026-81757 |
| Required access | None | Author or higher |
| Main action | Deactivate or virtually mitigate | Update to a fixed release |
| Patch at review time | Unavailable | Available |
Hosting cannot repair vulnerable plugin code. It can make backup, isolation, recovery, and monitoring easier when every minute matters. For straightforward WordPress management, see our WordPress web hosting. If you operate multiple sites, custom firewall rules, or monitoring tools, a Teramont VPS provides greater operational control, along with the responsibility of maintaining the server.
Not according to the public Patchstack record reviewed on August 28, 2026. Do not treat “update to the latest version” as a solution until an official fixed release is identified.
No. Deactivate it, create a backup, and assess the functional impact. Deletion can complicate recovery and offers little advantage over keeping it inactive and unreachable.
A specific virtual-patching rule is a valuable temporary mitigation, but it does not replace a vendor patch. Continue monitoring and remove the plugin from active use whenever possible.
There is no single indicator. Review users and roles, files, plugins, sessions, HTTP logs, and configuration changes. Unknown accounts or persistence mechanisms should trigger a full incident response.
The public advisory identifies ACPT Pro. Lite should not be declared affected without specific evidence.
Last reviewed: August 28, 2026. Patch availability may change; verify the sources before acting.
Find our next articles first
Mark Teramont as a preferred source to see more of our guides and news in Google, Top Stories, and its AI experiences.

Keep exploring related guides, news, and analysis.

General
Rank Math SEO through 1.0.276 allows Author-level RCE. Learn the real scope of CVE-2026-81757, how to check exposure, update, and investigate.
Read More8 min read
General
WordPress 7.0.3 fixes 12 security issues, including CVE-2026-64638 (CVSS 8.9). Review what changed, affected versions, and how to update safely with a backup and verification.
Read More7 min read
General
Technical guide to WP2Shell in WordPress: how CVE-2026-63030 and CVE-2026-60137 work, affected versions, security patches, and compromise checks.
Read More7 min read