The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-33589

CVE-2026-33589: Open Notebook Path Traversal Vulnerability

CVE-2026-33589 is a path traversal vulnerability in Open Notebook v1.8.3 that allows attackers to access local files from the docker container. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-33589 Overview

CVE-2026-33589 is a path traversal vulnerability in the file upload functionality of Open Notebook v1.8.3. The application fails to validate user-supplied input, allowing an authenticated user to read arbitrary files from the underlying Docker container. Attackers can leverage this flaw to access sensitive configuration files, secrets, and application source code stored within the container filesystem. The issue is tracked under CWE-20: Improper Input Validation.

Critical Impact

Authenticated users can traverse the container filesystem and read local file contents accessible to the Open Notebook process.

Affected Products

  • Open Notebook v1.8.3
  • Open Notebook deployments using the official Docker container
  • Earlier releases of Open Notebook that share the unpatched file upload handler

Discovery Timeline

  • 2026-05-07 - CVE-2026-33589 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-33589

Vulnerability Analysis

Open Notebook is an open-source research and note-taking application distributed as a Docker container. Version 1.8.3 exposes a file upload endpoint that accepts user-controlled path components without sanitization. An application user can submit crafted input containing directory traversal sequences such as ../ to escape the intended upload directory.

The vulnerability allows local file disclosure within the container boundary. Affected files include application configuration, environment files, and any secrets mounted into the container. The CVSS 4.0 vector indicates the attack vector is local with no privileges or user interaction required, and the impact is confined to confidentiality.

Root Cause

The root cause is the absence of input validation on filename and path parameters supplied to the upload handler. The application concatenates user input into filesystem paths without canonicalization or allowlist enforcement. Sequences such as ../../etc/passwd resolve to locations outside the intended upload directory.

Attack Vector

An attacker authenticated to Open Notebook submits a file upload request with a manipulated path parameter. The server resolves the traversal sequence and returns or stores file content from the targeted location inside the container. No exploitation in the wild has been reported, and no public proof-of-concept is referenced in the advisory.

The vulnerability mechanism is described in the GitHub Security Advisory GHSA-842v-h4cj-r646. No verified exploit code is publicly available at this time.

Detection Methods for CVE-2026-33589

Indicators of Compromise

  • HTTP requests to Open Notebook upload endpoints containing ../, ..\, or URL-encoded variants such as %2e%2e%2f
  • Application access to files outside the configured upload directory, particularly /etc/, /proc/, or /app/ paths
  • Unusual file read activity originating from the Open Notebook container process

Detection Strategies

  • Inspect web access logs for upload requests containing traversal sequences or absolute paths
  • Enable container runtime auditing to record file access by the Open Notebook process outside expected directories
  • Apply web application firewall rules that block path traversal patterns in multipart/form-data filename fields

Monitoring Recommendations

  • Forward Open Notebook application logs and container audit events to a centralized SIEM for correlation
  • Alert on file reads targeting credential stores, .env files, and SSH keys within the container
  • Track anomalous response sizes from upload endpoints that may indicate file content exfiltration

How to Mitigate CVE-2026-33589

Immediate Actions Required

  • Restrict access to the Open Notebook instance to trusted users only and review existing user accounts
  • Remove sensitive files, secrets, and credentials from the container filesystem where possible
  • Deploy a reverse proxy or WAF rule that blocks traversal sequences in upload requests

Patch Information

Consult the GitHub Security Advisory GHSA-842v-h4cj-r646 for the official remediation guidance and fixed version information from the Open Notebook maintainers.

Workarounds

  • Run the Open Notebook container as a non-root user with read-only filesystem mounts where feasible
  • Mount secrets through external secret management rather than placing them in the container image
  • Apply Docker security profiles such as seccomp and AppArmor to limit file access by the application process
bash
# Configuration example: run Open Notebook with reduced filesystem exposure
docker run --read-only \
  --tmpfs /tmp \
  --user 1000:1000 \
  --security-opt no-new-privileges \
  --cap-drop ALL \
  -v open-notebook-data:/app/data \
  open-notebook:patched

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpen Notebook

  • SeverityHIGH

  • CVSS Score8.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33588: Open Notebook Path Traversal Vulnerability

  • CVE-2026-33587: Open Notebook SSTI RCE Vulnerability

  • CVE-2026-28201: Open Notebook Auth Bypass Vulnerability
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