Cyber Resilience

CVE-2025-25132

High

Published: 03 March 2025

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

Summary

CVE-2025-25132 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked at the 46.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

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-25132 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Stored Cross-site Scripting (XSS) under CWE-79, affecting the WordPress plugin Visitor Details developed by Ravi Singh. The issue impacts versions from an unspecified initial release through 1.0.1. Published on 2025-03-03T14:15:52.917, it 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).

The vulnerability enables attackers to inject and store malicious scripts via input fields processed by the plugin, which then execute in the context of users viewing affected visitor details pages. Exploitation requires no privileges (PR:N) and is network-accessible with low complexity (AV:N/AC:L), though it depends on user interaction (UI:R). Successful attacks achieve low impacts on confidentiality, integrity, and availability, with a changed scope (S:C).

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/visitors-details/vulnerability/wordpress-visitor-details-plugin-1-0-1-cross-site-scripting-xss-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ravi Singh Visitor Details visitors-details allows Stored XSS.This issue affects Visitor Details: from n/a through <= 1.0.1.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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 allows injection of malicious JavaScript via unsanitized input fields that executes in the browser of users viewing the visitor details page, directly enabling drive-by compromise through the compromised web page and use of JavaScript for malicious scripting.

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

CVEs Like This One

CVE-2026-28109Shared CWE-79
CVE-2024-53965Shared CWE-79
CVE-2025-50128Shared CWE-79
CVE-2026-25438Shared CWE-79
CVE-2025-69053Shared CWE-79
CVE-2026-25383Shared CWE-79
CVE-2025-70846Shared CWE-79
CVE-2026-42524Shared CWE-79
CVE-2026-42457Shared CWE-79
CVE-2026-32721Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates stored XSS by filtering and encoding information prior to output on web pages to neutralize malicious scripts.

prevent

Enforces validation of user inputs to the Visitor Details plugin, preventing injection of malicious scripts into stored visitor data.

prevent

Requires timely remediation of the identified flaw in Visitor Details versions through 1.0.1, such as applying patches from advisories to eliminate the XSS vulnerability.

References