A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-45242

CVE-2026-45242: Steipete Summarize Path Traversal Flaw

CVE-2026-45242 is a path traversal vulnerability in Steipete Summarize allowing authenticated attackers to write files to arbitrary directories. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-45242 Overview

CVE-2026-45242 is a path traversal vulnerability [CWE-862] in Steipete Summarize versions prior to 0.15.1. The flaw resides in the /v1/summarize daemon endpoint, which accepts a slidesDir request parameter without proper validation. Authenticated callers can supply absolute paths or directory traversal sequences to write slide_*.png and slides.json artifacts to arbitrary writable directories. Repeat extraction requests can also delete matching files at the attacker-specified location. The vulnerability impacts integrity of the host filesystem within the permissions granted to the daemon process.

Critical Impact

Authenticated attackers can write and delete files in arbitrary writable directories on the host, enabling tampering with application data or configuration files accessible to the daemon process.

Affected Products

  • Steipete Summarize versions prior to 0.15.1
  • Component: steipete:summarize daemon
  • Patched in release v0.15.2

Discovery Timeline

  • 2026-05-18 - CVE-2026-45242 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-45242

Vulnerability Analysis

The vulnerability exists in the daemon request handler that builds slide extraction settings from caller-supplied input. The handler reads request.slidesDir directly and passes it to resolveSlideSettings, which subsequently writes output artifacts to the resolved path. Because no normalization or containment check is applied, absolute paths and ../ sequences bypass the intended .summarize/slides location.

An authenticated client — including browser extensions or localhost integrations that legitimately call the daemon — can redirect file writes to any directory the daemon process can access. The same code path also handles cleanup of previously extracted slides, meaning repeated requests with the same attacker-controlled path will delete pre-existing slide_*.png and slides.json files at that location.

Root Cause

The root cause is missing authorization and input validation on the slidesDir parameter. The daemon trusts API callers to specify host filesystem destinations, even though those callers are typically constrained clients that only need to trigger extraction. No path canonicalization or allowlist boundary enforces containment under the per-user Summarize directory.

Attack Vector

An attacker with valid daemon credentials sends a crafted POST request to /v1/summarize with slidesDir set to an absolute path such as /etc/myapp/ or a traversal sequence like ../../../../tmp/target. The daemon writes generated slide artifacts to that location. Subsequent calls with the same target overwrite or delete files matching the slide naming pattern.

typescript
   return resolveSlideSettings({
     slides: slidesValue,
     slidesOcr: slidesOcrValue,
-    slidesDir: request.slidesDir ?? ".summarize/slides",
+    // Daemon/API callers may be browser-extension or localhost clients that
+    // only need to request extraction, not select host filesystem paths. Keep
+    // slide artifacts under the per-user Summarize directory so an authenticated
+    // request cannot write/delete slide files in arbitrary writable locations.
+    slidesDir: ".summarize/slides",
     slidesSceneThreshold: request.slidesSceneThreshold,
     slidesSceneThresholdExplicit: typeof request.slidesSceneThreshold !== "undefined",
     slidesMax: request.slidesMax,

Source: GitHub Commit ec8efd6 — the patch hardcodes slidesDir to .summarize/slides, ignoring the caller-supplied value.

Detection Methods for CVE-2026-45242

Indicators of Compromise

  • Unexpected slide_*.png or slides.json files appearing outside the user's .summarize/slides directory
  • Deletion of legitimate files matching the slide artifact naming pattern in sensitive directories
  • HTTP requests to /v1/summarize containing slidesDir values with absolute paths or ../ traversal sequences

Detection Strategies

  • Inspect daemon access logs for POST /v1/summarize requests where the slidesDir field begins with /, ~, or contains ..
  • Monitor filesystem activity from the Summarize daemon process for writes outside its expected working directory
  • Audit installed Summarize versions across endpoints and flag any release earlier than 0.15.2

Monitoring Recommendations

  • Enable verbose request logging on the daemon and forward logs to a central analytics platform for query against traversal patterns
  • Alert on file creation events for slides.json or slide_*.png filenames in directories outside per-user Summarize paths
  • Track outbound API calls from browser extensions or local clients that target the /v1/summarize endpoint with non-default parameters

How to Mitigate CVE-2026-45242

Immediate Actions Required

  • Upgrade Steipete Summarize to version 0.15.2 or later without delay
  • Restrict daemon network exposure to localhost only and verify no remote interfaces are bound
  • Rotate any authentication tokens used by Summarize daemon clients if exposure is suspected
  • Review filesystem locations writable by the daemon user and audit for stray slide artifacts

Patch Information

The fix is delivered in release v0.15.2 via pull request #220 and commit ec8efd6. The patch removes caller control over slidesDir and pins the output location to the per-user .summarize/slides directory. Refer to the VulnCheck Advisory for additional vendor guidance.

Workarounds

  • Run the Summarize daemon under a low-privileged user account whose write permissions are confined to the Summarize working directory
  • Place the daemon behind a reverse proxy that strips or validates the slidesDir field on incoming requests
  • Apply filesystem-level access controls or mandatory access control profiles to restrict the daemon to its expected paths
bash
# Upgrade to the patched release
npm install -g @steipete/summarize@0.15.2

# Verify the installed version
summarize --version

# Confirm the daemon binds only to localhost
ss -tlnp | grep summarize

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSteipete Summarize

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/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
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Release v0.15.2

  • VulnCheck Advisory: Path Traversal
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Pull Request #220
  • Related CVEs
  • CVE-2026-45246: Steipete Summarize Info Disclosure Flaw

  • CVE-2026-45244: Steipete Summarize Auth Bypass Vulnerability

  • CVE-2026-45243: Steipete Summarize Auth Bypass Vulnerability

  • CVE-2026-45245: Steipete Summarize Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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