CVE-2024-1570: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in collizo4sky Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress
CVE-2024-1570 is a stored cross-site scripting (XSS) vulnerability in the Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress WordPress plugin. It affects all versions up to and including 4. 14. 4 and allows authenticated users with contributor-level or higher permissions to inject malicious scripts via the login-password shortcode. These scripts execute whenever any user accesses the compromised page, potentially leading to session hijacking, privilege escalation, or data theft. The vulnerability arises from insufficient input sanitization and output escaping of user-supplied attributes. Exploitation does not require user interaction beyond visiting the injected page. The CVSS 3. 1 base score is 6. 4 (medium severity), reflecting network attack vector, low attack complexity, and privileges required.
AI Analysis
Technical Summary
CVE-2024-1570 is a stored cross-site scripting (XSS) vulnerability identified in the ProfilePress WordPress plugin, which encompasses Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile, and Restrict Content functionalities. The vulnerability specifically resides in the plugin's login-password shortcode, which fails to properly sanitize and escape user-supplied input attributes before rendering them in web pages. This flaw allows authenticated attackers with contributor-level or higher privileges to inject arbitrary JavaScript code that is persistently stored and executed in the context of any user who visits the affected page. The vulnerability stems from improper neutralization of script-related HTML tags (CWE-80), enabling injection of malicious scripts that can hijack user sessions, steal cookies, manipulate page content, or perform unauthorized actions on behalf of users. The attack vector is remote and network-based, requiring no user interaction beyond page access. The CVSS 3.1 score of 6.4 reflects a medium severity, with low attack complexity but requiring some level of authentication. No patches or fixes are linked yet, and no known exploits have been reported in the wild as of the publication date. The vulnerability affects all versions up to 4.14.4 inclusive, making it critical for administrators of WordPress sites using this plugin to assess exposure and implement mitigations promptly.
Potential Impact
The impact of CVE-2024-1570 is significant for organizations using the affected ProfilePress plugin on WordPress sites. Exploitation allows authenticated users with contributor-level access or higher to inject persistent malicious scripts, which execute in the browsers of any visitors to the compromised pages. This can lead to session hijacking, theft of sensitive user data such as cookies or credentials, unauthorized actions performed with victim user privileges, and potential privilege escalation if administrative users are targeted. The vulnerability undermines the confidentiality and integrity of user data and site content, though it does not directly affect availability. Given the widespread use of WordPress and the popularity of membership and ecommerce plugins, many organizations including online retailers, membership sites, and community platforms could be at risk. Attackers could leverage this vulnerability to compromise user accounts, spread malware, or conduct phishing campaigns. The requirement for contributor-level authentication limits exposure somewhat but still poses a risk in environments where multiple users have such privileges or where accounts can be compromised. The lack of known exploits in the wild currently reduces immediate risk but does not preclude future exploitation.
Mitigation Recommendations
To mitigate CVE-2024-1570, organizations should first verify if they are using the affected ProfilePress plugin versions (up to 4.14.4). If a patched version is released, immediate updating to the latest secure version is the best remediation. In the absence of an official patch, administrators should restrict contributor-level permissions to trusted users only and audit existing user roles to minimize risk. Implementing a Web Application Firewall (WAF) with rules to detect and block common XSS payloads targeting the login-password shortcode can provide temporary protection. Site owners should also enable Content Security Policy (CSP) headers to restrict script execution sources, reducing the impact of injected scripts. Regularly scanning the site for injected malicious scripts and monitoring logs for suspicious activity is advised. Developers maintaining the plugin should apply proper input validation and output encoding on all user-supplied attributes in shortcodes. Finally, educating users about the risks of XSS and maintaining strong authentication controls will help reduce exploitation likelihood.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, India, Brazil, Japan, Netherlands
CVE-2024-1570: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in collizo4sky Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress
Description
CVE-2024-1570 is a stored cross-site scripting (XSS) vulnerability in the Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress WordPress plugin. It affects all versions up to and including 4. 14. 4 and allows authenticated users with contributor-level or higher permissions to inject malicious scripts via the login-password shortcode. These scripts execute whenever any user accesses the compromised page, potentially leading to session hijacking, privilege escalation, or data theft. The vulnerability arises from insufficient input sanitization and output escaping of user-supplied attributes. Exploitation does not require user interaction beyond visiting the injected page. The CVSS 3. 1 base score is 6. 4 (medium severity), reflecting network attack vector, low attack complexity, and privileges required.
AI-Powered Analysis
Technical Analysis
CVE-2024-1570 is a stored cross-site scripting (XSS) vulnerability identified in the ProfilePress WordPress plugin, which encompasses Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile, and Restrict Content functionalities. The vulnerability specifically resides in the plugin's login-password shortcode, which fails to properly sanitize and escape user-supplied input attributes before rendering them in web pages. This flaw allows authenticated attackers with contributor-level or higher privileges to inject arbitrary JavaScript code that is persistently stored and executed in the context of any user who visits the affected page. The vulnerability stems from improper neutralization of script-related HTML tags (CWE-80), enabling injection of malicious scripts that can hijack user sessions, steal cookies, manipulate page content, or perform unauthorized actions on behalf of users. The attack vector is remote and network-based, requiring no user interaction beyond page access. The CVSS 3.1 score of 6.4 reflects a medium severity, with low attack complexity but requiring some level of authentication. No patches or fixes are linked yet, and no known exploits have been reported in the wild as of the publication date. The vulnerability affects all versions up to 4.14.4 inclusive, making it critical for administrators of WordPress sites using this plugin to assess exposure and implement mitigations promptly.
Potential Impact
The impact of CVE-2024-1570 is significant for organizations using the affected ProfilePress plugin on WordPress sites. Exploitation allows authenticated users with contributor-level access or higher to inject persistent malicious scripts, which execute in the browsers of any visitors to the compromised pages. This can lead to session hijacking, theft of sensitive user data such as cookies or credentials, unauthorized actions performed with victim user privileges, and potential privilege escalation if administrative users are targeted. The vulnerability undermines the confidentiality and integrity of user data and site content, though it does not directly affect availability. Given the widespread use of WordPress and the popularity of membership and ecommerce plugins, many organizations including online retailers, membership sites, and community platforms could be at risk. Attackers could leverage this vulnerability to compromise user accounts, spread malware, or conduct phishing campaigns. The requirement for contributor-level authentication limits exposure somewhat but still poses a risk in environments where multiple users have such privileges or where accounts can be compromised. The lack of known exploits in the wild currently reduces immediate risk but does not preclude future exploitation.
Mitigation Recommendations
To mitigate CVE-2024-1570, organizations should first verify if they are using the affected ProfilePress plugin versions (up to 4.14.4). If a patched version is released, immediate updating to the latest secure version is the best remediation. In the absence of an official patch, administrators should restrict contributor-level permissions to trusted users only and audit existing user roles to minimize risk. Implementing a Web Application Firewall (WAF) with rules to detect and block common XSS payloads targeting the login-password shortcode can provide temporary protection. Site owners should also enable Content Security Policy (CSP) headers to restrict script execution sources, reducing the impact of injected scripts. Regularly scanning the site for injected malicious scripts and monitoring logs for suspicious activity is advised. Developers maintaining the plugin should apply proper input validation and output encoding on all user-supplied attributes in shortcodes. Finally, educating users about the risks of XSS and maintaining strong authentication controls will help reduce exploitation likelihood.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-02-15T20:55:11.252Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6d35b7ef31ef0b56efe1
Added to database: 2/25/2026, 9:44:21 PM
Last enriched: 2/26/2026, 9:41:25 AM
Last updated: 2/26/2026, 11:19:35 AM
Views: 1
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-64999: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Checkmk GmbH Checkmk
HighCVE-2026-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.