vendor:
Online Enrollment Management System in PHP and PayPal
by:
Tushar Jadhav
5.4
CVSS
MEDIUM
Stored Cross-site scripting(XSS)
79
CWE
Product Name: Online Enrollment Management System in PHP and PayPal
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2021-40577
CPE: a:online_enrollment_management_system_in_php_and_paypal:1.0
Platforms Tested: Windows 11
2021
Online Enrollment Management System in PHP and PayPal 1.0 – ‘U_NAME’ Stored Cross-Site Scripting
This vulnerability allows an attacker to inject a malicious script permanently stored on the target server, such as in a database or comment field. The script is then executed when the victim retrieves the stored information, potentially allowing the attacker to steal sensitive data, such as cookies.
Mitigation:
To mitigate this vulnerability, input validation and sanitization should be implemented to prevent the execution of malicious scripts. Additionally, implementing Content Security Policy (CSP) can help mitigate the impact of XSS attacks.