Total
12892 CVE
CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
---|---|---|---|---|---|
CVE-2024-48411 | 2024-10-16 | N/A | 9.8 CRITICAL | ||
itsourcecode Online Tours and Travels Management System v1.0 is vulnerable to SQL Injection (SQLI) via a crafted payload to the val-email parameter in forget_password.php. | |||||
CVE-2024-46532 | 2024-10-16 | N/A | 9.8 CRITICAL | ||
SQL Injection vulnerability in OpenHIS v.1.0 allows an attacker to execute arbitrary code via the refund function in the PayController.class.php component. | |||||
CVE-2024-9201 | 1 Seur | 1 Seur | 2024-10-16 | N/A | 9.8 CRITICAL |
The SEUR plugin, in its versions prior to 2.5.11, is vulnerable to time-based SQL injection through the use of the ‘id_order’ parameter of the ‘/modules/seur/ajax/saveCodFee.php’ endpoint. | |||||
CVE-2024-48283 | 2024-10-16 | N/A | 9.8 CRITICAL | ||
Phpgurukul User Registration & Login and User Management System 3.2 is vulnerable to SQL Injection in /admin//search-result.php via the searchkey parameter. | |||||
CVE-2024-48282 | 2024-10-16 | N/A | 7.6 HIGH | ||
A SQL Injection vulnerability was found in /password-recovery.php of PHPGurukul User Registration & Login and User Management System 3.2, which allows remote attackers to execute arbitrary SQL commands to get unauthorized database access via the femail parameter in a POST HTTP request. | |||||
CVE-2024-48280 | 2024-10-16 | N/A | 7.6 HIGH | ||
A SQL Injection vulnerability was found in /search-result.php of PHPGurukul User Registration & Login and User Management System 3.2, which allows remote attackers to execute arbitrary SQL command via the fromdate parameter in a POST HTTP request. | |||||
CVE-2016-15040 | 2024-10-16 | N/A | 9.8 CRITICAL | ||
The Kento Post View Counter plugin for WordPress is vulnerable to SQL Injection via the 'kento_pvc_geo' parameter in versions up to, and including, 2.8 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. | |||||
CVE-2024-47849 | 1 Mediawiki | 1 Cargo | 2024-10-16 | N/A | 9.8 CRITICAL |
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in The Wikimedia Foundation Mediawiki - Cargo allows SQL Injection.This issue affects Mediawiki - Cargo: from 3.6.X before 3.6.1. | |||||
CVE-2024-48253 | 1 Magicbug | 1 Cloudlog | 2024-10-16 | N/A | 9.8 CRITICAL |
Cloudlog 2.6.15 allows Oqrs.php delete_oqrs_line id SQL injection. | |||||
CVE-2024-48255 | 1 Magicbug | 1 Cloudlog | 2024-10-16 | N/A | 9.8 CRITICAL |
Cloudlog 2.6.15 allows Oqrs.php get_station_info station_id SQL injection. | |||||
CVE-2024-48257 | 1 Wavelog | 1 Wavelog | 2024-10-16 | N/A | 9.8 CRITICAL |
Wavelog 1.8.5 allows Oqrs_model.php get_worked_modes station_id SQL injectioin. | |||||
CVE-2020-12104 | 1 Internet-formation | 1 Wp-advanced-search | 2024-10-16 | 6.5 MEDIUM | 8.8 HIGH |
The Import feature in the wp-advanced-search plugin 3.3.6 for WordPress is vulnerable to authenticated SQL injection via an uploaded .sql file. An attacker can use this to execute SQL commands without any validation. | |||||
CVE-2024-9976 | 1 Code-projects | 1 Pharmacy Management System | 2024-10-16 | 6.5 MEDIUM | 9.8 CRITICAL |
A vulnerability classified as critical has been found in code-projects Pharmacy Management System 1.0. This affects an unknown part of the file /php/manage_customer.php?action=search. The manipulation of the argument text leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. | |||||
CVE-2024-8630 | 1 Alisonic | 2 Sibylla, Sibylla Firmware | 2024-10-16 | N/A | 9.8 CRITICAL |
Alisonic Sibylla devices are vulnerable to SQL injection attacks, which could allow complete access to the database. | |||||
CVE-2023-22583 | 1 Danfoss | 2 Ak-em100, Ak-em100 Firmware | 2024-10-16 | N/A | 9.8 CRITICAL |
The Danfoss AK-EM100 web forms allow for SQL injection in the login forms. | |||||
CVE-2024-48259 | 2024-10-15 | N/A | 7.3 HIGH | ||
Cloudlog 2.6.15 allows Oqrs.php request_form SQL injection via station_id or callsign. | |||||
CVE-2023-36189 | 1 Langchain | 1 Langchain | 2024-10-15 | N/A | 7.5 HIGH |
SQL injection vulnerability in langchain before v0.0.247 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component. | |||||
CVE-2023-31038 | 1 Apache | 1 Log4cxx | 2024-10-15 | N/A | 8.8 HIGH |
SQL injection in Log4cxx when using the ODBC appender to send log messages to a database. No fields sent to the database were properly escaped for SQL injection. This has been the case since at least version 0.9.0(released 2003-08-06) Note that Log4cxx is a C++ framework, so only C++ applications are affected. Before version 1.1.0, the ODBC appender was automatically part of Log4cxx if the library was found when compiling the library. As of version 1.1.0, this must be both explicitly enabled in order to be compiled in. Three preconditions must be met for this vulnerability to be possible: 1. Log4cxx compiled with ODBC support(before version 1.1.0, this was auto-detected at compile time) 2. ODBCAppender enabled for logging messages to, generally done via a config file 3. User input is logged at some point. If your application does not have user input, it is unlikely to be affected. Users are recommended to upgrade to version 1.1.0 which properly binds the parameters to the SQL statement, or migrate to the new DBAppender class which supports an ODBC connection in addition to other databases. Note that this fix does require a configuration file update, as the old configuration files will not configure properly. An example is shown below, and more information may be found in the Log4cxx documentation on the ODBCAppender. Example of old configuration snippet: <appender name="SqlODBCAppender" class="ODBCAppender"> <param name="sql" value="INSERT INTO logs (message) VALUES ('%m')" /> ... other params here ... </appender> The migrated configuration snippet with new ColumnMapping parameters: <appender name="SqlODBCAppender" class="ODBCAppender"> <param name="sql" value="INSERT INTO logs (message) VALUES (?)" /> <param name="ColumnMapping" value="message"/> ... other params here ... </appender> | |||||
CVE-2024-9974 | 1 Oretnom23 | 1 Online Eyewear Shop | 2024-10-15 | 6.5 MEDIUM | 9.8 CRITICAL |
A vulnerability was found in SourceCodester Online Eyewear Shop 1.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file classes/Master.php?f=add_to_card of the component POST Request Handler. The manipulation of the argument product_id leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. | |||||
CVE-2024-9973 | 1 Oretnom23 | 1 Online Eyewear Shop | 2024-10-15 | 6.5 MEDIUM | 9.8 CRITICAL |
A vulnerability was found in SourceCodester Online Eyewear Shop 1.0. It has been classified as critical. Affected is an unknown function of the file /admin/?page=reports of the component Report Viewing Page. The manipulation of the argument date leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. |