vendor:
LEPTON CMS
by:
Sagar Banwa
4.8
CVSS
MEDIUM
Stored Cross-site scripting(XSS)
79
CWE
Product Name: LEPTON CMS
Affected Version From: 4.7.0
Affected Version To: 4.7.0
Patch Exists: YES
Related CWE: CVE-2020-29240
CPE: a:lepton_cms:lepton_cms:4.7.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10/Kali Linux
2020
LEPTON CMS 4.7.0 – ‘URL’ Persistent 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. Reflected XSS involves the reflecting of a malicious script off of a web application, onto a user's browser.
Mitigation:
Input validation, output encoding, and other techniques can be used to prevent XSS attacks.