39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
id: CVE-2021-24340
|
|
|
|
info:
|
|
name: WordPress Plugin WP Statistics 13.0-.7 - Unauthenticated Time-Based Blind SQL Injection
|
|
author: lotusdll
|
|
severity: high
|
|
description: The WP Statistic WordPress plugin was affected by an Unauthenticated Time-Based Blind SQL Injection security vulnerability.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/49894
|
|
- https://www.wordfence.com/blog/2021/05/over-600000-sites-impacted-by-wp-statistics-patch/
|
|
- https://github.com/Udyz/WP-Statistics-BlindSQL
|
|
tags: cve,cve2021,wordpress,wp-plugin,unauth,sqli,blind
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.50
|
|
cve-id: CVE-2021-24340
|
|
cwe-id: CWE-89
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-content/plugins/wp-statistics/readme.txt'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "WP Statistics"
|
|
part: body
|
|
|
|
- type: regex
|
|
regex:
|
|
- 'Stable tag\: [1][3]\.[0].([1]|[2]|[3]|[4]|[5]|[6]|[7])|[1][3]\.[0]$'
|
|
part: body
|