Staff Directory Plugin CVE-2025-25165
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in NotFound Staff Directory Plugin: Company Directory allows Stored XSS. This issue affects Staff Directory Plugin: Company Directory: from n/a through 4.3.
AnalysisAI
Stored Cross-Site Scripting (XSS) in WordPress Staff Directory Plugin (Company Directory) versions up to 4.3 allows remote unauthenticated attackers to inject malicious JavaScript that executes in victims' browsers. The CVSS 7.1 score reflects Changed scope (S:C), indicating the injected script can operate outside the vulnerable component's security context. EPSS probability is low (0.09%, 26th percentile) with no confirmed active exploitation. Patchstack database identifies this as a stored XSS variant, meaning the malicious payload persists in the WordPress database and triggers whenever affected pages are viewed.
Technical ContextAI
This vulnerability affects the WordPress Staff Directory Plugin (Company Directory) through version 4.3, identified by the slug 'staff-directory-pro' in the Patchstack references. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically a stored XSS variant where user-supplied input is not properly sanitized before storage and subsequent rendering in web pages. WordPress plugins handling directory or profile data often accept rich text inputs (staff biographies, contact information, job titles) which, without proper output encoding and HTML sanitization, can become injection vectors. The Changed scope (S:C) in the CVSS vector indicates the vulnerability allows script execution in a different security context than the vulnerable plugin itself, typically enabling attackers to perform actions as authenticated WordPress users who view the compromised staff directory entries.
Affected ProductsAI
WordPress Staff Directory Plugin (Company Directory), also referenced as 'staff-directory-pro', affects all versions from unknown starting point through version 4.3. The vulnerability was reported by Patchstack (audit@patchstack.com) and documented in their WordPress vulnerability database. Organizations running WordPress installations with this plugin at version 4.3 or earlier should verify their deployment. The exact starting version of the vulnerability range is not specified in available data. Patchstack advisory available 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
RemediationAI
Upgrade Staff Directory Plugin (Company Directory) to version 4.4 or later if a patched release is available - the current advisory indicates version 4.3 as the last affected version, suggesting a fix in subsequent releases, though the exact patched version is not independently confirmed in the provided data. Consult the WordPress plugin repository or vendor directly for the latest secure version. As an immediate compensating control if patching is delayed, restrict administrative access to the WordPress staff directory management interface to only trusted administrators via IP allowlisting or additional authentication layers, limiting who can inject stored XSS payloads. Implement Content Security Policy (CSP) headers with 'script-src self' directive to prevent execution of inline scripts, though this may break legitimate plugin functionality and requires testing. For public-facing installations, disable any features that allow unauthenticated users to submit or modify staff directory entries. Verify the remediation by testing input fields with XSS payloads like <script>alert(document.domain)</script> after applying the patch. Reference Patchstack advisory at https://patchstack.com/database/wordpress/plugin/staff-directory-pro/ for vendor-specific guidance.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today