PatchSiren cyber security CVE debrief
CVE-2026-95866 cozmoslabs CVE debrief
The User Profile Builder plugin for WordPress has a Stored Cross-Site Scripting vulnerability via the Avatar Field in versions up to 4.0.2. This allows unauthenticated attackers to inject web scripts that execute when a user accesses an injected page. The vulnerability exists due to insufficient input sanitization and output escaping in the wppb_save_avatar_value() function, which writes raw request values to user meta, bypassing validation. Defenders responsible for WordPress installations with the User Profile Builder plugin should assess exposure and prioritize updates to mitigate the risk of cross-site scripting attacks.
- Vendor
- cozmoslabs
- Product
- User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor
- CVSS
- HIGH 7.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for WordPress installations with the User Profile Builder plugin should assess exposure and prioritize updates to mitigate the risk of cross-site scripting attacks.
Why it matters
The User Profile Builder plugin for WordPress has a Stored Cross-Site Scripting vulnerability via the Avatar Field, allowing unauthenticated attackers to inject web scripts. Defenders should prioritize updates and monitor for suspicious activity.
- Unauthenticated attackers can inject web scripts that execute when a user accesses an injected page
- Administrators viewing affected accounts may be exposed to cross-site scripting attacks
- The vulnerability allows for potential compromise of user profiles and avatar data
Technical summary
The User Profile Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Avatar Field in all versions up to, and including, 4.0.2. The vulnerability exists in the wppb_save_avatar_value() function, which writes raw request values to user meta, bypassing validation. The stored payload is later rendered unescaped by wppb_default_fields_make_upload_button() when an administrator views the affected account. This allows unauthenticated attackers to inject web scripts that execute when a user accesses an injected page. The vulnerability allows for potential compromise of user profiles and avatar data.
Defensive priority
Defenders should prioritize updating the User Profile Builder plugin to a version beyond 4.0.2 and monitor for suspicious avatar uploads or user profile modifications.
Recommended defensive actions
- Update the User Profile Builder plugin to a version beyond 4.0.2
- Monitor for suspicious avatar uploads or user profile modifications
- Implement additional security measures to detect and prevent cross-site scripting attacks
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability exists in the wppb_save_avatar_value() function, which writes raw request values to user meta, bypassing validation. The stored payload is later rendered unescaped by wppb_default_fields_make_upload_button() when an administrator views the affected account.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-95866 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-95866
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-95866 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-95866
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/profile-builder/tags/4.0.2/front-end/default-fields/avatar/avatar.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/profile-builder/tags/4.0.2/front-end/default-fields/upload/upload_helper_functions.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.