CVE-2025-68010
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 |
|---|---|---|
| netgsm | netgsm | to 2.9.63 (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-68010 is a medium severity Reflected Cross Site Scripting (XSS) vulnerability in the WordPress Netgsm Plugin versions up to and including 2.9.63. It allows an unauthenticated attacker to inject malicious scripts, such as redirects, advertisements, or other HTML payloads, into a website. These scripts execute when visitors access the compromised site, 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 on your website, which can lead to unauthorized redirects, display of unwanted advertisements, theft of user data, session hijacking, or other malicious activities. 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 of this reflected XSS vulnerability involves monitoring for suspicious HTTP requests containing malicious scripts or payloads targeting the Netgsm plugin endpoints. You can use web application security scanners or proxy tools like OWASP ZAP or Burp Suite to test for reflected XSS by sending crafted requests and observing responses. Additionally, inspecting web server logs for unusual query parameters or payloads that include script tags or JavaScript code may help identify exploitation attempts. Specific commands are not provided in the resources. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the Patchstack mitigation rule designed to block attacks exploiting this vulnerability until an official patch is released. Since no official fix is currently available, it is advised to implement web application firewall (WAF) rules or other filtering mechanisms to block malicious input targeting the Netgsm plugin. Monitoring and restricting user input, especially from unauthenticated sources, can also reduce risk. [1]