CVE-2026-7647
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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 maybe_unserialize() function on the attacker-controlled 'args' POST parameter within the wppb_request_users_pins_action_callback() AJAX handler, which lacked any nonce verification, type checking, or input validation before deserialization. Because the handler was registered with both wp_ajax_ and wp_ajax_nopriv_ hooks, it was reachable by completely unauthenticated users. This makes it possible for unauthenticated attackers to inject arbitrary PHP objects into application memory.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Profile Builder Pro WordPress plugin (versions up to 3.14.5) contains a PHP Object Injection vulnerability in the wppb_request_users_pins_action_callback() AJAX handler. The handler uses maybe_unserialize() on the attacker-controlled 'args' POST parameter without any nonce verification, type checking, or input validation. Since the handler is registered with both wp_ajax_ and wp_ajax_nopriv_ hooks, it is accessible to completely unauthenticated users, allowing injection of arbitrary PHP objects.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Profile Builder Pro is installedCheck the WordPress plugins directory or use WP-CLI: wp plugin list --name='profile-builder-pro'Affected if The plugin is not installed or is the free version only
-
Check the installed versionInspect the plugin main file header or run: wp plugin list --name='profile-builder-pro' --format=jsonAffected if Version is 3.14.5 or lower (any version up to 3.14.5 is affected)
-
Confirm the vulnerable AJAX handler existsSearch the plugin files for 'wppb_request_users_pins_action_callback' function definition, typically in AJAX-related filesAffected if The function exists in the codebase, indicating the vulnerable code is present
-
Verify the AJAX endpoint is accessible to unauthenticated usersCheck that the handler is registered with wp_ajax_nopriv_ hooks by searching for 'wp_ajax_nopriv_wppb_request_users_pins_action' in plugin filesAffected if The hook is registered with wp_ajax_nopiv_, meaning unauthenticated users can trigger it
-
Test if the vulnerable parameter is acceptedSend a POST request to /wp-admin/admin-ajax.php with action=wppb_request_users_pins_action and a test args parameter (e.g., args=O:1:"A":0:{})Affected if The AJAX endpoint responds (even with an error) rather than returning 0 or rejecting the request outright
If Profile Builder Pro version 3.14.5 or lower is installed with the vulnerable AJAX handler registered for unauthenticated access, the environment is affected by this PHP Object Injection vulnerability.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate to a patched version of Profile Builder Pro as soon as available. As a temporary measure, disable the plugin or deploy WAF rules to block the affected AJAX endpoint until a patch can be applied.
Profile Builder Pro version 3.14.6 or latest available version (contact vendor for exact fixed release)
- 1. Contact Cozmoslabs (the plugin developer) directly to request the latest security-patched version of Profile Builder Pro.
- 2. Alternatively, check the official Profile Builder Pro changelog or release notes for version 3.14.6 or higher which should contain the security fix.
- 3. Before applying the update to a production site, test the new version in a staging environment to ensure compatibility with your WordPress setup.
- 4. Apply the upgrade to the production site once testing is complete.
- 5. Verify the AJAX handler `wppb_request_users_pins_action_callback` is no longer vulnerable by confirming the `maybe_unserialize()` call on the 'args' POST parameter has been removed or properly sanitized.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,512.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-7647 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-7647 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data