vendor:
Engineers Online Portal
by:
Alon Leviev
5.4
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Engineers Online Portal
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2021-42664
CPE: a:sourcecodester:engineers_online_portal:1.0
Platforms Tested: Kali Linux
2021
Engineers Online Portal 1.0 – ‘multiple’ Stored Cross-Site Scripting (XSS)
A stored XSS vulnerability exists in the Engineers Online Portal. An attacker can leverage this vulnerability in order to run javascript on the web server surfers behalf, which can lead to cookie stealing, defacement and more. The following payload will allow you to run the javascript - <script>alert("This is an XSS Give me your cookies")</script>
Mitigation:
Input validation and output encoding can be used to mitigate XSS attacks.