CVE-2026-24399 PUBLISHED

ChatterMate has Stored Cross-Site Scripting (XSS) via Chatbot Input Execution

Assigner: GitHub_M
Reserved: 22.01.2026 Published: 24.01.2026 Updated: 24.01.2026

ChatterMate is a no-code AI chatbot agent framework. In versions 1.0.8 and below, the chatbot accepts and executes malicious HTML/JavaScript payloads when supplied as chat input. Specifically, an <iframe> payload containing a javascript: URI can be processed and executed in the browser context. This allows access to sensitive client-side data such as localStorage tokens and cookies, resulting in client-side injection. This issue has been fixed in version 1.0.9.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
CVSS Score: 9.3

Product Status

Vendor chattermate
Product chattermate.chat
Versions
  • Version < 1.0.9 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE