SCA: security update for github.com/russellhaering/gosaml2 (GHSA-6gc3-crp7-25w5)

medium Tenable Cloud Security Plugin ID 411430

Description

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

- gosaml2 is a Pure Go implementation of SAML 2.0. SAML Service Providers using this library for SAML
authentication support are likely susceptible to Denial of Service attacks. A bug in this library enables
attackers to craft a `deflate`-compressed request which will consume significantly more memory during
processing than the size of the original request. This may eventually lead to memory exhaustion and the
process being killed. The maximum compression ratio achievable with `deflate` is 1032:1, so by limiting
the size of bodies passed to gosaml2, limiting the rate and concurrency of calls, and ensuring that lots
of memory is available to the process it _may_ be possible to help Go's garbage collector "keep up".
Implementors are encouraged not to rely on this. This issue is fixed in version 0.9.0. (CVE-2023-26483)

See Also

https://github.com/advisories/GHSA-6gc3-crp7-25w5

Plugin Details

Severity: Medium

ID: 411430

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: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

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

CVSS Score Source: CVE-2023-26483

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/2/2023

Vulnerability Publication Date: 3/2/2023

Reference Information

CVE: CVE-2023-26483

cwe: CWE-409