vendor:
Seo Panel
by:
Piyush Patil
4.8
CVSS
MEDIUM
Reflected XSS
79
CWE
Product Name: Seo Panel
Affected Version From: 4.8.0
Affected Version To: 4.8.0
Patch Exists: YES
Related CWE: CVE-2021-28418
CPE: a:seopanel:seo_panel:4.8.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10, Kali
2021
Seo Panel 4.8.0 – ‘category’ Reflected XSS
A cross-site scripting (XSS) issue in the SEO admin login panel version 4.8.0 allows remote attackers to inject JavaScript via the "redirect" parameter. The payload used was x%22%20onmouseover%3dalert(document.cookie)%20x%3d%22 and the steps to reproduce were to login to the SEO admin panel, visit http://localhost/settings.php?category=x%22%20onmouseover%3dalert(document.cookie)%20x%3d%22 and hover the mouse to the "Cancel" field.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.