Lucene search
+L

44 matches found

RedhatCVE
RedhatCVE
added 2026/03/26 3:3 p.m.10 views

CVE-2026-32628

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.11.1 and earlier, a SQL injection vulnerability in the built-in SQL Agent plugin allows any user who can invoke the agent to execute arbitrary SQL commands on connected...

8.8CVSS6.2AI score0.00299EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/03/24 12:0 a.m.11 views

PT-2026-27625

Name of the Vulnerable Software and Affected Versions MobSF versions prior to 4.4.6 Description MobSF, a mobile application security testing tool, contains a flaw in its read sqlite function located in mobsf/MobSF/utils.py lines 542-566. This function utilizes Python string formatting % to...

6.5CVSS5.9AI score0.00276EPSS
SaveExploits1References12
ATTACKERKB
ATTACKERKB
added 2026/03/20 8:5 p.m.19 views

CVE-2026-33142

OneUptime is a solution for monitoring and managing online services. Prior to version 10.0.34, the fix for CVE-2026-32306 ClickHouse SQL injection via aggregate query parameters added column name validation to the aggregateBy method but did not apply the same validation to three other query...

9.9CVSS5.9AI score0.00648EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2026/03/20 12:0 a.m.15 views

OneUptime SQL注入漏洞

OneUptime is a comprehensive solution developed by OneUptime OpenSource. It is used to monitor and manage your online services. Versions of OneUptime prior to 10.0.34 contained a SQL injection vulnerability. This vulnerability stemmed from the lack of column name validation in multiple query...

8.1CVSS5.8AI score0.00301EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/03/09 7:51 p.m.12 views

Glances has SQL Injection via Process Names in TimescaleDB Export

Summary The TimescaleDB export module constructs SQL queries using string concatenation with unsanitized system monitoring data. The normalize method wraps string values in single quotes but does not escape embedded single quotes, making SQL injection trivial via attacker-controlled data such as...

9.8CVSS5.9AI score0.00364EPSS
SaveExploits1References5Affected Software1
Spring Security Advisories
Spring Security Advisories
added 2026/02/27 12:0 a.m.40 views

Moving beyond Strings in Spring Data

If you've worked with data access in Java and especially with Spring Data for a while, then you are familiar with various Query and Update programming models. You write data access code. You refactor a property name. You run your tests. They fail. Your query strings? Still pointing to the old...

6.1AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/01/07 11:52 p.m.8 views

CVE-2026-21875 ClipBucket v5 Vulnerable to Blind SQL Injection through Channel Comments

ClipBucket v5 is an open source video sharing platform. Versions 5.5.2-187 and below allow an attacker to perform Blind SQL Injection through the add comment section within a channel. When adding a comment within a channel, there is a POST request to the /actions/ajax.php endpoint. The objid...

9.8CVSS7.5AI score0.00348EPSS
SaveExploits1References1
Veracode
Veracode
added 2025/12/13 7:43 a.m.13 views

SQL Injection

assyncmy is vulnerable to SQL Injection. The vulnerability is due to improper handling of crafted dictionary keys in SQL query construction, which allows an attacker to inject and execute arbitrary SQL commands...

9.8CVSS6.1AI score0.00421EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2025/12/13 7:39 a.m.12 views

SQL Injection

LangGraph SQLite Checkpoint is vulnerable to SQL injection. The vulnerability is due to unsafe construction of SQL queries using unvalidated metadata filter keys, where attacker-controlled keys are interpolated directly into SQL f-strings in the checkpoint search logic, allowing manipulation of...

7.8CVSS7.6AI score0.02254EPSS
SaveExploits2References2Affected Software1
Veracode
Veracode
added 2025/12/13 7:19 a.m.18 views

SQL Injection

llamaindex is vulnerable to SQL Injection. The vulnerability is due to unsafe construction of SQL queries without prepared statements in the duckdbretriever component, which allows an attacker to inject arbitrary SQL commands and execute malicious code...

