Description
The ProfileGrid – User Profiles, Groups and Communities plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'pm_author_message' parameter in the pm_send_message_to_author function in all versions up to, and including, 5.9.9.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The vulnerability was partially patched in version 5.9.8.5.
Published: 2026-06-23
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a stored cross‑site scripting flaw triggered by the pm_author_message parameter in the pm_send_message_to_author function. Authenticated users with Subscriber level permissions can inject arbitrary JavaScript into a message that is later rendered on a target’s page. When the target accesses a page containing the injected content, the script runs in the target’s browser, enabling theft of session tokens, cookies, or the execution of malicious actions in the victim’s context. The flaw is a classic input validation and output escaping weakness (CWE‑79).

Affected Systems

All instances of the ProfileGrid – User Profiles, Groups and Communities WordPress plugin from versions up to and including 5.9.9.2 are affected. The plugin is developed by metagauss and the flaw resides in the core message‑handling code, making every site that has installed the mentioned or older versions vulnerable.

Risk and Exploitability

The CVSS score of 6.4 indicates a medium severity vulnerability. The EPSS score is unavailable, and the flaw is not listed in the CISA KEV catalog, suggesting there is no known large‑scale exploitation. Inference: the attack requires authenticated access at the Subscriber level; therefore, attackers must first compromise or guess valid credentials. Once authenticated, they can craft a malicious message and later have other users view the affected page to trigger the script execution. The risk is that any user with a valid session who can view the message will be compromised, but the vulnerability cannot be triggered without an initial authenticated foothold.

Generated by OpenCVE AI on June 23, 2026 at 13:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the ProfileGrid plugin to the latest released version that includes the patch for the pm_author_message sanitization bug.
  • If an upgrade cannot be performed immediately, disable or remove the message‑sending feature that uses pm_author_message until a patched version is available.
  • Deploy a content security policy that restricts script execution on the plugin’s pages to mitigate accidental script runs triggered by remaining injection points.

Generated by OpenCVE AI on June 23, 2026 at 13:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 12:45:00 +0000

Type Values Removed Values Added
Description The ProfileGrid – User Profiles, Groups and Communities plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'pm_author_message' parameter in the pm_send_message_to_author function in all versions up to, and including, 5.9.9.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The vulnerability was partially patched in version 5.9.8.5.
Title ProfileGrid <= 5.9.9.2 - Authenticated (Subscriber+) Stored Cross-Site Scripting via Message Content
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-23T12:32:56.962Z

Reserved: 2026-03-23T04:44:36.542Z

Link: CVE-2026-4610

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T13:30:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')