CVE-2025-67991
Awaiting Analysis Awaiting Analysis - Queue
Reflected XSS in wp-user-extra-fields Plugin

Publication date: 2026-02-20

Last updated on: 2026-02-23

Assigner: Patchstack

Description
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in vanquish User Extra Fields wp-user-extra-fields allows Reflected XSS.This issue affects User Extra Fields: from n/a through <= 16.8.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-20
Last Modified
2026-02-23
Generated
2026-05-07
AI Q&A
2026-02-20
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
vanquish user_extra_fields to 16.8 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-67991 is a Cross Site Scripting (XSS) vulnerability found in the WordPress User Extra Fields Plugin versions up to and including 16.8.

This vulnerability allows an attacker to inject malicious scripts, such as redirects, advertisements, or other HTML payloads, into a website. These scripts execute when visitors access the affected site.

Exploitation does not require authentication to initiate but does require interaction by a privileged user, such as clicking a malicious link, visiting a crafted page, or submitting a form.

The vulnerability is categorized under OWASP Top 10 A3: Injection and has a CVSS score of 7.1, indicating medium severity.

The issue was reported by Phat RiO on November 23, 2025, and patched in version 16.9 of the plugin.


How can this vulnerability impact me? :

This vulnerability can impact you by allowing attackers to execute malicious scripts on your website, which can lead to unauthorized redirects, display of unwanted advertisements, or execution of harmful HTML payloads.

Such attacks can compromise the integrity and trustworthiness of your website, potentially harming your users and damaging your reputation.

Since exploitation requires interaction by a privileged user, attackers might trick administrators or other privileged users into triggering the malicious scripts.

If unmitigated, this vulnerability could be exploited to perform further attacks or gain unauthorized access to sensitive information.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': 'The vulnerability affects WordPress User Extra Fields Plugin versions up to and including 16.8 and allows Cross Site Scripting (XSS) attacks via malicious script injection.'}, {'type': 'paragraph', 'content': 'Detection can involve checking the installed plugin version to see if it is 16.8 or earlier, which is vulnerable.'}, {'type': 'paragraph', 'content': 'Since the vulnerability involves reflected XSS, monitoring web traffic for suspicious script injections or unusual URL parameters that trigger script execution can help detect exploitation attempts.'}, {'type': 'paragraph', 'content': 'Specific commands to detect the vulnerable plugin version include using WP-CLI or checking plugin files directly, for example:'}, {'type': 'list_item', 'content': "wp plugin list | grep 'user-extra-fields' # To check installed plugin and version"}, {'type': 'list_item', 'content': "grep 'Version' wp-content/plugins/wp-user-extra-fields/readme.txt # To verify plugin version"}, {'type': 'paragraph', 'content': 'Additionally, web application firewalls or security tools with Patchstack mitigation rules can help detect and block exploitation attempts automatically.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

The primary and most effective mitigation step is to update the WordPress User Extra Fields Plugin to version 16.9 or later, where the vulnerability is patched.

Until the update can be applied, it is recommended to use Patchstack mitigation rules which can automatically block attacks exploiting this vulnerability.

Other general mitigation steps include limiting privileged user interactions with untrusted content and monitoring for suspicious activity related to script injections.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart