cve/2024/CVE-2024-48396.md

18 lines
806 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-48396](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-48396)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
AIML Chatbot 1.0 (fixed in 2.0) is vulnerable to Cross Site Scripting (XSS). The vulnerability is exploited through the message input field, where attackers can inject malicious HTML or JavaScript code. The chatbot fails to sanitize these inputs, leading to the execution of malicious scripts.
### POC
#### Reference
- https://jacobmasse.medium.com/reflected-xss-in-popular-ai-chatbot-application-79de74ea0cc8
#### Github
No PoCs found on GitHub currently.