2021-07-20 06:36:04 +00:00
id : CVE-2021-24340
2021-05-31 11:59:52 +00:00
2021-05-31 07:23:44 +00:00
info :
2022-06-25 07:14:58 +00:00
name : WordPress Statistics <13.0.8 - Blind SQL Injection
2021-05-31 07:23:44 +00:00
author : lotusdll
2021-09-10 11:26:40 +00:00
severity : high
2022-06-25 07:14:58 +00:00
description : WordPress Statistic plugin versions prior to version 13.0.8 are affected by an unauthenticated time-based blind SQL injection vulnerability.
2021-08-18 11:37:49 +00:00
reference :
2021-05-31 07:23:44 +00:00
- 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
2022-05-17 09:18:12 +00:00
- https://wpscan.com/vulnerability/d2970cfb-0aa9-4516-9a4b-32971f41a19c
2022-06-25 07:14:58 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24340
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-24340
cwe-id : CWE-89
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:veronalabs:wp_statistics:*:*:*:*:*:*:*:*
epss-score : 0.03512
2022-08-27 04:41:18 +00:00
tags : cve,wp-plugin,unauth,wpscan,cve2021,wordpress,sqli,blind,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-05-31 07:23:44 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-05-31 07:23:44 +00:00
- method : GET
path :
- '{{BaseURL}}/wp-content/plugins/wp-statistics/readme.txt'
2022-04-13 08:51:49 +00:00
extractors :
- type : regex
name : version
internal : true
group : 1
regex :
- "(?m)Stable tag: ([0-9.]+)"
- type : regex
group : 1
regex :
- "(?m)Stable tag: ([0-9.]+)"
2021-05-31 07:23:44 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
- "WP Statistics"
part : body
2022-04-13 08:51:49 +00:00
- type : dsl
dsl :
- compare_versions(version, '< 13.0.8')
2022-06-25 07:14:58 +00:00
# Enhanced by mp on 2022/06/22