CVE-2025-25128
Published: 07 February 2025
Description
Adversaries may abuse various implementations of JavaScript for execution.
Security Summary
CVE-2025-25128 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, in the WordPress plugin Facilita Form Tracker (facilita-form-tracker) developed by orlandolac. The issue affects all versions from n/a through 1.0 and allows for Stored Cross-Site Scripting (XSS). It was published on 2025-02-07 with a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L).
Unauthenticated attackers (PR:N) can exploit this over the network (AV:N) with low attack complexity (AC:L), though it requires user interaction (UI:R) such as visiting a malicious site. By tricking an authenticated user into submitting a forged request, attackers can store XSS payloads, which then execute in the context of other users (S:C), potentially leading to low-impact confidentiality, integrity, and availability effects (C:L/I:L/A:L).
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/facilita-form-tracker/vulnerability/wordpress-facilita-form-tracker-plugin-1-0-csrf-to-stored-xss-vulnerability?_s_id=cve documents this CSRF to Stored XSS vulnerability in Facilita Form Tracker version 1.0.
Details
- CWE(s)
MITRE ATT&CK Enterprise Techniques
Why these techniques?
The CSRF to stored XSS vulnerability in a public-facing WordPress plugin directly enables exploitation of public-facing applications (T1190). The stored XSS payloads facilitate execution of arbitrary JavaScript in victim browsers (T1059.007).