Cyber Posture

CVE-2025-25165

High

Published: 03 March 2025

Published
03 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.0035 57.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-25165 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 Exploit Public-Facing Application (T1190); ranked in the top 42.8% of CVEs by exploit likelihood; 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Filters information outputs during web page generation to neutralize stored XSS payloads and prevent JavaScript execution in victims' browsers.

prevent

Validates user inputs at entry points to block malicious scripts from being stored in the WordPress plugin database.

prevent

Remediates the specific stored XSS flaw by identifying, reporting, and patching the vulnerable Staff Directory Plugin versions up to 4.3.

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.
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.
Why these techniques?

Stored XSS in public-facing WordPress plugin allows unauthenticated network injection of arbitrary JavaScript executed in victims' browsers on page view, directly enabling T1190 (exploiting public-facing app), T1059.007 (JavaScript execution), and T1189 (drive-by compromise via compromised site).

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

NVD Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in richardgabriel Staff Directory Plugin: Company Directory staff-directory-pro allows Stored XSS.This issue affects Staff Directory Plugin: Company Directory: from n/a through <= 4.3.

Deeper analysisAI

CVE-2025-25165 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Stored Cross-site Scripting (XSS) under CWE-79, in the Staff Directory Plugin: Company Directory (staff-directory-pro) for WordPress, developed by richardgabriel. This issue affects all versions from n/a through 4.3 and was published on 2025-03-03.

The vulnerability enables exploitation over the network (AV:N) with low attack complexity (AC:L) by unauthenticated attackers (PR:N), though it requires user interaction (UI:R) such as viewing affected pages. Malicious input can be stored and rendered without neutralization, executing arbitrary JavaScript in victims' browsers. This changes scope (S:C) and allows low-impact confidentiality, integrity, and availability effects (C:L/I:L/A:L), yielding a CVSS v3.1 base score of 7.1.

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/staff-directory-pro/vulnerability/wordpress-staff-directory-plugin-company-directory-plugin-4-3-cross-site-scripting-xss-vulnerability?_s_id=cve.

Details

CWE(s)

CVEs Like This One

CVE-2025-69367Shared CWE-79
CVE-2025-69003Shared CWE-79
CVE-2026-32526Shared CWE-79
CVE-2024-56069Shared CWE-79
CVE-2026-33331Shared CWE-79
CVE-2026-22029Shared CWE-79
CVE-2026-32540Shared CWE-79
CVE-2026-7332Shared CWE-79
CVE-2026-2101Shared CWE-79
CVE-2024-26006Shared CWE-79

References