
Stored XSS vulnerability in NotChatbot WebChat <=1.5.0 with PoC payloads, impact analysis, and remediation guidance for secure chat history rendering.
A stored Cross-Site Scripting (XSS) vulnerability exists in the @developer.notchatbot/webchat package versions up to and including 1.5.0.
User-supplied input is not properly sanitized before being stored and rendered in the AI-powered chat conversation history. This allows an attacker to inject arbitrary JavaScript code that is executed when the chat history is rendered or reloaded.
Because the issue resides in the reusable WebChat component itself rather than in a single website implementation, any application integrating the vulnerable package version may be affected, regardless of deployment context.
@developer.notchatbot/webchat1.5.0An attacker can send a crafted chat message containing malicious HTML/JavaScript payload.
The payload is stored and later executed when the conversation history is rendered again.
</img>
User input is rendered without proper output encoding or HTML sanitization in the chat history rendering logic.
CVE-2026-30048