← Back
CWE-89

19,889 CVEs • Abstraction: Base • Likelihood of Exploit: High

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

JSON object

Loading...

CVEs (19,889)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in JetSmartFilters <= 3.8.1 versions.
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in Blocksy Companion Pro < 2.1.29 versions.
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in ListingPro <= 2.9.10 versions.
1Google
1Android
Jun 17, 2026
Jun 17, 2026
10.0 CRITICAL· v4
5.5 MEDIUM· v3
N/A· v2
In Contacts Provider, there is a possible way to access the contacts database due to SQL injection. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not...Show more
In Contacts Provider, there is a possible way to access the contacts database due to SQL injection. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Show less
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in WPJobster <= 6.3.5 versions.
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
8.5 HIGH· v3
N/A· v2
Subscriber SQL Injection in WooCommerce Frontend Manager – Ultimate < 6.7.7 versions.
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in Tutor LMS Pro <= 3.9.6 versions.
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
The JetEngine plugin for WordPress is vulnerable to SQL injection in all versions up to and including 3.8.10.1. The listing_load_more AJAX handler accepts a filtered_query parameter that is intentionally excluded from th...Show more
The JetEngine plugin for WordPress is vulnerable to SQL injection in all versions up to and including 3.8.10.1. The listing_load_more AJAX handler accepts a filtered_query parameter that is intentionally excluded from the HMAC query signature check to support front-end filter integration. However, meta_query row values within filtered_query are not sanitized before being merged into SQL construction. This makes it possible for unauthenticated attackers to perform time-based or boolean blind SQL injection by appending a malicious meta_query value to a Load More AJAX request captured from any public Listing Grid page.Show less
-
-
Jun 17, 2026
Jun 17, 2026
N/A· v4
8.5 HIGH· v3
N/A· v2
Subscriber SQL Injection in Events Schedule - WordPress Events Calendar Plugin <= 2.7.2 versions.
-
-
Jun 17, 2026
Jun 16, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in GEO my WordPress <= 4.5.5 versions.
-
-
Jun 17, 2026
Jun 16, 2026
N/A· v4
7.6 HIGH· v3
N/A· v2
Subscriber SQL Injection in Attendance Manager <= 0.6.2 versions.
-
-
Jun 17, 2026
Jun 16, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Liquid Web / StellarWP The Events Calendar allows Blind SQL Injection. This issue affects The Events Calendar: from 6...Show more
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Liquid Web / StellarWP The Events Calendar allows Blind SQL Injection. This issue affects The Events Calendar: from 6.15.12 through 6.16.2.Show less
-
-
Jun 17, 2026
Jun 16, 2026
N/A· v4
8.5 HIGH· v3
N/A· v2
Subscriber SQL Injection in WP Sessions Time Monitoring Full Automatic <= 1.1.4 versions.
-
-
Jun 17, 2026
Jun 16, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in InPost Gallery <= 2.1.4.6 versions.
-
-
Jun 17, 2026
Jun 16, 2026
N/A· v4
8.8 HIGH· v3
N/A· v2
The WP Review Slider Pro plugin for WordPress is vulnerable to SQL Injection via the 'curselrevs[]' parameter of the wpfb_find_reviews AJAX action in versions up to, and including, 12.6.8. This is due to the handler read...Show more
The WP Review Slider Pro plugin for WordPress is vulnerable to SQL Injection via the 'curselrevs[]' parameter of the wpfb_find_reviews AJAX action in versions up to, and including, 12.6.8. This is due to the handler reading $_POST['curselrevs'] raw with no sanitization or type casting, then concatenating each array element directly into a `WHERE id IN ( ... )` clause without quoting and executing via $wpdb->get_results() without $wpdb->prepare(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.Show less
-
-
Jun 17, 2026
Jun 16, 2026
N/A· v4
8.8 HIGH· v3
N/A· v2
The WP Review Slider Pro plugin for WordPress is vulnerable to SQL Injection via the 'stypes' and 'slocations' parameters of the wppro_get_overall_chart_data AJAX action in versions up to, and including, 12.6.8. This is...Show more
The WP Review Slider Pro plugin for WordPress is vulnerable to SQL Injection via the 'stypes' and 'slocations' parameters of the wppro_get_overall_chart_data AJAX action in versions up to, and including, 12.6.8. This is due to the use of stripslashes() on user-supplied JSON strings prior to json_decode(), which removes the escaping applied by WordPress's wp_magic_quotes; the resulting decoded array values are then concatenated directly into SQL WHERE clauses without parameterization, and the constructed query is executed via $wpdb->get_results() without $wpdb->prepare(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The handler also returns the executed SQL string in its JSON response, which simplifies oracle construction for blind exploitation.Show less
-
-
Jun 17, 2026
Jun 15, 2026
N/A· v4
8.5 HIGH· v3
N/A· v2
Subscriber SQL Injection in WCMultiShipping <= 3.0.2 versions.
-
-
Jun 17, 2026
Jun 15, 2026
N/A· v4
8.5 HIGH· v3
N/A· v2
Subscriber SQL Injection in Taskbuilder <= 5.0.7 versions.
-
-
Jun 17, 2026
Jun 15, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in eCommerce Product Catalog <= 3.5.5 versions.
-
-
Jun 17, 2026
Jun 15, 2026
N/A· v4
9.3 CRITICAL· v3
N/A· v2
Unauthenticated SQL Injection in GPTranslate – Multilingual AI Translation for WordPress: Automatically Translate Websites <= 2.32.6 versions.