Lucene search
+L

18 matches found

Kitploit
Kitploit
added 2026/09/15 7:53 p.m.12 views

sqlsure

sqlsure AI 写 SQL。sqlsure 确保它是正确的。 查询可以完全有效,无错误运行,并返回一个数字,但该数字可能是悄悄错误的——因为连接导致收入重复计算,平均值被求和,或者患者标识符被暴露。数据库不捕捉这些。代码检查工具不捕捉这些。LLM 审查自己的 SQL 也不捕捉这些。 sqlsure 可以——确定性、在 0.1 毫秒内、在查询运行之前做到这一点。 证明,而非承诺: 我们在每个文本到 SQL 模型评分的两个基准测试的金标准答案上运行了 sqlsure。2,568 个专家编写的查询,45 个标记,零误报 ——包括一个 BIRD 开发金标准答案,该答案因 sqlsure 针...

6AI score
SaveExploits0References19
NVD
NVD
added 2026/09/09 8:21 p.m.7 views

CVE-2026-87911

An OS command injection weakness in the read-only enforcement of the SQL validation component in Amazon awslabs postgres-mcp-server before 1.1.7 might allow an unauthenticated actor to execute operating system commands on the host of a self-managed PostgreSQL server by placing a crafted COPY ... ...

9.6CVSS0.00986EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/09 7:35 p.m.37 views

CVE-2026-87911 Read-only enforcement bypass enabling operating system command execution in the SQL validation component of Amazon awslabs postgres-mcp-server

An OS command injection weakness in the read-only enforcement of the SQL validation component in Amazon awslabs postgres-mcp-server before 1.1.7 might allow an unauthenticated actor to execute operating system commands on the host of a self-managed PostgreSQL server by placing a crafted COPY ... ...

9.6CVSS0.00986EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/09 7:35 p.m.47 views

CVE-2026-87911

CVE-2026-87911 is a CRITICAL (CVSS 9.6) OS command injection vulnerability in the SQL validation component of Amazon awslabs postgres-mcp-server prior to version 1.1.7. The flaw lies in the read-only enforcement , which can be bypassed by injecting a crafted COPY ... TO PROGRAM statement into con...

9.6CVSS6.1AI score0.00986EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/04 9:17 p.m.7 views

CVE-2026-85787

An incomplete list of disallowed inputs in the SQL validation component in Amazon awslabs postgres-mcp-server before version 1.1.7 might allow an unauthenticated actor to modify data beyond the read-only scope by placing crafted SQL into the content that is submitted when an authenticated user...

7.1CVSS0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 8:03 p.m.35 views

CVE-2026-85787 An incomplete list of disallowed inputs in the SQL validation component of Amazon awslabs postgres-mcp-server

An incomplete list of disallowed inputs in the SQL validation component in Amazon awslabs postgres-mcp-server before version 1.1.7 might allow an unauthenticated actor to modify data beyond the read-only scope by placing crafted SQL into the content that is submitted when an authenticated user...

7.1CVSS0.00196EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 8:03 p.m.37 views

CVE-2026-85787

CVE-2026-85787 affects the SQL validation component of Amazon awslabs postgres-mcp-server (versions before 1.1.7 ). Due to an incomplete list of disallowed inputs , an unauthenticated actor can place crafted SQL into content submitted when an authenticated user interacts with the MCP server, enab...

7.1CVSS5.6AI score0.00196EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/07 11:45 a.m.11 views

PYSEC-2026-1160 Apache Superset: Improper validation of SQL statements allows for unauthorized access to data

Improper parsing of nested SQL statements on SQLLab would allow authenticated users to surpass their data authorization scope. This issue affects Apache Superset: before 3.0.4, from 3.1.0 before 3.1.1. Users are recommended to upgrade to version 3.1.1, which fixes the issue...

4.9CVSS6.4AI score0.00779EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/06/19 12:31 a.m.40 views

EUVD-2026-37965

Read-only transaction bypass in the pgAdmin 4 AI Assistant allows an attacker who can influence database content that the assistant reads to execute arbitrary SQL with the privileges of the pgAdmin user's database role. The AI Assistant's executesqlquery tool runs LLM-generated SQL inside a BEGIN...