9.8CVSS7.5AI score0.01407EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/11/19 9:0 p.m.15 views

OpenSTAManager has Authenticated SQL Injection in API via 'display' parameter

Summary An authenticated SQL Injection vulnerability in the API allows any user, regardless of permission level, to execute arbitrary SQL queries. By manipulating the display parameter in an API request, an attacker can exfiltrate, modify, or delete any data in the database, leading to a full...

8.8CVSS8.4AI score0.00345EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2010-4617

Malware in sbrugna...

6.8CVSS6AI score0.11335EPSS
SaveExploits1References13
Snyk
Snyk
added 2025/09/08 9:48 p.m.3 views

SQL Injection

Overview Affected versions of this package are vulnerable to SQL Injection via improper handling of user-supplied input in the SelectSQL process and other query construction logic. An attacker can execute arbitrary SQL commands on the underlying database by supplying crafted values in HTTP reques...

9.8CVSS8AI score0.00366EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/08/24 12:13 a.m.8 views

CVE-2025-51092

The LogIn-SignUp project by VishnuSivadasVS is vulnerable to SQL Injection due to unsafe construction of SQL queries in DataBase.php. The functions logIn and signUp build queries by directly concatenating user input and unvalidated table names without using prepared statements. While a prepareDat...

9.8CVSS8.7AI score0.00409EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/22 7:15 p.m.7 views

CVE-2025-51092

The LogIn-SignUp project by VishnuSivadasVS is vulnerable to SQL Injection due to unsafe construction of SQL queries in DataBase.php. The functions logIn and signUp build queries by directly concatenating user input and unvalidated table names without using prepared statements. While a prepareDat...

9.8CVSS0.00409EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/08/22 12:0 a.m.4 views

CVE-2025-51092

The LogIn-SignUp project by VishnuSivadasVS is vulnerable to SQL Injection due to unsafe construction of SQL queries in DataBase.php. The functions logIn and signUp build queries by directly concatenating user input and unvalidated table names without using prepared statements. While a prepareDat...

8.6AI score0.00409EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/08/22 12:0 a.m.19 views

CVE-2025-51092

The LogIn-SignUp project by VishnuSivadasVS is vulnerable to SQL Injection due to unsafe construction of SQL queries in DataBase.php. The functions logIn and signUp build queries by directly concatenating user input and unvalidated table names without using prepared statements. While a prepareDat...

0.00409EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2025/08/12 12:13 a.m.18 views

PyLoad vulnerable to SQL Injection via API /json/add_package in add_links parameter

Summary The parameter addlinks in the API /json/addpackage is vulnerable to SQL Injection. SQL injection vulnerabilities can lead to sensitive data leakage. Details - Affected file:https://github.com/pyload/pyload/blob/develop/src/pyload/core/database/filedatabase.pyL271 - Affected code: python...

8.8CVSS8.2AI score0.00326EPSS
SaveExploits0References5Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/05/29 12:0 a.m.12 views

The vulnerability of the getUsers method in the software for managing and monitoring deleted objects in telemetry and telemechanics systems, such as the TeleControl Server Basic, allows a hacker to circumvent security restrictions, read and write arbitrary files, and execute arbitrary code.

The vulnerability of the getUsers method in software for managing and monitoring removed objects in telemetry and telemechanics systems related to the TeleControl Server Basic lies in the lack of protective measures for the SQL query structure. Exploiting this vulnerability allows an attacker to...

9CVSS6.1AI score0.00751EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/02/09 12:0 a.m.7 views

PT-2024-19675 · Centreon · Centreon

Name of the Vulnerable Software and Affected Versions: Centreon affected versions not specified Description: This issue allows remote attackers to execute arbitrary code on affected installations of Centreon. Authentication is required to exploit this issue. The specific flaw exists within the...

7.2CVSS7.6AI score0.53411EPSS
SaveExploits0References13
Rows per page
Query Builder