Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
6.5

ElementCamp WordPress Plugin Allows Attackers to Steal Data

CVE-2026-2503
Summary

The ElementCamp plugin for WordPress has a security flaw that allows attackers to extract sensitive information from the database. Anyone with Author-level access or above can exploit this issue, which affects all versions of the plugin up to and including 2.3.6. To protect your site, update the plugin to a newer version that has fixed this issue.

Original title
The ElementCamp plugin for WordPress is vulnerable to time-based SQL Injection via the 'meta_query[compare]' parameter in the 'tcg_select2_search_post' AJAX action in all versions up to, and includ...
Original description
The ElementCamp plugin for WordPress is vulnerable to time-based SQL Injection via the 'meta_query[compare]' parameter in the 'tcg_select2_search_post' AJAX action in all versions up to, and including, 2.3.6. This is due to the user-supplied compare value being placed as an SQL operator in the query without validation against an allowlist of comparison operators. The value is passed through esc_sql(), but since the payload operates as an operator (not inside quotes), esc_sql() has no effect on payloads that don't contain quote characters. This makes it possible for authenticated attackers, with Author-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
nvd CVSS3.1 6.5
Vulnerability type
CWE-89 SQL Injection
Published: 21 Mar 2026 · Updated: 21 Mar 2026 · First seen: 21 Mar 2026