Description
The Simple Ajax Chat WordPress plugin before 20260827 does not escape chat message content before rendering it, allowing unauthenticated users to inject arbitrary HTML attributes into the page and run scripts in the browser of anyone viewing the chat, including administrators.
Published: 2026-09-02
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Simple Ajax Chat WordPress plugin releases before 20260827 fail to escape user‑supplied chat content before rendering it on the page. This omission permits any visitor to insert arbitrary HTML attributes or even full script tags into a chat message. When a page containing the unsanitized message is loaded, the inserted script executes in the context of the viewer’s browser, which may include privileged administrators or other users. The primary impact is the ability to steal session tokens, deface content, or perform other malicious actions on behalf of the victim.

Affected Systems

This vulnerability affects the "Simple Ajax Chat" WordPress plugin, all installations using versions older than the 20260827 release. Administrators should verify the plugin version on their sites and upgrade if necessary.

Risk and Exploitability

The vulnerability is reachable by unauthenticated users who can post chat messages, and it can be immediately abused by injecting a crafted message. While no CVSS score is provided, the nature of stored XSS typically aligns with high severity. The EPSS score is not available, and the issue is not listed in CISA KEV, indicating no confirmed large‑scale exploitation. Nonetheless, the attack vector is straightforward: any visitor can exploit the chat; the impact is broad and can target both normal users and privileged administrators.

Generated by OpenCVE AI on September 2, 2026 at 08:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Simple Ajax Chat plugin to version 20260827 or later to ensure message content is properly escaped
  • If updating is not feasible, restrict the chat to authenticated users only so that unauthenticated visitors cannot post messages
  • Apply input sanitization or escaping logic to all chat outputs, and consider deploying a web application firewall rule to block script injections

Generated by OpenCVE AI on September 2, 2026 at 08:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Wed, 02 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Simple Ajax Chat WordPress plugin before 20260827 does not escape chat message content before rendering it, allowing unauthenticated users to inject arbitrary HTML attributes into the page and run scripts in the browser of anyone viewing the chat, including administrators.
Title Simple Ajax Chat < 20260827 - Unauthenticated Stored XSS via Chat Message Linkification
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-02T06:00:23.747Z

Reserved: 2026-08-27T12:27:55.970Z

Link: CVE-2026-81807

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T06:17:19.773

Modified: 2026-09-02T06:17:19.773

Link: CVE-2026-81807

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:30:13Z

Weaknesses
  • CWE-79

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