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.
References
Link | Resource |
---|---|
https://github.com/pgjdbc/pgjdbc/commit/f4d0ed69c0b3aae8531d83d6af4c57f22312c813 | Patch Third Party Advisory |
https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-v7wg-cpwc-24m4 | Exploit Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2022/05/msg00027.html | Mailing List Third Party Advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BVEO7BEFXPBVHSPYL3YKQWZI6DYXQLFS/ | |
https://security.netapp.com/advisory/ntap-20220311-0005/ | Third Party Advisory |
https://www.debian.org/security/2022/dsa-5196 | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
Configuration 4 (hide)
|
History
07 Nov 2023, 03:43
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Information
Published : 2022-02-02 12:15
Updated : 2024-02-28 18:48
NVD link : CVE-2022-21724
Mitre link : CVE-2022-21724
CVE.ORG link : CVE-2022-21724
JSON object : View
Products Affected
quarkus
- quarkus
debian
- debian_linux
fedoraproject
- fedora
postgresql
- postgresql_jdbc_driver
CWE
CWE-665
Improper Initialization