Cyber Resilience

CVE-2025-1039

HighPublic PoC

Published: 20 February 2025

Published
20 February 2025
Modified
07 July 2025
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
EPSS Score 0.0050 66.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-3231Shared CWE-79
CVE-2025-23481Shared CWE-79
CVE-2025-69302Shared CWE-79
CVE-2025-23734Shared CWE-79
CVE-2025-23571Shared CWE-79
CVE-2025-65110Shared CWE-79
CVE-2026-24948Shared CWE-79
CVE-2025-27352Shared CWE-79
CVE-2025-30349Shared CWE-79
CVE-2026-3876Shared CWE-79

Affected Assets

wpmaspik
lenix leads collector
≤ 1.8.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and sanitization of inputs from URL form fields to prevent injection of malicious scripts in this stored XSS vulnerability.

prevent

Mandates filtering and escaping of outputs when rendering pages to block execution of injected arbitrary web scripts.

prevent

Directs timely identification, reporting, and remediation of flaws like this plugin vulnerability via available patches.

References