Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-41946

4.7 · MEDIUM
Published Nov 23, 2022 postgresql CWE-200 EPSS 0.48% (40th pctl)

Overview

CVE-2022-41946 is a medium-severity vulnerability affecting postgresql postgresql_jdbc_driver. It was published on November 23, 2022 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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 create a temporary file which is readable by other users on Unix like systems, but not MacOS. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system. This vulnerability does not allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability. Because certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using. Java 1.7 and higher users: this vulnerability is fixed in 4.5.0. Java 1.6 and lower users: no

Remediation

Check the references section for vendor advisories and patches from postgresql. Update postgresql_jdbc_driver to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
postgresql postgresql_jdbc_driver >= 42.2.0, < 42.2.27 Affected

Frequently Asked Questions

What is CVE-2022-41946?

CVE-2022-41946 is a medium-severity vulnerability affecting postgresql postgresql_jdbc_driver. It was published on November 23, 2022 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2022-41946?

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-41946?

Check the references section for vendor advisories and patches from postgresql. Update postgresql_jdbc_driver to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-41946?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-41946 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.