nuclei-templates/cves/2021/CVE-2021-24340.yaml

52 lines
1.4 KiB
YAML
Raw Normal View History

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-04-13 08:51:49 +00:00
name: WordPress Plugin WP Statistics < 13.0.8 - Unauthenticated Time-Based Blind SQL Injection
2021-05-31 07:23:44 +00:00
author: lotusdll
severity: high
2021-05-31 07:23:44 +00:00
description: The WP Statistic WordPress plugin was affected by an Unauthenticated Time-Based Blind SQL Injection security vulnerability.
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
- https://wpscan.com/vulnerability/d2970cfb-0aa9-4516-9a4b-32971f41a19c
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.5
cve-id: CVE-2021-24340
cwe-id: CWE-89
tags: cve,cve2021,wordpress,wp-plugin,unauth,sqli,blind
2021-05-31 07:23:44 +00:00
requests:
- 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')