Cyber Posture

CVE-2025-31625

High

Published: 31 March 2025

Published
31 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0019 40.0th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may abuse various implementations of JavaScript for execution.

Security Summary

CVE-2025-31625 is an Improper Neutralization of Input During Web Page Generation vulnerability, enabling Stored Cross-Site Scripting (XSS) as defined under CWE-79. It affects the Useinfluence WordPress plugin by ramanparashar, with all versions from n/a through 1.0.8 vulnerable. The issue was published on 2025-03-31.

The vulnerability carries 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), indicating network accessibility, low attack complexity, no required privileges, and user interaction needed, with changed scope and low impacts to confidentiality, integrity, and availability. Remote attackers without authentication can exploit it by injecting malicious scripts that persist and execute in users' browsers when viewing affected pages.

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/useinfluence/vulnerability/wordpress-useinfluence-plugin-1-0-8-cross-site-request-forgery-csrf-vulnerability?_s_id=cve.

Details

CWE(s)
CWE-79

MITRE ATT&CK Enterprise Techniques

T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Stored XSS in public-facing WordPress plugin allows injection of persistent malicious JavaScript that executes in visitors' browsers, directly enabling drive-by compromise (T1189) and JavaScript interpreter abuse (T1059.007).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References