CVE Database - SQL Injection

Browse known vulnerabilities with WAF coverage analysis. See which CVEs are detectable by Web Application Firewalls and their OWASP CRS rules.

14737
Matching CVEs
15853
Critical
26962
High
69389
High WAF Coverage

CVE-2026-37602

UNKNOWN
0.00 CVSS none

SourceCodester Patient Appointment Scheduler System v1.0 is vulnerable to SQL Injection in the file /scheduler/admin/user/manage_user.php.

SQL Injection
WAF: High

CVE-2026-37601

UNKNOWN
0.00 CVSS none

SourceCodester Patient Appointment Scheduler System v1.0 is vulnerable to SQL Injection in the file /scheduler/admin/appointments/manage_appointment.php.

SQL Injection
WAF: High

CVE-2026-37600

UNKNOWN
0.00 CVSS none

SourceCodester Patient Appointment Scheduler System v1.0 is vulnerable to SQL Injection in the file /scheduler/admin/appointments/view_details.php.

SQL Injection
WAF: High

CVE-2026-37598

UNKNOWN
0.00 CVSS none

SourceCodester Patient Appointment Scheduler System v1.0 is vulnerable to arbitrary code execution (RCE) via /scheduler/classes/SystemSettings.php?f=update_settings.

SQL Injection
WAF: High

CVE-2026-37597

UNKNOWN
0.00 CVSS none

SourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/attendance_list.php.

SQL Injection
WAF: High

CVE-2026-37596

UNKNOWN
0.00 CVSS none

SourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/manage_department.php.

SQL Injection
WAF: High

CVE-2026-37595

UNKNOWN
0.00 CVSS none

SourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/manage_employee.php.

SQL Injection
WAF: High

CVE-2026-37594

UNKNOWN
0.00 CVSS none

SourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/view_employee.php.

SQL Injection
WAF: High

CVE-2026-37593

UNKNOWN
0.00 CVSS none

SourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/view_att.php.

SQL Injection
WAF: High

CVE-2026-37592

UNKNOWN
0.00 CVSS none

Sourcecodester Storage Unit Rental Management System v1.0 is vulnerable to SQL in the file /storage/admin/maintenance/manage_pricing.php.

SQL Injection
WAF: High

CVE-2026-37591

UNKNOWN
0.00 CVSS none

Sourcecodester Storage Unit Rental Management System v1.0 is vulnerable to SQL injection in the file /storage/admin/tenants/view_details.php.

SQL Injection
WAF: High

CVE-2026-37590

UNKNOWN
0.00 CVSS none

SourceCodester Storage Unit Rental Management System v1.0 is vulnerable to SQL Injection in the file /storage/admin/rents/manage_rent.php.

SQL Injection
WAF: High

CVE-2026-37589

UNKNOWN
0.00 CVSS none

SourceCodester Storage Unit Rental Management System v1.0 is vulnerable to SQL Injection in the file /storage/admin/maintenance/manage_storage_unit.php.

SQL Injection
WAF: High

CVE-2026-40315

UNKNOWN
0.00 CVSS none

PraisonAI is a multi-agent teams system. Prior to 4.5.133, there is an SQL identifier injection vulnerability in SQLiteConversationStore where the table_prefix configuration value is directly concatenated into SQL queries via f-strings without any validation or sanitization. Since SQL identifiers cannot be safely parameterized, an attacker who controls the table_prefix value (e.g., through from_yaml or from_dict configuration input) can inject arbitrary SQL fragments that alter query structure. This enables unauthorized data access, such as reading internal SQLite tables like sqlite_master, and manipulation of query results through techniques like UNION-based injection. The vulnerability propagates from configuration input in config.py, through factory.py, to the SQL query construction in sqlite.py. Exploitation requires the ability to influence configuration input, and successful exploitation leads to internal schema disclosure and full query result tampering. This issue has been fixed in version 4.5.133.

SQL Injection
WAF: High

CVE-2026-4352

HIGH
7.50 CVSS 3.1

The JetEngine plugin for WordPress is vulnerable to SQL Injection via the Custom Content Type (CCT) REST API search endpoint in all versions up to, and including, 3.8.6.1. This is due to the `_cct_search` parameter being interpolated directly into a SQL query string via `sprintf()` without sanitization or use of `$wpdb->prepare()`. WordPress REST API's `wp_unslash()` call on `$_GET` strips the `wp_magic_quotes()` protection, allowing single-quote-based injection. 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. The Custom Content Types module must be enabled with at least one CCT configured with a public REST GET endpoint for exploitation.

SQL Injection
WAF: High

CVE-2026-27681

CRITICAL
9.90 CVSS 3.1

Due to insufficient authorization checks in SAP Business Planning and Consolidation and SAP Business Warehouse, an authenticated user can execute crafted SQL statements to read, modify, and delete database data. This leads to a high impact on the confidentiality, integrity, and availability of the system.

