CVE-2023-6360
Published: 30 November 2023
Summary
CVE-2023-6360 is a high-severity SQL Injection (CWE-89) vulnerability in Joedolson My Calendar. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 0.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
The My Calendar WordPress plugin prior to version 3.4.22 contains an unauthenticated SQL injection vulnerability (CWE-89) in the 'from' and 'to' parameters of the /my-calendar/v1/events REST route. The flaw carries a CVSS 3.1 score of 8.6 with a network attack vector, low complexity, no required privileges or user interaction, and a changed scope that yields high confidentiality impact while leaving integrity and availability unaffected.
An unauthenticated attacker with network access can supply crafted values to the affected parameters and extract sensitive data from the underlying database. Because the endpoint is reachable through the WordPress REST API without authentication, exploitation can be performed remotely by any party able to reach the site.
The Tenable advisory linked to the CVE recommends upgrading the plugin to version 3.4.22 or later to eliminate the vulnerable code paths. The associated EPSS score has remained elevated near 0.88 since disclosure, indicating sustained exploitation interest.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-58601
Vulnerability details
The 'My Calendar' WordPress Plugin, version < 3.4.22 is affected by an unauthenticated SQL injection vulnerability in the 'from' and 'to' parameters in the '/my-calendar/v1/events' rest route.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated SQL injection in public-facing WordPress REST endpoint enables exploitation of public-facing application (T1190) and facilitates collection of data from backend database (T1213.006).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.