Lucene search
+L

15244 matches found

CVE
CVE
added 2026/09/18 7:45 p.m.9 views

CVE-2026-61822

pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0 , the run_maintenance() function handles exceptions outside the loop that iterates over part_config rows, meaning a single exception in one partition set immediately terminates the entire loop and s...

6.5CVSS0.00393EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/18 7:44 p.m.14 views

CVE-2026-61781

pg_partman , a PostgreSQL extension for managing partitioned tables, contains a privilege escalation vulnerability in create_partition_time() . The function reads the writable part_config.time_encoder text value and interpolates it without identifier quoting into a dynamically executed SELECT sta...

9.9CVSS0.00573EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 4:44 p.m.11 views

CVE-2026-2005

CVE-2026-2005 — PostgreSQL pgcrypto Heap Buffer Overflow Target commit: 4b324845ba5d24682b9b3708a769f00d160afbd7 PostgreSQL 18.1 — vulnerable Summary Field| Detail ---|--- CVE| CVE-2026-2005 Type| Heap buffer overflow Component| contrib/pgcrypto/pgp-pubdec.c — pgpparsepubencsesskey Impact| RCE as...

8.8CVSS8.3AI score0.01323EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/18 5:37 a.m.13 views

postgres-bruteforcer

postgres-bruteforcer About This Go script reads a list of usernames and passwords from a file called creds.txt and tests them against a PostgreSQL database. The script accepts an IP of the PostgreSQL server as a command line argument or a text file of ip's. If an access is granted, the script...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 4:34 a.m.28 views

gitrob

Gitrob: Putting the Open Source in OSINT Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github. Gitrob will clone repositories belonging to a user or organization down to a configurable depth and iterate through the commit history and flag files that...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 4:01 a.m.54 views

vulnreport

Abandoned Project This project is not currently maintained and has been abandoned. Vulnreport Pentesting management and automation platform Vulnreport is a platform for managing penetration tests and generating well-formatted, actionable findings reports without the normal overhead that takes up...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 2:57 a.m.93 views

fingerprintx

Features • Installation • Usage • Running fingerprintx • Using as a library • Why not nmap? • Notes • Acknowledgements fingerprintx is a utility similar to httpx that also supports fingerprinting services like as RDP, SSH, MySQL, PostgreSQL, Kafka, etc. fingerprintx can be used alongside port...

5.9AI score
SaveExploits0References16
EUVD
EUVD
added 2026/09/18 12:31 a.m.8 views

EUVD-2026-82597

Improper authorization in Azure Database for PostgreSQL allows an authorized attacker to elevate privileges over a network...

9.9CVSS0.00549EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/18 12:17 a.m.8 views

CVE-2026-85878

Improper authorization in Azure Database for PostgreSQL allows an authorized attacker to elevate privileges over a network...

9.9CVSS0.00549EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.9 views

MiracleLinux 9 : [security - high] postgresql:16 (AXSA:2026-1882:01)

The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-1882:01 advisory. postgresql: PostgreSQL: Arbitrary code execution via integer wraparound in tsvector and tsquery functions CVE-2026-14662 postgresql: PostgreSQL:...

8.8CVSS0.00676EPSS
SaveExploits3References18
CVE
CVE
added 2026/09/17 11:04 p.m.66 views

CVE-2026-85878

CVE-2026-85878 is an improper authorization vulnerability in Azure Database for PostgreSQL that allows an authorized attacker to elevate privileges over a network. Microsoft's CNA rates it CVSS 3.1 9.9 (CRITICAL) with a vector of AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H, indicating a low-complexity ne...

9.9CVSS0.00549EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 10:17 p.m.7 views

CVE-2026-53556

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, the POST /api/v1/datasource/previewData endpoint in backend/apps/datasource/crud/datasource.py incorporates the client-controlled tablename value into generated SQL without safe identifier handling...

6CVSS0.00381EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 9:41 p.m.17 views

CVE-2026-53557

SQLBot , an intelligent Text-to-SQL system built on LLMs and RAG, contains a second-order SQL injection in its Excel datasource handling. Prior to 1.9.0 , an authenticated user can supply a crafted sheet["tableName"] value via POST /api/v1/datasource/, which is stored without safe identifier hand...

7.7CVSS0.00265EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 9:41 p.m.6 views

CVE-2026-53557 SQLBot: Second-Order SQL Injection via Excel Datasource Leading to Remote Command Execution

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, an authenticated user can supply a crafted sheet"tableName" value in the Excel datasource configuration submitted through POST /api/v1/datasource/, and SQLBot stores that value without safe...

7.7CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 9:39 p.m.12 views

CVE-2026-53556

SQLBot , an intelligent Text-to-SQL system, is vulnerable to authenticated SQL injection in the POST /api/v1/datasource/previewData endpoint (prior to v1.9.0 ). The client-controlled table_name parameter is incorporated into generated SQL without safe identifier handling. An authenticated user ca...

6CVSS0.00381EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 9:39 p.m.3 views

CVE-2026-53556 SQLBot: Authenticated SQL Injection in previewData Resulting in Arbitrary File Read

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. Prior to 1.9.0, the POST /api/v1/datasource/previewData endpoint in backend/apps/datasource/crud/datasource.py incorporates the client-controlled tablename value into generated SQL without safe identifier handling...

6CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 8:22 p.m.25 views

CVE-2026-54354 MapServer: PostGIS Numeric Filter Value SQL Injection in MapServer Runtime Query Translation

MapServer is a system for developing web-based GIS applications. Prior to 8.6.4, MapServer's PostGIS runtime filter translation in src/mappostgis.cpp and msPostGISLayerTranslateFilter treats a filteritem as numeric when CONNECTIONTYPE POSTGIS and metadata such as gmltype=Integer are configured, b...

8.2CVSS0.00408EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/09/17 8:22 p.m.8 views

CVE-2026-54354 MapServer: PostGIS Numeric Filter Value SQL Injection in MapServer Runtime Query Translation

MapServer is a system for developing web-based GIS applications. Prior to 8.6.4, MapServer's PostGIS runtime filter translation in src/mappostgis.cpp and msPostGISLayerTranslateFilter treats a filteritem as numeric when CONNECTIONTYPE POSTGIS and metadata such as gmltype=Integer are configured, b...

8.2CVSS0.00408EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/17 7:19 p.m.5 views

LInux-Kernel-InfoLeak-6.12.-Leveraged-to-do-cross-container-info-leak.-

LInux-Kernel-InfoLeak-6.12.-Leveraged-to-do-cross-container-info-leak.- POC shows how to leak postgresql stuff cause hugefile sub-system. Based on https://x.com/spendergrsec/status/1993794163880718700?s=20...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 2:41 p.m.8 views

CVE-2018-1058

CVE-2018-1058 — PostgreSQL Search Path Demonstration This repository contains the final report and the reproducibility artifacts for: CVE-2018-1058: Privilege Escalation in PostgreSQL through Uncontrolled Search Path The goal is to demonstrate the search-path trust failure behind CVE-2018-1058...

8.8CVSS7.6AI score0.13098EPSS
SaveExploits1
Rows per page
Query Builder