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-45246

CVE-2026-45246: Steipete Summarize Info Disclosure Flaw

CVE-2026-45246 is an information disclosure vulnerability in Steipete Summarize that exposes sensitive credentials through insecure file permissions. This article covers the technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-45246 Overview

CVE-2026-45246 is an insecure file permission vulnerability [CWE-732] in Steipete summarize prior to version 0.15.1. The flaw resides in the refresh-free configuration rewrite path, where the application creates a replacement configuration file using the default process umask instead of preserving the original file permissions. On shared Unix-like systems, this exposes the rewritten config file, including API keys and provider credentials, to other local users. Authenticated local users can read these credentials without elevated privileges. The issue was fixed in release v0.15.2.

Critical Impact

Local users on shared Unix-like hosts can read API keys and provider credentials stored in the rewritten summarize configuration file.

Affected Products

  • Steipete summarize versions prior to 0.15.1
  • Deployments on shared Unix-like systems where multiple local users have filesystem access
  • Configurations storing API keys and provider credentials managed by the refresh-free rewrite path

Discovery Timeline

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

Technical Details for CVE-2026-45246

Vulnerability Analysis

The vulnerability stems from how summarize handles configuration rewrites in the refresh-free code path. When the application rewrites its configuration, it creates a new file using the process's default umask. The original file's restrictive permissions are not preserved across the rewrite operation.

On shared Unix-like systems, default umask values such as 022 produce world-readable files. The configuration file contains sensitive secrets, including API keys and third-party provider credentials. Any local user with shell access on the host can read these secrets without authentication to the application itself.

The attack does not require network access or user interaction. An attacker with a local account can wait for or trigger a configuration rewrite, then read the resulting file directly from disk.

Root Cause

The root cause is missing permission preservation in the file rewrite logic in src/refresh-free.ts. The rewrite path used writeFile and rename without calling chmod to restore the original permission bits, leaving the new file with default umask-derived permissions.

Attack Vector

Exploitation requires local access to the host running summarize. The attacker reads the rewritten configuration file directly from the filesystem and extracts plaintext credentials. No interaction with the summarize process itself is needed.

typescript
// Security patch in src/refresh-free.ts
// Source: https://github.com/steipete/summarize/commit/9e990193650a23dab73f37d5e1964d574a44098b
-import { mkdir, readFile, rename, writeFile } from "node:fs/promises";
+import { chmod, mkdir, readFile, rename, writeFile } from "node:fs/promises";
 import { homedir } from "node:os";
 import { dirname, join } from "node:path";
 import JSON5 from "json5";

The patch imports chmod so the rewrite path can explicitly restore the original file mode after writing the replacement, ensuring secrets remain readable only to the owning user.

Detection Methods for CVE-2026-45246

Indicators of Compromise

  • Configuration files written by summarize with world-readable or group-readable mode bits, such as -rw-r--r--, in user home directories.
  • Access to the summarize config path by user accounts other than the file owner in shell history or audit logs.
  • Unexpected use of credentials or API keys originating from the summarize host outside normal application activity.

Detection Strategies

  • Audit the summarize configuration file path under each user's home directory and compare the mode bits against an expected 0600 baseline.
  • Enable Linux audit rules (auditd) on the summarize configuration directory to record open and read syscalls by non-owner UIDs.
  • Inspect shell command logs for cat, less, or cp operations targeting the summarize config file from accounts that do not own the file.

Monitoring Recommendations

  • Continuously monitor sensitive dotfiles and configuration directories for permission drift after application updates or upgrades.
  • Forward filesystem and authentication telemetry from shared Unix hosts to a centralized logging platform for correlation with credential-abuse alerts.
  • Rotate API keys on a defined cadence and alert on any usage of keys from unexpected source IPs or user agents.

How to Mitigate CVE-2026-45246

Immediate Actions Required

  • Upgrade Steipete summarize to version 0.15.2 or later, which restores original file permissions during refresh-free rewrites.
  • Rotate all API keys and provider credentials referenced in the summarize configuration, treating them as exposed on multi-user systems.
  • Manually reset the configuration file mode to 0600 and verify the owning user is the only account with read access.

Patch Information

The fix is delivered in summarizev0.15.2, implemented in commit 9e990193650a23dab73f37d5e1964d574a44098b via pull request #217. The patch imports chmod in src/refresh-free.ts and applies the original file mode to the rewritten configuration. See the GitHub commit overview, the pull request discussion, the v0.15.2 release notes, and the VulnCheck advisory.

Workarounds

  • Tighten the process umask to 0077 before launching summarize so newly created files default to owner-only permissions.
  • Manually chmod 600 the configuration file after each rewrite until the upgrade is applied.
  • Restrict shell access on hosts running summarize and avoid deploying it on multi-tenant Unix systems.
bash
# Configuration example: harden umask and reset config permissions
umask 0077
chmod 600 "$HOME/.config/summarize/config.json"
stat -c '%a %U %n' "$HOME/.config/summarize/config.json"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSteipete Summarize

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

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

  • VulnCheck Advisory for Summarize
  • Vendor Resources
  • GitHub Commit Overview

  • GitHub Pull Request Discussion
  • Related CVEs
  • CVE-2026-45244: Steipete Summarize Auth Bypass Vulnerability

  • CVE-2026-45242: Steipete Summarize Path Traversal Flaw

  • 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