LiveActive security incident?Get immediate response
CVE Record

CVE-2026-44727: Jupyter Server: Stored XSS in `NbconvertFileHandler` / `NbconvertPostHandler` via missing `sandbox` CSP

Jupyter Server is the backend for Jupyter web applications. Prior to 2.20, the nbconvert HTTP handlers in jupyter_server render user-authored notebook HTML under the Jupyter origin without a sandbox directive in their Content-Security-Policy. Combined with nbconvert.HTMLExporter's default non-sanitizing behavior, a notebook carrying an HTML payload in a display_data output triggers stored XSS with cookie access, full /api/* authority, and kernel RCE. This vulnerability is fixed in 2.20.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Jupyter Server versions before 2.20 can render notebook-generated HTML in a way that lets hostile notebook content run script under the trusted Jupyter site. If a user opens the rendered content, an attacker may gain the user’s Jupyter authority, including API access and possible code execution through kernels.

Executive priority

Treat as urgent for shared or externally reachable Jupyter environments. The issue can turn a notebook viewing action into account and compute compromise. Patch promptly, then verify exposure and access controls.

Technical view

The nbconvert HTTP handlers, NbconvertFileHandler and NbconvertPostHandler, served user-authored notebook HTML on the Jupyter origin without a sandbox CSP directive. Because nbconvert.HTMLExporter does not sanitize by default, malicious display_data HTML can become stored XSS with cookie access and /api/* authority. Fixed in jupyter_server 2.20.

Likely exposure

Highest exposure is Jupyter Server < 2.20 where users can upload, share, or open notebooks from others, especially multi-user notebook environments. Publicly reachable or broadly accessible Jupyter deployments increase business risk.

Exploitation context

Sources describe a stored XSS path requiring low privileges and user interaction. The record is not listed as KEV, and the provided sources do not state active exploitation. Impact may extend from browser compromise to Jupyter API abuse and kernel-backed code execution.

Researcher notes

The root issue is missing CSP sandboxing for nbconvert-rendered, user-controlled HTML on the trusted origin. Do not assume sanitization from nbconvert defaults. Validate fixed behavior through version and vendor advisory status rather than exploit reproduction.

Mitigation direction

  • Upgrade jupyter_server to version 2.20 or later.
  • Apply relevant vendor packages, including Red Hat fixes where applicable.
  • Restrict Jupyter access to trusted users and networks until patched.
  • Avoid opening untrusted notebooks or rendered notebook HTML.
  • Check vendor advisories for supported backports and product-specific status.

Validation and detection

  • Inventory all Jupyter Server installations and record jupyter_server versions.
  • Confirm no deployed instance runs jupyter_server below 2.20.
  • Identify shared notebook workflows that accept user-authored HTML outputs.
  • Review access controls for exposed Jupyter endpoints.
  • Check Red Hat advisory status for affected managed packages.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-1021: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-44727 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.3 (4.0)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
5Timeline events
2ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:HGitHub_M
9CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H2.36redhat-SADP

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2026-44727Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. ADP timelineredhat-SADP

    Made public.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. ADP timelineredhat-SADP

    Reported to Red Hat.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPjupyter-server: Jupyter Server: Remote Code Execution via stored Cross-Site Scripting in nbconvert handlers
other:Red Hat severity ratingcvssV3_1
  • 2026-06-22T21:00:50.127Z: Reported to Red Hat.
  • 2026-06-22T19:56:56.776Z: Made public.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
jupyter-serverjupyter_server< 2.20Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-1021 · source CWE mapping

Improper Restriction of Rendered UI Layers or Frames

Improper Restriction of Rendered UI Layers or Frames represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.