SQL Injection
WAF: High

CVE-2026-32272

UNKNOWN
0.00 CVSS none

Craft Commerce is an ecommerce platform for Craft CMS. In versions 5.0.0 through 5.5.4, an SQL injection vulnerability exists where the ProductQuery::hasVariant and VariantQuery::hasProduct properties bypass the input sanitization blocklist added to ElementIndexesController in a prior security fix (GHSA-2453-mppf-46cj). The blocklist only strips top-level Yii2 Query properties such as where and orderBy, but hasVariant and hasProduct pass through untouched and internally call Craft::configure() on a subquery without sanitization, re-introducing SQL injection. Any authenticated control panel user can exploit this via boolean-based blind SQL injection to extract arbitrary database contents, including security keys that enable forging admin sessions for privilege escalation. This issue has been fixed in version 5.6.0.

SQL Injection
WAF: High

CVE-2026-32271

UNKNOWN
0.00 CVSS none

Craft Commerce is an ecommerce platform for Craft CMS. In versions 4.0.0 through 4.10.2 and 5.0.0 through 5.5.4, there is an SQL injection vulnerability in the Commerce TotalRevenue widget which allows any authenticated control panel user to achieve remote code execution through a four-step exploitation chain. The attack exploits unsanitized widget settings interpolated into SQL expressions, combined with PDO's default multi-statement query support, to inject a maliciously serialized PHP object into the queue table. When the queue consumer processes the injected job, the unrestricted unserialize() call in yii2-queue instantiates a GuzzleHttp FileCookieJar gadget chain whose __destruct() method writes a PHP webshell to the server's webroot. The complete chain requires only three HTTP requests, no administrative privileges, and results in arbitrary command execution as the PHP process user, with queue processing triggered via an unauthenticated endpoint. This issue has been fixed in versions 4.10.3 and 5.5.5.

SQL Injection
WAF: High

CVE-2026-6202

MEDIUM
6.30 CVSS 3.1

A security flaw has been discovered in code-projects Easy Blog Site 1.0. This affects an unknown function of the file post.php. Performing a manipulation of the argument tags results in sql injection. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks.

SQL Injection
WAF: High

CVE-2026-6193

HIGH
7.30 CVSS 3.1

A security flaw has been discovered in PHPGurukul Daily Expense Tracking System 1.1. Affected is an unknown function of the file /register.php. The manipulation of the argument email results in sql injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks.

SQL Injection
WAF: High

CVE-2026-6191

MEDIUM
6.30 CVSS 3.1

A vulnerability was determined in itsourcecode Construction Management System 1.0. This affects an unknown function of the file /equipments.php. Executing a manipulation of the argument Name can lead to sql injection. The attack can be launched remotely. The exploit has been publicly disclosed and may be utilized.

SQL Injection
WAF: High

CVE-2026-6190

MEDIUM
6.30 CVSS 3.1

A vulnerability was found in itsourcecode Construction Management System 1.0. The impacted element is an unknown function of the file /employees.php. Performing a manipulation of the argument Name results in sql injection. The attack can be initiated remotely. The exploit has been made public and could be used.

SQL Injection
WAF: High

CVE-2026-6189

HIGH
7.30 CVSS 3.1

A vulnerability has been found in SourceCodester Pharmacy Sales and Inventory System 1.0. The affected element is an unknown function of the file /ajax.php?action=login. Such manipulation of the argument Username leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

SQL Injection
WAF: High

CVE-2026-36952

UNKNOWN
0.00 CVSS none

Sourcecodester Online Thesis Archiving System v1.0 is vulnerable to SQL injection in the file /otas/admin/curriculum/manage_curriculum.php.

SQL Injection
WAF: High

CVE-2026-36950

UNKNOWN
0.00 CVSS none

Sourcecodester Online Thesis Archiving System v1.0 is vulnerable to SQL injection in /otas/projects_per_department.php.

SQL Injection
WAF: High

CVE-2026-36948

UNKNOWN
0.00 CVSS none

Sourcecodester Online Thesis Archiving System v1.0 is vulnerale to SQL injection in the file /otas/view_archive.php.

SQL Injection
WAF: High

CVE-2026-6188

HIGH
7.30 CVSS 3.1

A flaw has been found in SourceCodester Pharmacy Sales and Inventory System 1.0. Impacted is an unknown function of the file /ajax.php?action=delete_sales. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been published and may be used.

SQL Injection
WAF: High

CVE-2026-6187

HIGH
7.30 CVSS 3.1

A vulnerability was detected in SourceCodester Pharmacy Sales and Inventory System 1.0. This issue affects some unknown processing of the file /ajax.php?action=chk_prod_availability. The manipulation of the argument ID results in sql injection. The attack may be performed from remote. The exploit is now public and may be used.

SQL Injection
WAF: High

CVE-2026-36938

UNKNOWN
0.00 CVSS none

