Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
PR:L reflects mandatory Contributor authentication; UI:R corrects the provided UI:N since victim page-visit is required for payload execution.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The WP Customer Area plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'type' attribute of the customer-area-protected-content shortcode in all versions up to, and including, 8.3.5. This is due to insufficient input sanitization and output escaping on the shortcode attribute. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AnalysisAI
Stored Cross-Site Scripting in WP Customer Area WordPress plugin (versions up to and including 8.3.5) allows authenticated attackers with Contributor-level access or above to persistently inject arbitrary JavaScript via the unsanitized 'type' attribute of the customer-area-protected-content shortcode. The injected payload executes in the browser of any user who visits the compromised page, enabling session hijacking, credential theft, or malicious redirects against site visitors. No public exploit code has been identified and this CVE is not listed in the CISA KEV catalog at time of analysis; however, the Contributor-level prerequisite is a low barrier in multi-author WordPress environments.
Technical ContextAI
WP Customer Area (CPE: cpe:2.3:a:aguilatechnologies:wp_customer_area:*:*:*:*:*:*:*:*) is a WordPress plugin developed by Aguila Technologies that provides customer portal functionality via shortcodes. The vulnerable code path resides in protected-content-shortcode.class.php (line 90 in 8.3.4, lines 88-91 in the trunk and 8.3.6 fix tag), where the 'type' parameter accepted by the [customer-area-protected-content] shortcode is neither sanitized on input nor escaped on output before being rendered into the page DOM. This is a textbook CWE-79 (Improper Neutralization of Input During Web Page Generation) - a stored variant - because the unsanitized attribute value is persisted in post content and replayed to all page visitors. The CVSS Scope:Changed metric confirms the vulnerability crosses a security boundary from the WordPress application context into the victim's browser context.
RemediationAI
Update WP Customer Area to version 8.3.6 or later, which contains the corrected shortcode attribute handling at the vulnerable code path (protected-content-shortcode.class.php lines 88-91). The fix is referenced via the WordPress plugin Trac at https://plugins.trac.wordpress.org/browser/customer-area/tags/8.3.6/. Detailed vulnerability intelligence is available via the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/c6f96cec-ddcb-45b2-a28c-b4e7b6f5c719. As a compensating control prior to patching, administrators should audit and restrict Contributor-level accounts to only trusted users, as this reduces the attacker pool; note that this does not eliminate the risk if any Contributor account is compromised. Additionally, a WordPress WAF rule (such as those available in Wordfence Premium) can block shortcode-based XSS injection attempts, though WAF rules may conflict with legitimate shortcode usage and require testing.
More in Wp Customer Area
View allAuthenticated path traversal in the WP Customer Area WordPress plugin through version 8.3.4 allows users with low-privil
Path traversal in WP Customer Area plugin through version 8.3.4 enables low-privileged authenticated users (Subscriber-l
The WP Customer Area plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'tab' parameter in all
The WP Customer Area WordPress plugin through 8.2.4 does not have CSRF checks in some places, which could allow attacker
The WP Customer Area WordPress plugin through 8.2.4 does not have CSRF check in place when deleting its logs, which coul
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43612
GHSA-prrr-x57g-5wrp