First published: Wed Nov 01 2023(Updated: )
Online Examination System v1.0 is vulnerable to multiple Open Redirect vulnerabilities. The 'q' parameter of the admin.php resource allows an attacker to redirect a victim user to an arbitrary web site using a crafted URL.
Credit: help@fluidattacks.com
Affected Software | Affected Version | How to fix |
---|---|---|
Projectworlds Online Examination System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-45201 is a vulnerability in the Online Examination System v1.0 that allows an attacker to redirect a victim user to an arbitrary website.
The severity of CVE-2023-45201 is medium with a CVSS score of 6.1.
CVE-2023-45201 affects the Online Examination System v1.0 by allowing an attacker to exploit multiple Open Redirect vulnerabilities.
An Open Redirect vulnerability is a security flaw that allows an attacker to redirect users to malicious websites using crafted URLs.
To fix CVE-2023-45201, it is recommended to sanitize and validate user input for the 'q' parameter of the admin.php resource to prevent arbitrary redirects.