vendor:
Seotoaster
by:
Hardik Solanki
7.5
CVSS
HIGH
Cross-site Scripting (XSS)
79
CWE
Product Name: Seotoaster
Affected Version From: 3.2.0
Affected Version To: 3.2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:seotoaster:seotoaster
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2020
Seotoaster 3.2.0 – Stored XSS on Edit page properties
Cross-site Scripting (XSS) is a client-side code injection attack. The attacker aims to execute malicious scripts in a web browser of the victim by including malicious code in a legitimate web page or web application. The actual attack occurs when the victim visits the web page or web application that executes the malicious code. The web page or web application becomes a vehicle to deliver the malicious script to the user’s browser. Vulnerable vehicles that are commonly used for Cross-site Scripting attacks are forums, message boards, and web pages that allow comments.
Mitigation:
Input validation, output encoding, and context-sensitive output encoding can be used to mitigate XSS attacks.