SCA: security update for jupyter_enterprise_gateway (GHSA-cfw7-6c5v-2wjq)

critical Tenable Cloud Security Plugin ID 442608

Description

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

- Jupyter Enterprise Gateway launches remote Jupyter Notebook kernels across distributed clusters like
Apache Spark, Kubernetes, and Docker Swarm. In versions prior to 3.3.0, the server interpolates untrusted
environment variables (e.g., KERNEL_XXX) into Kubernetes manifests without YAML-aware escaping, enabling
YAML injection attacks. Attackers can inject new fields, overwrite critical fields (e.g., duplicate
securityContext keys, where the last one prevails), and inject document boundaries (--- for new documents,
... for end-of-document) to generate multiple resources, potentially creating arbitrary types, such as
privileged pods. The Jinja2 template for the Kubernetes manifest contains several kernel_xxx variables,
such as kernel_working_dir that are used when rendering the manifest and are all vectors for YAML
injection. This issue has been fixed in version 3.3.0. (CVE-2026-44182)

Solution

Update the jupyter_enterprise_gateway library and its related packages to version 3.3.0 or later.

See Also

https://github.com/advisories/GHSA-cfw7-6c5v-2wjq

Plugin Details

Severity: Critical

ID: 442608

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/4/2026

Updated: 7/20/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 6.9

Percentile: 96.89

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

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

CVSS Score Source: CVE-2026-44182

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

CVSS v4

Risk Factor: Critical

Base Score: 10

Threat Score: 9.1

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/3/2026

Vulnerability Publication Date: 6/3/2026

Reference Information

CVE: CVE-2026-44182

cwe: CWE-74