CVE-2022-0653
Published: 24 February 2022
Summary
CVE-2022-0653 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Cozmoslabs Profile Builder. Its CVSS base score is 6.1 (Medium).
Operationally, ranked in the top 9.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
The Profile Builder plugin for WordPress, which handles user profile management and registration forms, contains a reflected cross-site scripting vulnerability in versions up to and including 3.6.1. The flaw stems from inadequate escaping and sanitization of the site_url parameter within the fallback-page.php file, allowing arbitrary script injection that executes in the context of the affected site when a crafted link is visited.
An unauthenticated attacker can exploit the issue by crafting a malicious URL containing the injected payload and tricking a victim into clicking it. Successful exploitation results in the attacker’s script running in the victim’s browser with the privileges of the site, enabling theft of session tokens, redirection to phishing pages, or other actions limited to the reflected context.
Public references from Wordfence and the WordPress plugin repository document the release of a patched version that addresses the input handling deficiency, with the fix committed via changeset 2655168. Site administrators are advised to update the plugin promptly to a version beyond 3.6.1.
The associated EPSS score rose materially from a low baseline to a peak of 0.2161 before receding to the current value of 0.0565, indicating a period of increased exploitation interest following disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-15747
Vulnerability details
The Profile Builder – User Profile & User Registration Forms WordPress plugin is vulnerable to Cross-Site Scripting due to insufficient escaping and sanitization of the site_url parameter found in the ~/assets/misc/fallback-page.php file which allows attackers to inject arbitrary web scripts…
more
onto a pages that executes whenever a user clicks on a specially crafted link by an attacker. This affects versions up to and including 3.6.1.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.