CVE-2025-30931
BaseFortify
Publication date: 2025-06-06
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| 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
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include removing and replacing the vulnerable plugin "Подсказки" от DaData.ru, as no official fix or update is available and the plugin is abandoned. Alternatively, applying a virtual patch (vPatch) provided by Patchstack can offer automatic protection against exploitation. Users are also advised to consider alternative software and seek professional incident response if compromise is suspected. [1]
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross Site Scripting (XSS) issue in the WordPress plugin "Подсказки" от DaData.ru version 1.0.6 and earlier. It allows an attacker with administrator privileges to inject malicious scripts into the website. These scripts can execute when visitors access the affected site, potentially causing redirects, displaying unwanted advertisements, or executing other harmful HTML payloads. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can lead to malicious scripts running on your website, which may redirect visitors to harmful sites, display unwanted content, or perform other malicious actions. This can damage your site's reputation, compromise user trust, and potentially lead to further security breaches. Since the plugin is abandoned and no official fix is available, the risk remains unless mitigated by removing the plugin or applying virtual patches. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking if the WordPress plugin "Подсказки" от DaData.ru version 1.0.6 or earlier is installed and active on your site. Since the vulnerability allows stored XSS via administrator privileges, monitoring for unusual script injections or unexpected HTML payloads in the plugin's output could indicate exploitation. Specific commands are not provided in the resources, but you can inspect the plugin version via WordPress CLI commands such as `wp plugin list` to identify the plugin version. Additionally, scanning for suspicious scripts in the web pages generated by the plugin or using web vulnerability scanners that detect stored XSS may help. [1]