vendor:
Simple Chatbot Application
by:
Vani K G
8.8
CVSS
HIGH
Stored Cross-site scripting(XSS)
79
CWE
Product Name: Simple Chatbot Application
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10/XAMPP
2021
Simple Chatbot Application 1.0 – ‘Category’ Stored Cross site Scripting
Stored XSS, also known as persistent XSS, is the more damaging of the two. It occurs when a malicious script is injected directly into a vulnerable web application. This vulnerability can result in the attacker to inject the XSS payload in the Title field of the page and each time any user will open the website, the XSS triggers and attacker can able to steal the cookie according to the crafted payload.
Mitigation:
Input validation, output encoding, and content security policy can be used to mitigate XSS attacks.