CVE-2026-7647: Profile Builder Pro <= 3.14.5 - Unauthenticated PHP Object Injection
The Profile Builder Pro plugin for WordPress is vulnerable to PHP Object Injection in all versions up to and including 3.14.5. This is due to the use of PHP's maybeunserialize() function on the attacker-controlled 'args' POST parameter within the wppbrequestuserspinsactioncallback() AJAX handler, which lacked any nonce verification, type checking, or input validation before deserialization. Because the handler was registered with both wpajax and wpajaxnopriv hooks, it was reachable by completely unauthenticated users. This makes it possible for unauthenticated attackers to inject arbitrary PHP objects into application memory.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-7647?
CVE-2026-7647 is considered a critical vulnerability due to its exploitation potential via unauthenticated PHP Object Injection.
How do I fix CVE-2026-7647?
To mitigate CVE-2026-7647, update Profile Builder Pro to the latest version beyond 3.14.5.
What systems are affected by CVE-2026-7647?
CVE-2026-7647 affects all versions of Profile Builder Pro up to and including 3.14.5.
What types of attacks can CVE-2026-7647 facilitate?
CVE-2026-7647 can facilitate unauthorized remote code execution and manipulation of server-side variables.
Is CVE-2026-7647 remotely exploitable?
Yes, CVE-2026-7647 can be exploited remotely due to its unauthenticated nature.