CVE-2025-1039
Published: 20 February 2025
Summary
CVE-2025-1039 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Wpmaspik Lenix Leads Collector. Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 33.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Deeper analysis
CVE-2025-1039 is a stored cross-site scripting (XSS) vulnerability in the Lenix Elementor Leads addon plugin for WordPress, affecting all versions up to and including 1.8.2. The flaw arises from insufficient input sanitization and output escaping in a URL form field, allowing arbitrary web scripts to be injected into pages. Published on February 20, 2025, it has a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N) and is associated with CWE-79.
Unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By submitting malicious payloads via the vulnerable URL form field, attackers can store scripts on affected pages, which then execute in the context of any user's browser when those pages are accessed. This enables potential theft of sensitive data, session hijacking, or further site compromise, with low impacts on confidentiality and integrity but changed scope due to cross-origin effects.
Advisories from Wordfence and WPScan provide detailed analysis of the vulnerability, while a patch is available via WordPress plugin trac changeset 3237538, which security practitioners should apply to remediate the issue in the Lenix Elementor Leads addon.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-4595
Vulnerability details
The Lenix Elementor Leads addon plugin for WordPress is vulnerable to Stored Cross-Site Scripting via a URL form field in all versions up to, and including, 1.8.2 due to insufficient input sanitization and output escaping. This makes it possible for…
more
unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stored XSS in public-facing WordPress plugin directly enables exploitation of web application (T1190) and arbitrary JavaScript execution in victim browsers (T1059.007).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation and sanitization of inputs from URL form fields to prevent injection of malicious scripts in this stored XSS vulnerability.
Mandates filtering and escaping of outputs when rendering pages to block execution of injected arbitrary web scripts.
Directs timely identification, reporting, and remediation of flaws like this plugin vulnerability via available patches.