9.4CVSS6.9AI score0.00658EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/22 8:07 p.m.18 views

@nocobase/plugin-collection-sql: SQL Validation Bypass Through Missing `checkSQL` Call

Summary The checkSQL validation function that blocks dangerous SQL keywords e.g., pgreadfile, LOADFILE, dblink is applied on the collections:create and sqlCollection:execute endpoints but is entirely missing on the sqlCollection:update endpoint. An attacker with collection management permissions...

7.2CVSS6.1AI score0.01833EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/04/22 8:07 p.m.59 views

GHSA-WRWH-C28M-9JJH @nocobase/plugin-collection-sql: SQL Validation Bypass Through Missing `checkSQL` Call

Summary The checkSQL validation function that blocks dangerous SQL keywords e.g., pgreadfile, LOADFILE, dblink is applied on the collections:create and sqlCollection:execute endpoints but is entirely missing on the sqlCollection:update endpoint. An attacker with collection management permissions...

7.2CVSS6.1AI score0.01833EPSS
SaveExploits1References6
OSV
OSV
added 2026/03/06 11:59 p.m.11 views

GHSA-8W32-6MRW-Q5WV WeKnora Vulnerable to Remote Code Execution via SQL Injection Bypass in AI Database Query Tool

Summary A critical Remote Code Execution RCE vulnerability exists in the application's database query functionality. The validation system fails to recursively inspect child nodes within PostgreSQL array expressions and row expressions, allowing attackers to bypass SQL injection protections. By...

10CVSS6.5AI score0.00539EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2025/12/09 5:19 p.m.21 views

Neuron MySQLSelectTool “read-only” bypass via `SELECT ... INTO OUTFILE` (file write → potential RCE)

Impact MySQLSelectTool is intended to be a read-only SQL tool e.g., for LLM agent querying. However, validation based on the first keyword e.g., SELECT and a forbidden-keyword list does not block file-writing constructs such as INTO OUTFILE / INTO DUMPFILE. As a result, an attacker who can...

8.2CVSS9.2AI score0.00289EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2025/02/05 10:08 p.m.22 views

CVE-2022-42429

This vulnerability allows remote attackers to escalate privileges on affected installations of Centreon. Authentication is required to exploit this vulnerability. The specific flaw exists within the handling of requests to modify poller broker configuration. The issue results from the lack of...

8.8CVSS7.2AI score0.76134EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/28 11:24 a.m.24 views

CVE-2024-24773 Apache Superset: Improper validation of SQL statements allows for unauthorized access to data

Improper parsing of nested SQL statements on SQLLab would allow authenticated users to surpass their data authorization scope. This issue affects Apache Superset: before 3.0.4, from 3.1.0 before 3.1.1. Users are recommended to upgrade to version 3.1.1, which fixes the issue...

4.9CVSS5.9AI score0.00779EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/03/29 12:00 a.m.12 views

CVE-2022-42427

This vulnerability allows remote attackers to escalate privileges on affected installations of Centreon. Authentication is required to exploit this vulnerability. The specific flaw exists within the contact groups configuration page. The issue results from the lack of proper validation of a...

7.2CVSS9AI score0.76134EPSS
SaveExploits0References1
CNVD
CNVD
added 2022/10/10 12:00 a.m.42 views

Online Leave Management System SQL Injection Vulnerability

Online Leave Management System is an online leave management system. SQL injection vulnerability exists in Online Leave Management System v1.0, which originates in /leavesystem/classes/Master.php?f=delete department's id parameter lacks validation for external input SQL statements. An attacker...

7.2CVSS3.3AI score0.00895EPSS
SaveExploits1References1
OSV
OSV
added 2018/02/08 6:29 p.m.12 views

CVE-2017-17657

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Quest NetVault Backup 11.3.0.12. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of NVBUBackup TimeRange method requests. The issue result...

9.8CVSS6.2AI score0.0386EPSS
SaveExploits0References1
Rows per page
Query Builder