cvedb.io
CVE-2022-31197
HIGH · CVSS 7.1
EPSS exploitation probability: 0%
Published 2022-08-03T19:15:08.630 · Last modified 2026-06-17T04:45:00.760

Summary

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 column name that contains a statement terminator, e.g. `;`, could lead to SQL injection. This could lead to executing additional SQL commands as the application's JDBC user. User applications that do not invoke the `ResultSet.refreshRow()` method are not impacted. User application that do invoke that method are impacted if the underlying database that they are querying via their JDBC application may be under the control of an attacker. The attack requires the attacker to trick the user into executing SQL against a t

Affected products

postgresql — postgresql_jdbc_driver

Does this affect you?

Add your gear to cvedb and we'll alert you only when postgresql ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.