CVE-2025-58871
BaseFortify
Publication date: 2025-09-05
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 |
|---|---|---|
| patchstack | master_paper_collapse_toggle | 1.1 |
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?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the WordPress Master Paper Collapse Toggle Plugin up to version 1.1. It allows attackers with contributor-level privileges to inject malicious scripts into the website, which then execute when visitors access the affected pages. These scripts can perform actions like redirects, displaying unwanted advertisements, or other harmful HTML payloads. The vulnerability is due to improper neutralization of input during web page generation. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can lead to attackers executing malicious scripts on your website visitors' browsers. This can result in unauthorized redirects, display of unwanted or harmful content, theft of user data, session hijacking, or other malicious activities. Since the plugin is abandoned and unpatched, the risk remains unless mitigated by removing the plugin or applying a virtual patch. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves checking if the WordPress Master Paper Collapse Toggle Plugin version 1.1 or earlier is installed and active. Since the vulnerability allows stored XSS via input fields, monitoring for unusual script injections or unexpected HTML payloads in user-generated content or plugin output can help. There are no specific commands provided in the resources, but general steps include scanning the website for the plugin version and inspecting input fields for malicious scripts. Using web vulnerability scanners that detect XSS vulnerabilities or manual code review of the plugin's input handling can also assist. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include removing and replacing the vulnerable Master Paper Collapse Toggle plugin, as there is no official fix or patched version available. Applying a virtual patch (vPatch) offered by Patchstack can auto-mitigate the vulnerability without an official patch. Deactivating the plugin alone is insufficient to eliminate the risk. Users should consider alternative plugins and seek professional incident response if their site has been compromised. [1]