CVE-2025-58625
BaseFortify
Publication date: 2025-09-03
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spiffy_plugins | wp_flow_plus | * |
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
Can you explain this vulnerability to me?
CVE-2025-58625 is a Cross Site Scripting (XSS) vulnerability in the WordPress WP Flow Plus Plugin up to version 5.2.5. It allows a malicious actor with author-level privileges to inject and execute malicious scripts, such as redirects or advertisements, on affected websites when visitors access them. This occurs due to improper neutralization of input during web page generation. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts on your website, potentially leading to unauthorized redirects, displaying unwanted advertisements, or other harmful HTML payloads. This can harm your website visitors, damage your site's reputation, and possibly lead to further security compromises. However, the severity is considered low with a CVSS score of 5.9, and exploitation requires author-level privileges. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves identifying malicious script injections or unusual HTML payloads executed via the WP Flow Plus plugin. Since the vulnerability allows stored XSS, monitoring web requests and responses for suspicious scripts or unexpected redirects can help. However, plugin-based malware scanners may be unreliable for this issue. Specific commands are not provided in the resources. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the WP Flow Plus plugin to version 5.2.6 or later, where the vulnerability is fixed. Additionally, applying virtual patching (vPatching) offered by Patchstack can auto-mitigate the vulnerability before official patches are applied. Users should also consider professional incident response if compromise is suspected. [1]