SCA: security update for eslint (GHSA-p5wg-g6qr-c7cg)

medium Tenable Self-Hosted Container Security Plugin ID 437388

Description

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

- Stack overflow vulnerability in eslint before 9.26.0 when serializing objects with circular references in
eslint/lib/shared/serialization.js. The exploit is triggered via the RuleTester.run() method, which
validates test cases and checks for duplicates. During validation, the internal function
checkDuplicateTestCase() is called, which in turn uses the isSerializable() function for serialization
checks. When a circular reference object is passed in, isSerializable() enters infinite recursion,
ultimately causing a stack overflow. (CVE-2025-50537)

See Also

https://github.com/advisories/GHSA-p5wg-g6qr-c7cg

Plugin Details

Severity: Medium

ID: 437388

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/29/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.39

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.9

Temporal Score: 3.8

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

CVSS Score Source: CVE-2025-50537

CVSS v3

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 5

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

Vulnerability Publication Date: 1/26/2026

Reference Information

CVE: CVE-2025-50537

cwe: CWE-674