CVE-2025-68849
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-01-28
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| frank_corso | quote_master | to 7.1.1 (inc) |
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-68849 is a medium severity Reflected Cross Site Scripting (XSS) vulnerability in the WordPress Quote Master Plugin up to version 7.1.1. It allows unauthenticated attackers to inject malicious scripts, such as redirects or advertisements, into web pages generated by the plugin. These scripts execute when site visitors access the compromised pages, potentially leading to unauthorized actions or data exposure. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts in the context of your website, which can lead to unauthorized redirects, display of unwanted advertisements, theft of user data, or session hijacking. Exploitation requires user interaction, such as clicking a malicious link or visiting a crafted page, which can compromise the security and trustworthiness of your website. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can involve monitoring for suspicious HTTP requests containing script tags or typical XSS payloads targeting the Quote Master plugin endpoints. Using web application firewall (WAF) logs or intrusion detection systems (IDS) to identify reflected XSS attack patterns is recommended. Specific commands are not provided in the resources. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation includes applying the Patchstack mitigation rule to block attacks targeting this vulnerability until an official patch is released. Monitoring and blocking suspicious requests that attempt to inject scripts is advised. Since no official fix is available as of the publication date, using WAF rules or other security controls to prevent exploitation is recommended. [1]