vendor:
Blackboard Learning System
by:
5.5
CVSS
MEDIUM
Cross-site scripting
79
CWE
Product Name: Blackboard Learning System
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Blackboard Learning System multiple cross-site scripting vulnerabilities
The Blackboard Learning System is prone to multiple cross-site scripting vulnerabilities. These vulnerabilities occur due to a failure of the application to properly validate user-supplied URI input. The first issue affects the 'addressbook.pl' script, the second issue affects the 'tasks.pl' script, and the third issue affects three URI parameters of the 'calendar.pl' script. Remote attackers can exploit these vulnerabilities by creating a malicious link that includes hostile HTML and script code. If a victim user follows the link, the hostile code may be rendered in their web browser, potentially allowing for theft of authentication credentials or other attacks.
Mitigation:
To mitigate these vulnerabilities, it is recommended to properly sanitize and validate user-supplied input before rendering it in the browser. Implementing a web application firewall (WAF) can also help in blocking malicious requests.