VYPR

Postgresql Jdbc Driver

by PostgreSQL

Source repositories

CVEs (11)

  • CVE-2022-26520CriMar 10, 2022
    risk 0.64cvss 9.8epss 0.03

    In pgjdbc before 42.3.3, an attacker (who controls the jdbc URL or properties) can call java.util.logging.FileHandler to write to arbitrary files through the loggerFile and loggerLevel connection properties. An example situation is that an attacker could create an executable JSP…

  • CVE-2024-1597CriFeb 19, 2024
    risk 0.58cvss 10.0epss 0.05

    pgjdbc, the PostgreSQL JDBC Driver, allows attacker to inject SQL if using PreferQueryMode=SIMPLE. Note this is not the default. In the default mode there is no vulnerability. A placeholder for a numeric value must be immediately preceded by a minus. There must be a second…

  • CVE-2018-10936HigAug 30, 2018
    risk 0.53cvss 8.1epss 0.03

    A weakness was found in postgresql-jdbc before version 42.2.5. It was possible to provide an SSL Factory and not check the host name if a host name verifier was not provided to the driver. This could lead to a condition where a man-in-the-middle attacker could masquerade as a…

  • CVE-2025-49146HigJun 11, 2025
    risk 0.46cvss 8.2epss 0.00

    pgjdbc is an open source postgresql JDBC Driver. From 42.7.4 and until 42.7.7, when the PostgreSQL JDBC driver is configured with channel binding set to required (default value is prefer), the driver would incorrectly allow connections to proceed with authentication methods that…

  • CVE-2020-13692HigJun 4, 2020
    risk 0.43cvss 7.7epss 0.04

    PostgreSQL JDBC Driver (aka PgJDBC) before 42.2.13 allows XXE.

  • CVE-2026-42198HigApr 29, 2026
    risk 0.42cvss 7.5epss 0.01

    pgjdbc is an open source postgresql JDBC Driver. From version 42.2.0 to before version 42.7.11, pgjdbc is vulnerable to a client-side denial of service during SCRAM-SHA-256 authentication. A malicious server can instruct the driver to perform SCRAM authentication with a very…

  • CVE-2022-31197HigAug 3, 2022
    risk 0.39cvss 7.1epss 0.02

    PostgreSQL JDBC Driver (PgJDBC for short) allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The PGJDBC implementation of the `java.sql.ResultRow.refreshRow()` method is not performing escaping of column names so a malicious…

  • CVE-2022-21724HigFeb 2, 2022
    risk 0.39cvss 7.0epss 0.03

    pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin…

  • CVE-2026-54291MedJul 6, 2026
    risk 0.31cvss 5.9epss 0.00

    pgjdbc is an open source postgresql JDBC Driver. In releases 42.7.4 through 42.7.11, channelBinding=require connections can be silently downgraded from SCRAM-SHA-256-PLUS with channel binding to plain SCRAM-SHA-256 without it, losing the man-in-the-middle protection the setting…

  • CVE-2022-41946MedNov 23, 2022
    risk 0.24cvss 4.7epss 0.00

    pgjdbc is an open source postgresql JDBC Driver. In affected versions a prepared statement using either `PreparedStatement.setText(int, InputStream)` or `PreparedStatemet.setBytea(int, InputStream)` will create a temporary file if the InputStream is larger than 2k. This will…

  • CVE-2012-1618Oct 6, 2012
    risk 0.00cvss epss 0.03

    Interaction error in the PostgreSQL JDBC driver before 8.2, when used with a PostgreSQL server with the "standard_conforming_strings" option enabled, such as the default configuration of PostgreSQL 9.1, does not properly escape unspecified JDBC statement parameters, which allows…