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: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated Stored Cross‑Site Scripting
Action: Patch Now
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. The CVSS score of 8.8 classifies this vulnerability as 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 13:14 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 13:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


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-02T10:45:54.257Z

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

Link: CVE-2026-81807

cve-icon Vulnrichment

Updated: 2026-09-02T10:11:06.623Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-03T17:50:37.690

Link: CVE-2026-81807

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T13:15:06Z

Weaknesses
  • CWE-79

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