Sourcecodester Online Resort Management System v1.0 is vulnerable to SQL injection in /orms/admin/rooms/view_room.php.

SQL Injection
WAF: High

CVE-2026-36937

UNKNOWN
0.00 CVSS none

Sourcecodester Online Resort Management System v1.0 is vulnerable to SQL injection in /orms/admin/reservations/view_details.php.

SQL Injection
WAF: High

CVE-2026-34186

UNKNOWN
0.00 CVSS none

Improper Neutralization of Special Elements used in an SQL Command vulnerability allows SQL Injection via custom fields. This issue affects Pandora FMS: from 777 through 800

SQL Injection
WAF: High

CVE-2026-30813

UNKNOWN
0.00 CVSS none

Improper Neutralization of Special Elements used in an SQL Command vulnerability allows SQL Injection via module search. This issue affects Pandora FMS: from 777 through 800

SQL Injection
WAF: High

CVE-2026-6183

HIGH
7.30 CVSS 3.1

A security flaw has been discovered in code-projects Simple Content Management System 1.0. Affected by this issue is some unknown functionality of the file /web/index.php. Performing a manipulation of the argument ID results in sql injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks.

SQL Injection
WAF: High

CVE-2026-6182

HIGH
7.30 CVSS 3.1

A vulnerability was identified in code-projects Simple Content Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /web/admin/login.php. Such manipulation of the argument User leads to sql injection. The attack may be launched remotely. The exploit is publicly available and might be used.

SQL Injection
WAF: High

CVE-2026-36945

UNKNOWN
0.00 CVSS none

Sourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL injection in the file /rsms/admin/clients/manage_client.php

SQL Injection
WAF: High

CVE-2026-36944

UNKNOWN
0.00 CVSS none

Sourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerale to SQL injection in the file/rsms/admin/repairs/view_details.php.

SQL Injection
WAF: High

CVE-2026-36943

UNKNOWN
0.00 CVSS none

Sourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL injection in the file /rsms/admin/repairs/manage_repair.php.

SQL Injection
WAF: High

CVE-2026-36941

UNKNOWN
0.00 CVSS none

Sourcecodester Online Resort Management System v1.0 is vulnerable to SQL Injection in the file /orms/admin/rooms/manage_room.php.

SQL Injection
WAF: High

CVE-2026-36947

UNKNOWN
0.00 CVSS none

Sourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL Injection in the file /rsms/admin/services/view_service.php.

SQL Injection
WAF: High

CVE-2026-36946

LOW
2.70 CVSS 3.1

Sourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL injection in the file /rsms/admin/inquiries/view_details.php.

SQL Injection
WAF: High

CVE-2026-36923

UNKNOWN
0.00 CVSS none

Sourcecodester Cab Management System 1.0 is vulnerable to SQL Injection in the file /cms/admin/bookings/view_booking.php.

SQL Injection
WAF: High

CVE-2026-36922

UNKNOWN
0.00 CVSS none

Sourcecodester Cab Management System v1.0 is vulnerable to SQL injection in the file /cms/admin/categories/view_category.php.

SQL Injection
WAF: High

CVE-2026-36920

UNKNOWN
0.00 CVSS none

Sourcecodester Online Reviewer System v1.0 is vulnerable to SQL Injection in the file /system/system/admins/assessments/examproper/questions-view.php.

SQL Injection
WAF: High

CVE-2026-36919

UNKNOWN
0.00 CVSS none

Sourcecodester Online Reviewer System v1.0 is vulnerale to SQL Injection in the file /system/system/admins/assessments/examproper/exam-update.php.

SQL Injection
WAF: High

CVE-2026-36874

UNKNOWN
0.00 CVSS none

Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/load_student.php.

SQL Injection
WAF: High

CVE-2026-36873

UNKNOWN
0.00 CVSS none

Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/load_admin.php.

SQL Injection
WAF: High

CVE-2026-36872

UNKNOWN
0.00 CVSS none

Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/load_book.php.

SQL Injection
WAF: High

CVE-2026-6167

HIGH
7.30 CVSS 3.1

A vulnerability was detected in code-projects Faculty Management System 1.0. Impacted is an unknown function of the file /subject-print.php. The manipulation of the argument ID results in sql injection. The attack may be launched remotely. The exploit is now public and may be used.

SQL Injection
WAF: High

CVE-2026-6166

HIGH
7.30 CVSS 3.1

A security vulnerability has been detected in code-projects Vehicle Showroom Management System 1.0. This issue affects some unknown processing of the file /util/UpdateVehicleFunction.php. The manipulation of the argument VEHICLE_ID leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used.

SQL Injection
WAF: High

CVE-2026-3830

UNKNOWN
0.00 CVSS none

The Product Filter for WooCommerce by WBW WordPress plugin before 3.1.3 does not sanitize and escape a parameter before using it in a SQL statement, allowing unauthenticated users to perform SQL injection attacks

SQL Injection
WAF: High
Page 2 of 295 (14737 CVEs)