CVE-2021-4458 PUBLISHED

Modern Events Calendar Lite <= 6.3.0 - Unauthenticated SQL Injection

Assigner: Wordfence
Reserved: 11.07.2025 Published: 12.07.2025 Updated: 14.07.2025

The Modern Events Calendar Lite plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter of the 'wp_ajax_mec_load_single_page' AJAX action in all versions up to, and including, 6.3.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is only exploitable on sites with addslashes disabled.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 5.9

Product Status

Vendor webnus/
Product Modern Events Calendar Lite
Versions Default: unaffected
  • affected from * to 6.3.0 (incl.)

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE