CVE-2025-68894
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-01-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| shoutoutglobal | shoutout | to 4.0.2 (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-68894 is a medium priority Cross Site Scripting (XSS) vulnerability in the WordPress ShoutOut Plugin versions up to and including 4.0.2. It allows an attacker to inject malicious scripts, such as redirects, advertisements, or other HTML payloads, into a website. These scripts execute when visitors access the site. Exploitation requires user interaction by a privileged user, such as clicking a malicious link, visiting a crafted page, or submitting a form. [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 actions. This can compromise the security and integrity of your website, harm user trust, and possibly lead to further attacks or data exposure. Exploitation requires interaction by a privileged user, increasing the risk if such users are targeted. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this reflected XSS vulnerability involves monitoring for suspicious input patterns or payloads in URLs or form submissions that could trigger script execution. Since no specific detection commands are provided, general methods include using web application scanners or proxy tools to test input fields for script injection. Additionally, monitoring web server logs for unusual query parameters or payloads resembling JavaScript code can help identify attempts to exploit the vulnerability. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the Patchstack mitigation rule issued to block attacks targeting this vulnerability until an official patch is released. Users should implement these mitigations promptly to protect their websites. Additionally, restricting privileged user interactions with untrusted links or inputs can reduce exploitation risk. [1]