SCA: security update for co.fs2:fs2-io, co.fs2:fs2-io_2.12, co.fs2:fs2-io_2.13, co.fs2:fs2-io_3, co.fs2:fs2-io_sjs1_2.13, co.fs2:fs2-io_sjs1_3 (GHSA-2cpx-6pqp-wf35)

critical Tenable Self-Hosted Container Security Plugin ID 408867

Description

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

- fs2 is a compositional, streaming I/O library for Scala. When establishing a server-mode `TLSSocket` using
`fs2-io` on Node.js, the parameter `requestCert = true` is ignored, peer certificate verification is
skipped, and the connection proceeds. The vulnerability is limited to: 1. `fs2-io` running on Node.js. The
JVM TLS implementation is completely independent. 2. `TLSSocket`s in server-mode. Client-mode `TLSSocket`s
are implemented via a different API. 3. mTLS as enabled via `requestCert = true` in `TLSParameters`. The
default setting is `false` for server-mode `TLSSocket`s. It was introduced with the initial Node.js
implementation of fs2-io in 3.1.0. A patch is released in v3.2.11. The requestCert = true parameter is
respected and the peer certificate is verified. If verification fails, a SSLException is raised. If using
an unpatched version on Node.js, do not use a server-mode TLSSocket with requestCert = true to establish a
mTLS connection. (CVE-2022-31183)

See Also

https://github.com/advisories/GHSA-2cpx-6pqp-wf35

Plugin Details

Severity: Critical

ID: 408867

Version: Revision 1.7

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.15

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

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

CVSS Score Source: CVE-2022-31183

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

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:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 7/29/2022

Vulnerability Publication Date: 7/29/2022

Reference Information

CVE: CVE-2022-31183

cwe: CWE-295