vendor:
Online Exam Mastering System
by:
Pruthu Raut
6.1
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: Online Exam Mastering System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2025-28121
CPE: a:code-projects:online_exam_mastering_system:1.0
Platforms Tested: Windows, Linux
2025
code-projects Online Exam Mastering System 1.0 – Reflected Cross-Site Scripting (XSS)
The code-projects Online Exam Mastering System 1.0 is prone to a Reflected Cross-Site Scripting (XSS) vulnerability in the 'q' parameter of feedback.php. This issue occurs because the application does not properly sanitize user-supplied input, enabling an attacker to execute arbitrary JavaScript code.
Mitigation:
To mitigate this vulnerability, it is recommended to use functions like `htmlspecialchars()` for input sanitization, implement Content Security Policy (CSP) headers, and refrain from echoing unsanitized user inputs into the HTML response.