SCA: security update for org.postgresql:postgresql (GHSA-24rp-q3w6-vc56)

critical Tenable Cloud Security Plugin ID 408673

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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 placeholder for a string value after the
first placeholder; both must be on the same line. By constructing a matching string payload, the attacker
can inject SQL to alter the query,bypassing the protections that parameterized queries bring against SQL
Injection attacks. Versions before 42.7.2, 42.6.1, 42.5.5, 42.4.4, 42.3.9, and 42.2.28 are affected.
(CVE-2024-1597)

Solution

Update the org.postgresql:postgresql library and its related packages to version 42.2.28 or later.

See Also

https://github.com/advisories/GHSA-24rp-q3w6-vc56

Plugin Details

Severity: Critical

ID: 408673

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.86

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2024-1597

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 2/21/2024

Vulnerability Publication Date: 2/19/2024

Reference Information

CVE: CVE-2024-1597

cwe: CWE-89