CVE-2025-5800
BaseFortify
Publication date: 2025-07-18
Last updated on: 2025-07-22
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| juhi_patel | testimonial_post_type | 1.2.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 Testimonial Post type WordPress plugin, specifically via the 'auto_play' parameter. It occurs because the plugin does not properly sanitize or escape input for this parameter. Authenticated users with Contributor-level access or higher can inject malicious scripts into pages. These scripts then execute whenever any user views the affected page, potentially compromising user data or site integrity.
How can this vulnerability impact me? :
The vulnerability allows attackers with Contributor-level access or higher to inject arbitrary web scripts into pages. This can lead to unauthorized actions such as stealing user credentials, session hijacking, defacement, or spreading malware to site visitors. Since the scripts execute in the context of the site, it can compromise the security and trustworthiness of the website, potentially affecting all users who access the injected pages.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by identifying if the Testimonial Post type WordPress plugin version 1.2.1 or earlier is installed and active on your WordPress site. Since the vulnerability involves the 'auto_play' parameter in the plugin's shortcode, you can check for usage of this shortcode in your posts or pages. Additionally, monitoring HTTP requests or page content for injected scripts related to the 'auto_play' parameter may help detect exploitation attempts. Specific commands are not provided in the resources. [1, 2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include disabling or deactivating the Testimonial Post type plugin if it is installed, especially version 1.2.1 or earlier, as the plugin has been temporarily closed and removed from download availability pending a full security review. Also, restrict Contributor-level and higher user permissions to trusted users only to reduce the risk of exploitation. Monitor your site for any suspicious scripts or content injections related to the plugin's 'auto_play' parameter. [1]