CVE-2024-12384: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in letscms Binary MLM Woocommerce
CVE-2024-12384 is a reflected Cross-Site Scripting (XSS) vulnerability in the Binary MLM Woocommerce WordPress plugin by letscms, affecting all versions up to 2. 0. The flaw arises from improper input sanitization and output escaping of the 'page' parameter, allowing unauthenticated attackers to inject malicious scripts. Exploitation requires tricking a user into clicking a crafted link, leading to script execution in the victim's browser. This vulnerability can compromise user confidentiality and integrity by stealing session tokens or performing unauthorized actions on behalf of the user. The CVSS score is 6. 1 (medium severity), reflecting network exploitability without authentication but requiring user interaction. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent potential attacks. The threat primarily affects WordPress sites using this plugin, with higher risk in countries with widespread WordPress adoption and e-commerce activity.
AI Analysis
Technical Summary
CVE-2024-12384 is a reflected Cross-Site Scripting (XSS) vulnerability classified under CWE-79 found in the Binary MLM Woocommerce plugin for WordPress, developed by letscms. This vulnerability affects all versions up to and including 2.0. The root cause is insufficient sanitization and escaping of the 'page' parameter during web page generation, which allows unauthenticated attackers to inject arbitrary JavaScript code into web pages. When a victim clicks a maliciously crafted link containing the injected script, the code executes in their browser context. This can lead to theft of cookies, session tokens, or other sensitive information, as well as unauthorized actions performed with the victim's privileges. The vulnerability is exploitable remotely over the network without requiring authentication, but it does require user interaction (clicking a link). The CVSS 3.1 base score is 6.1, indicating medium severity, with a vector of AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N. The scope is changed (S:C), meaning the vulnerability can affect resources beyond the vulnerable component. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability is significant for WordPress sites using this plugin, especially those involved in e-commerce and MLM operations, where user trust and data integrity are critical.
Potential Impact
The primary impact of CVE-2024-12384 is on the confidentiality and integrity of users interacting with affected WordPress sites. Attackers can steal session cookies, enabling account hijacking, or perform actions on behalf of users without their consent, potentially leading to fraud or unauthorized transactions. Although availability is not directly impacted, the trustworthiness of the affected websites can be severely damaged, leading to reputational loss and decreased user confidence. For organizations, this can translate into financial losses, regulatory penalties (especially if user data is compromised), and operational disruptions. Since the vulnerability is exploitable without authentication but requires user interaction, phishing campaigns or social engineering may be used to trigger attacks. The scope change means that the impact can extend beyond the plugin itself, potentially affecting other parts of the web application or user sessions. Given the widespread use of WordPress and e-commerce plugins, the threat can affect a broad range of organizations, from small businesses to large enterprises relying on MLM Woocommerce for sales and marketing.
Mitigation Recommendations
1. Immediate mitigation involves updating the Binary MLM Woocommerce plugin to a version where this vulnerability is patched; if no patch is available, consider disabling or removing the plugin until a fix is released. 2. Implement strict input validation and output encoding for all user-controllable parameters, especially the 'page' parameter, to neutralize malicious scripts. 3. Use Web Application Firewalls (WAFs) with rules designed to detect and block reflected XSS attack patterns targeting this plugin. 4. Educate users and administrators about the risks of clicking on suspicious links, especially those purporting to come from trusted WordPress sites using this plugin. 5. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected sites. 6. Monitor web server and application logs for unusual requests containing suspicious payloads in the 'page' parameter. 7. Conduct regular security assessments and penetration testing focusing on input sanitization and output escaping in all plugins and themes. 8. Encourage plugin developers to adopt secure coding practices and perform thorough security reviews before releases.
Affected Countries
United States, India, Brazil, Germany, United Kingdom, Canada, Australia, France, Italy, Spain
CVE-2024-12384: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in letscms Binary MLM Woocommerce
Description
CVE-2024-12384 is a reflected Cross-Site Scripting (XSS) vulnerability in the Binary MLM Woocommerce WordPress plugin by letscms, affecting all versions up to 2. 0. The flaw arises from improper input sanitization and output escaping of the 'page' parameter, allowing unauthenticated attackers to inject malicious scripts. Exploitation requires tricking a user into clicking a crafted link, leading to script execution in the victim's browser. This vulnerability can compromise user confidentiality and integrity by stealing session tokens or performing unauthorized actions on behalf of the user. The CVSS score is 6. 1 (medium severity), reflecting network exploitability without authentication but requiring user interaction. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent potential attacks. The threat primarily affects WordPress sites using this plugin, with higher risk in countries with widespread WordPress adoption and e-commerce activity.
AI-Powered Analysis
Technical Analysis
CVE-2024-12384 is a reflected Cross-Site Scripting (XSS) vulnerability classified under CWE-79 found in the Binary MLM Woocommerce plugin for WordPress, developed by letscms. This vulnerability affects all versions up to and including 2.0. The root cause is insufficient sanitization and escaping of the 'page' parameter during web page generation, which allows unauthenticated attackers to inject arbitrary JavaScript code into web pages. When a victim clicks a maliciously crafted link containing the injected script, the code executes in their browser context. This can lead to theft of cookies, session tokens, or other sensitive information, as well as unauthorized actions performed with the victim's privileges. The vulnerability is exploitable remotely over the network without requiring authentication, but it does require user interaction (clicking a link). The CVSS 3.1 base score is 6.1, indicating medium severity, with a vector of AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N. The scope is changed (S:C), meaning the vulnerability can affect resources beyond the vulnerable component. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability is significant for WordPress sites using this plugin, especially those involved in e-commerce and MLM operations, where user trust and data integrity are critical.
Potential Impact
The primary impact of CVE-2024-12384 is on the confidentiality and integrity of users interacting with affected WordPress sites. Attackers can steal session cookies, enabling account hijacking, or perform actions on behalf of users without their consent, potentially leading to fraud or unauthorized transactions. Although availability is not directly impacted, the trustworthiness of the affected websites can be severely damaged, leading to reputational loss and decreased user confidence. For organizations, this can translate into financial losses, regulatory penalties (especially if user data is compromised), and operational disruptions. Since the vulnerability is exploitable without authentication but requires user interaction, phishing campaigns or social engineering may be used to trigger attacks. The scope change means that the impact can extend beyond the plugin itself, potentially affecting other parts of the web application or user sessions. Given the widespread use of WordPress and e-commerce plugins, the threat can affect a broad range of organizations, from small businesses to large enterprises relying on MLM Woocommerce for sales and marketing.
Mitigation Recommendations
1. Immediate mitigation involves updating the Binary MLM Woocommerce plugin to a version where this vulnerability is patched; if no patch is available, consider disabling or removing the plugin until a fix is released. 2. Implement strict input validation and output encoding for all user-controllable parameters, especially the 'page' parameter, to neutralize malicious scripts. 3. Use Web Application Firewalls (WAFs) with rules designed to detect and block reflected XSS attack patterns targeting this plugin. 4. Educate users and administrators about the risks of clicking on suspicious links, especially those purporting to come from trusted WordPress sites using this plugin. 5. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected sites. 6. Monitor web server and application logs for unusual requests containing suspicious payloads in the 'page' parameter. 7. Conduct regular security assessments and penetration testing focusing on input sanitization and output escaping in all plugins and themes. 8. Encourage plugin developers to adopt secure coding practices and perform thorough security reviews before releases.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-12-09T20:09:03.350Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e38b7ef31ef0b5980b2
Added to database: 2/25/2026, 9:48:40 PM
Last enriched: 2/26/2026, 5:13:26 AM
Last updated: 2/26/2026, 6:16:48 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-2026-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumActions
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.