|
|||
Rule General Information |
---|
Release Date: | 2025-01-07 | |
Rule Name: | PostgreSQL JDBC Drive Remote Code Execution Vulnerability (CVE-2022-21724) | |
Severity: | ||
CVE ID: | ||
Rule Protection Details |
---|
Description: | 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 instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue. | |
Impact: | An attacker can execute arbitrary code via a successful exploit in the context of the vulnerable software. | |
Affected OS: | Windows, Linux, Others | |
Reference: | https://github.com/pgjdbc/pgjdbc/commit/f4d0ed69c0b3aae8531d83d6af4c57f22312c813 https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-v7wg-cpwc-24m4 https://lists.debian.org/debian-lts-announce/2022/05/msg00027.html https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BVEO7BEFXPBVHSPYL3YKQWZI6DYXQLFS/ |
|
Solutions |
---|
Download the patched versions and above of PostgreSQL JDBC Driver. Patched versions: 42.3.2 and above, reference: https://github.com/pgjdbc/pgjdbc/releases/Upgrade PostgrepSQL JDBC Driver by:JAR replacement:Download JAR file of the target versionReplace the old JAR file with the new oneUpdate Maven projectModify the version of org.postgrepsql:postgrepsql in the pom.xmlUpdate Maven project: maven install |