CVE-2026-25417
Stored XSS in Metagauss ProfileGrid Allows Persistent Script Injection
Publication date: 2026-03-25
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 |
|---|---|---|
| metagauss | profilegrid | to 5.9.8.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?
This vulnerability is a Stored Cross-site Scripting (XSS) issue in Metagauss ProfileGrid, specifically in the profilegrid-user-profiles-groups-and-communities component. It occurs due to improper neutralization of input during web page generation, which means that malicious scripts can be injected and stored by the application and later executed in the browsers of users who view the affected pages.
How can this vulnerability impact me? :
The impact of this vulnerability is that attackers can execute malicious scripts in the context of users' browsers when they visit affected pages. This can lead to theft of user credentials, session hijacking, defacement, or distribution of malware, compromising user security and trust.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability is a Stored Cross Site Scripting (XSS) issue in the ProfileGrid WordPress plugin versions up to 5.9.8.1. Detection typically involves identifying malicious script injections in user-generated content or web pages generated by the plugin.
Since exploitation requires privileged user interaction (such as submitting forms or clicking crafted links), monitoring logs for unusual input or script tags in profile or group data fields can help detect attempts.
No specific detection commands are provided in the available resources.
What immediate steps should I take to mitigate this vulnerability?
The primary immediate mitigation step is to update the ProfileGrid plugin to version 5.9.8.2 or later, where the vulnerability has been patched.
Until the update can be applied, users are advised to use mitigation rules provided by Patchstack that can block attacks targeting this vulnerability.
Additionally, restricting privileged user actions and monitoring for suspicious activity can reduce the risk of exploitation.