Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-35178

CVE-2024-35178: Jupyter Server Info Disclosure Flaw

CVE-2024-35178 is an information disclosure vulnerability in Jupyter Server on Windows that allows attackers to leak NTLMv2 password hashes. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-35178 Overview

CVE-2024-35178 is an information disclosure vulnerability affecting Jupyter Server on Windows systems. This vulnerability enables unauthenticated attackers to leak the NTLMv2 password hash of the Windows user running the Jupyter server. Once obtained, attackers can crack this password to gain access to the Windows machine hosting the Jupyter server, access other network-accessible machines or third-party services using that credential, or perform NTLM relay attacks without cracking the credential to gain access to other network-accessible machines.

Critical Impact

Unauthenticated attackers can steal Windows NTLM credentials remotely, enabling lateral movement, credential cracking, and NTLM relay attacks across the network.

Affected Products

  • Jupyter Server versions prior to 2.14.1
  • Microsoft Windows (all versions running vulnerable Jupyter Server)
  • Jupyter web applications using affected backend server

Discovery Timeline

  • June 6, 2024 - CVE-2024-35178 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-35178

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw exists in how Jupyter Server handles certain requests on Windows systems, allowing unauthenticated remote attackers to trigger the Windows NTLM authentication mechanism.

When exploited, the Jupyter Server inadvertently discloses the NTLMv2 password hash of the Windows user account under which the server process is running. This type of information leakage is particularly dangerous because NTLMv2 hashes can be used in multiple attack scenarios including offline password cracking, pass-the-hash attacks, and NTLM relay attacks.

The vulnerability requires no authentication, making it accessible to any attacker who can reach the Jupyter Server over the network. The attack can be initiated remotely with no user interaction required.

Root Cause

The root cause of this vulnerability lies in improper handling of authentication requests by Jupyter Server on Windows platforms. The server fails to properly sanitize or restrict certain operations that trigger Windows NTLM authentication challenges, allowing an attacker to coerce the server into sending NTLM authentication attempts to an attacker-controlled destination.

This is a Windows-specific issue as the NTLM authentication protocol is native to Windows operating systems. When the Jupyter Server receives specially crafted requests, it attempts to authenticate using NTLM, exposing the hash to potential capture.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker targeting a vulnerable Jupyter Server instance would typically:

  1. Identify a publicly accessible or network-reachable Jupyter Server running on Windows
  2. Send crafted requests designed to trigger NTLM authentication
  3. Capture the resulting NTLMv2 hash through an attacker-controlled server
  4. Use the captured hash for password cracking, pass-the-hash attacks, or NTLM relay attacks

The vulnerability mechanism involves exploiting how Windows handles UNC paths or similar constructs that trigger automatic NTLM authentication. When the Jupyter Server processes certain requests, it may attempt to access resources in a way that triggers the Windows NTLM authentication protocol, sending the user's hashed credentials over the network. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2024-35178

Indicators of Compromise

  • Unusual outbound SMB (port 445) or NTLM authentication traffic from Jupyter Server hosts
  • Network connections from Jupyter Server processes to unexpected external IP addresses
  • Anomalous authentication failures or NTLM events in Windows Security logs
  • Evidence of tools like Responder or ntlmrelayx being used against the network

Detection Strategies

  • Monitor network traffic for outbound SMB connections originating from Jupyter Server processes
  • Implement intrusion detection rules for NTLM authentication attempts to external networks
  • Review Windows Security Event logs (Event IDs 4624, 4625, 4648) for anomalous authentication patterns
  • Deploy behavioral analytics to detect credential theft attempts on data science infrastructure

Monitoring Recommendations

  • Enable detailed logging on Jupyter Server instances and centralize logs to a SIEM
  • Monitor for reconnaissance activity targeting Jupyter Server ports (commonly 8888)
  • Implement network segmentation monitoring between data science environments and external networks
  • Track changes to Jupyter Server configurations and version updates

How to Mitigate CVE-2024-35178

Immediate Actions Required

  • Upgrade Jupyter Server to version 2.14.1 or later immediately
  • Audit all Windows systems running Jupyter Server for exposure
  • Restrict network access to Jupyter Server instances using firewall rules
  • Consider rotating credentials for accounts running Jupyter Server processes

Patch Information

The vulnerability is fixed in Jupyter Server version 2.14.1. The security fix is available in commit 79fbf801c5908f4d1d9bc90004b74cfaaeeed2df. Organizations should update their Jupyter Server installations using their package manager:

bash
pip install --upgrade jupyter-server>=2.14.1

For additional details, refer to the GitHub Security Advisory GHSA-hrw6-wg82-cm62.

Workarounds

  • Restrict Jupyter Server network access to trusted networks only using host-based firewalls
  • Block outbound SMB traffic (port 445) from Jupyter Server hosts to untrusted networks
  • Run Jupyter Server under a dedicated service account with minimal privileges
  • Consider deploying Jupyter Server on Linux platforms where NTLM vulnerabilities do not apply
bash
# Configuration example: Block outbound SMB from Jupyter Server host
# Windows Firewall rule to prevent NTLM hash leakage
netsh advfirewall firewall add rule name="Block Outbound SMB" dir=out action=block protocol=tcp remoteport=445

# Alternatively, restrict Jupyter Server to localhost only
jupyter server --ip=127.0.0.1 --port=8888

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.98%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-0930: wolfSSHd Information Disclosure Vulnerability

  • CVE-2026-33829: Windows Snipping Tool Info Disclosure Flaw

  • CVE-2026-32218: Windows Kernel Information Disclosure

  • CVE-2026-32217: Windows Kernel Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English