About 727,000 results
Open links in new tab
  1. PayloadsAllTheThings/SQL Injection/PostgreSQL Injection.md at …

    PostgreSQL SQL injection refers to a type of security vulnerability where attackers exploit improperly sanitized user input to execute unauthorized SQL commands within a PostgreSQL database.

  2. Postgres SQL Injection Cheat Sheet | pentestmonkey

    This post is part of a series of SQL Injection Cheat Sheets. In this series, I’ve endevoured to tabulate the data to make it easier to read and to use the same table for for each database backend.

  3. PostgreSQL: CVE-2025-1094: PostgreSQL quoting APIs miss …

    Nov 13, 2025 · Improper neutralization of quoting syntax in PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() allows a …

  4. Securing PostgreSQL Against Injection, Misconfiguration, and …

    Jun 6, 2025 · We’ll explore how SQL injection attacks occur (with code examples in SQL and Node.js), how to harden PostgreSQL’s configuration to avoid common pitfalls, and how to prevent users or …

  5. Prevent SQL Injection attacks on your PostgreSQL servers

    Jun 11, 2024 · This example shows how an attacker can use SQL injection to circumvent an application’s SQL Based authentication and gain administrator privileges. Consider a simple …

  6. PostgreSQL injection - HackTricks

    The PostgreSQL module dblink offers capabilities for connecting to other PostgreSQL instances and executing TCP connections. These features, combined with the COPY FROM functionality, enable …

  7. CVE-2025-1094: PostgreSQL psql SQL injection (FIXED) - Rapid7

    Feb 13, 2025 · Because of how PostgreSQL string escaping routines handle invalid UTF-8 characters, in combination with how invalid byte sequences within the invalid UTF-8 characters are processed by …

  8. PostgreSQL Tutorial: Protecting Against SQL Injection

    Sep 5, 2024 · Summary: In this tutorial, you will learn how to secure PostgreSQL against SQL injection attacks. Table of Contents. SQL injection is a code injection technique used to attack data-driven …

  9. CVE-2025–1094: PostgreSQL SQL Injection Vulnerability - Medium

    CVE-2025–1094 is a high-severity SQL injection vulnerability affecting PostgreSQL, discovered by Rapid7 researcher Stephen Fewer and patched on February 13, 2025. Here’s a detailed breakdown:

  10. CVE-2025-1094: PostgreSQL SQL Injection Vulnerability - ARMO

    Learn about CVE-2025-1094, a critical SQL injection vulnerability in PostgreSQL's escaping functions. Discover affected versions, mitigation strategies, and how to protect your systems.