SCA: security update for org.postgresql:postgresql (GHSA-98qh-xjc8-98pq)

high Tenable Self-Hosted Container Security Plugin ID 441233

Description

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

- pgjdbc is an open source postgresql JDBC Driver. From version 42.2.0 to before version 42.7.11, pgjdbc is
vulnerable to a client-side denial of service during SCRAM-SHA-256 authentication. A malicious server can
instruct the driver to perform SCRAM authentication with a very large iteration count. With a large enough
value, the client spends an unbounded amount of CPU time inside PBKDF2 before authentication can fail. A
single attempt ties up a CPU core. Repeated or concurrent attempts exhaust client CPU and can wedge
connection pools. In affected versions, loginTimeout did not fully mitigate this problem. When
loginTimeout expired, the caller could stop waiting, but the worker thread performing the connection
attempt could continue running and burning CPU inside the SCRAM PBKDF2 computation. This issue has been
patched in version 42.7.11. (CVE-2026-42198)

Solution

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

See Also

https://github.com/advisories/GHSA-98qh-xjc8-98pq

Plugin Details

Severity: High

ID: 441233

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 5/6/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

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

CVSS Score Source: CVE-2026-42198

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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: 5/5/2026

Vulnerability Publication Date: 4/29/2026

Reference Information

CVE: CVE-2026-42198

cwe: CWE-770