SCA: security update for mpath (GHSA-p92x-r36w-9395)

critical Tenable Cloud Security Plugin ID 417412

Description

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

- This affects the package mpath before 0.8.4. A type confusion vulnerability can lead to a bypass of
CVE-2018-16490. In particular, the condition ignoreProperties.indexOf(parts[i]) !== -1 returns -1 if
parts[i] is ['__proto__']. This is because the method that has been called if the input is an array is
Array.prototype.indexOf() and not String.prototype.indexOf(). They behave differently depending on the
type of the input. (CVE-2021-23438)

See Also

https://github.com/advisories/GHSA-p92x-r36w-9395

Plugin Details

Severity: Critical

ID: 417412

Version: Revision 1.5

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

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.9

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

CVSS Score Source: CVE-2021-23438

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: 9/2/2021

Vulnerability Publication Date: 9/1/2021

Reference Information

CVE: CVE-2021-23438

cwe: CWE-843