Lucene search
+L

236962 matches found

EUVD
EUVD
added 2 days ago7 views

EUVD-2026-52429

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS5.8AI score0.0032EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 days ago47 views

CVE-2026-69240 Sequelize: SQL Injection (Oracle DB)

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS0.0032EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago3 views

CVE-2026-69240 Sequelize: SQL Injection (Oracle DB)

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2 days ago39 views

CVE-2026-69240

Summary: CVE-2026-69240 affects Sequelize (Node.js ORM). Before 6.37.4, the Oracle dialect may be vulnerable to SQL injection when strings reach the escape path in sql-string.js: if a string value starts with TO_TIMESTAMP or TO_DATE, quotes are not escaped, returning the string unmodified. This a...

9.8CVSS5.8AI score0.0032EPSS
SaveExploits0References3
NVD
NVD
added 2 days ago6 views

CVE-2026-58139

The DuckDB AWS extension for DuckDB contains a security policy bypass vulnerability that allows any database user with SQL execution permissions to extract plaintext AWS credentials by calling the loadawscredentials function with the redactsecret parameter set to false, circumventing the...

6.5CVSS0.00292EPSS
SaveExploits0References3
NVD
NVD
added 2 days ago9 views

CVE-2026-41453

Krayin CRM before 2.2.4 contains a blind SQL injection vulnerability in the leads DataGrid that allows authenticated users with leads access to inject arbitrary SQL into a HAVING clause by manipulating the rottenleadin query parameter, which is concatenated without parameterized binding directly...

8.8CVSS0.0035EPSS
SaveExploits0References4
NVD
NVD
added 2 days ago8 views

CVE-2026-39931

OpenEMR through 8.2.0 contains an authenticated SQL injection vulnerability in the backup configuration import feature that allows administrators with admin or super ACL privileges to execute arbitrary DDL and DML statements against the application database by uploading a crafted SQL file at the...

8.6CVSS0.00327EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago15 views

CVE-2026-39931

OpenEMR

8.6CVSS6AI score0.00327EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-52342

OpenEMR through 8.2.0 contains an authenticated SQL injection vulnerability in the backup configuration import feature that allows administrators with admin or super ACL privileges to execute arbitrary DDL and DML statements against the application database by uploading a crafted SQL file at the...

8.6CVSS6AI score0.00327EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-52341

Krayin CRM before 2.2.4 contains a blind SQL injection vulnerability in the leads DataGrid that allows authenticated users with leads access to inject arbitrary SQL into a HAVING clause by manipulating the rottenleadin query parameter, which is concatenated without parameterized binding directly...

8.8CVSS5.8AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 2 days ago5 views

CVE-2026-41453 Krayin CRM < 2.2.4 Blind SQL Injection via LeadDataGrid.php rotten_lead Parameter

Krayin CRM before 2.2.4 contains a blind SQL injection vulnerability in the leads DataGrid that allows authenticated users with leads access to inject arbitrary SQL into a HAVING clause by manipulating the rottenleadin query parameter, which is concatenated without parameterized binding directly...

8.7CVSS5.8AI score
SaveExploits0References7
CVE
CVE
added 2 days ago15 views

CVE-2026-41453

Krayin CRM before 2.2.4 is affected by a blind SQL injection in the leads DataGrid. The vulnerability arises from the rotten_lead[in] parameter being concatenated into a HAVING clause inside LeadDataGrid.php without parameterized binding, enabling authenticated users with access to leads to injec...

8.8CVSS5.8AI score0.0035EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago47 views

CVE-2026-41453 Krayin CRM < 2.2.4 Blind SQL Injection via LeadDataGrid.php rotten_lead Parameter

Krayin CRM before 2.2.4 contains a blind SQL injection vulnerability in the leads DataGrid that allows authenticated users with leads access to inject arbitrary SQL into a HAVING clause by manipulating the rottenleadin query parameter, which is concatenated without parameterized binding directly...

8.8CVSS0.0035EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago7 views

CVE-2026-41453

Krayin CRM before 2.2.4 contains a blind SQL injection vulnerability in the leads DataGrid that allows authenticated users with leads access to inject arbitrary SQL into a HAVING clause by manipulating the rottenleadin query parameter, which is concatenated without parameterized binding directly...

8.8CVSS5.8AI score0.0035EPSS
SaveExploits0References5
NVD
NVD
added 2 days ago8 views

CVE-2026-69083

SiYuan versions before v3.7.3 contain SQL injection vulnerabilities in the fullTextSearchAssetContent endpoint reachable by unauthenticated users and publish RoleReader tokens. Attackers can execute arbitrary SQL on the read-write asset-content database via unescaped method parameters and REGEXP...

10CVSS0.0035EPSS
SaveExploits1References2
NVD
NVD
added 2 days ago10 views

CVE-2026-69084

SiYuan versions = v3.7.2 expose the /api/search/searchEmbedBlock endpoint, which passes a client-supplied SQL statement verbatim to the main read-write siyuan.db handle with no single-statement, read-only, or admin restrictions. The endpoint is gated only by CheckAuth, making it reachable by the...

10CVSS0.0029EPSS
SaveExploits0References2
NVD
NVD
added 2 days ago7 views

CVE-2026-69085

SiYuan before v3.7.3 contains a SQL injection vulnerability in the /api/filetree/searchDocs endpoint, where the caller-supplied keyword parameter is concatenated directly into SQL statements with no escaping or parameter binding. The endpoint is reachable by a publish RoleReader token, or...

10CVSS0.0025EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2 days ago7 views

CVE-2026-17351

A flaw was found in pgAdmin 4. The AI Assistant's SQL query tool, designed for read-only operations, contains a vulnerability where a disagreement between its SQL validator and the PostgreSQL database parser allows for a transaction bypass. A remote attacker with low-privilege database write acce...

9.4CVSS6.5AI score0.00447EPSS
SaveExploits1References2
OSV
OSV
added 2 days ago5 views

CVE-2026-69085 SiYuan before v3.7.3 SQL Injection via searchDocs

SiYuan before v3.7.3 contains a SQL injection vulnerability in the /api/filetree/searchDocs endpoint, where the caller-supplied keyword parameter is concatenated directly into SQL statements with no escaping or parameter binding. The endpoint is reachable by a publish RoleReader token, or...

9.9CVSS5.8AI score
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago42 views

CVE-2026-69085 SiYuan before v3.7.3 SQL Injection via searchDocs

SiYuan before v3.7.3 contains a SQL injection vulnerability in the /api/filetree/searchDocs endpoint, where the caller-supplied keyword parameter is concatenated directly into SQL statements with no escaping or parameter binding. The endpoint is reachable by a publish RoleReader token, or...

10CVSS0.0025EPSS
SaveExploits0References2
Rows per page
Query Builder