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

CVE-2026-45244: Steipete Summarize Auth Bypass Vulnerability

CVE-2026-45244 is an authorization bypass flaw in Steipete Summarize that lets attackers execute browser automation without user approval. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-45244 Overview

CVE-2026-45244 is a missing authorization vulnerability [CWE-862] in the Steipete Summarize Chrome extension prior to version 0.15.2. The flaw allows attackers to invoke browser automation tools without the per-call user approval step when the extension automation feature is enabled. Attackers craft malicious page or summary content that influences the agent into executing enabled automation tools, including navigation and debugger-backed actions. Exploitation requires the user to interact with attacker-controlled content while the automation feature is active.

Critical Impact

An attacker-influenced agent can execute browser automation actions, including navigation and debugger-backed operations, bypassing the final user approval gate.

Affected Products

  • Steipete Summarize Chrome extension versions prior to 0.15.1
  • Component: steipete:summarize
  • Fixed in release v0.15.2

Discovery Timeline

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

Technical Details for CVE-2026-45244

Vulnerability Analysis

The Summarize extension exposes an agent that can invoke automation tools such as page navigation and Chrome debugger-backed actions. When the extension automation feature is enabled, the agent loop executes tool calls without enforcing a per-invocation user confirmation. Malicious content embedded in a page or summary can steer the agent through prompt injection. The result is unauthorized invocation of automation tools triggered by content the user merely views.

The issue is classified as Missing Authorization [CWE-862]. The fix introduces a confirmToolCall step into the agent execution path so automation tool calls require explicit user approval before execution.

Root Cause

The root cause is the absence of an authorization checkpoint between tool selection and tool execution within the chat agent loop in apps/chrome-extension/src/entrypoints/sidepanel/chat-agent-loop.ts. Automation tool names returned by getAutomationToolNames() were passed to executeToolCall() without first prompting the user. Any agent decision influenced by untrusted page or summary content propagated directly to a privileged browser action.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker hosts content containing instructions that the agent interprets as legitimate tool requests. When a user summarizes or interacts with the attacker-controlled page, the agent invokes automation tools without prompting. The attacker can chain navigation or debugger-backed operations to influence the user's browser session.

typescript
// Patch excerpt: chat-agent-loop.ts adds confirmToolCall import
   chatController,
   chatSession,
   createStreamingAssistantMessage,
+  confirmToolCall,
   executeToolCall,
   getAutomationToolNames,
   hasDebuggerPermission,

Source: GitHub Commit e64fe3e

typescript
// Patch excerpt: main.ts now imports ToolResultMessage for confirmation flow
-import type { Message, ToolCall } from "@mariozechner/pi-ai";
+import type { Message, ToolCall, ToolResultMessage } from "@mariozechner/pi-ai";
 import { extractYouTubeVideoId } from "@steipete/summarize-core/content/url";
 import MarkdownIt from "markdown-it";
 import { executeToolCall, getAutomationToolNames } from "../../automation/tools";

Source: GitHub Commit e64fe3e

Detection Methods for CVE-2026-45244

Indicators of Compromise

  • Unexpected navigation events originating from the Summarize extension while a summary or chat session is active.
  • Chrome debugger API attach events tied to the Summarize extension without explicit user action.
  • Summarize extension versions earlier than 0.15.2 installed in managed Chrome inventories.

Detection Strategies

  • Inventory Chrome extensions across managed endpoints and flag installations of steipete/summarize below version 0.15.2.
  • Monitor browser process telemetry for chrome.debugger attach calls and chrome.tabs navigation events correlated with extension activity.
  • Review extension permission grants and identify endpoints where the automation feature is enabled.

Monitoring Recommendations

  • Capture and review Chrome enterprise reporting events for extension-initiated network requests.
  • Alert on installations of vulnerable Summarize versions through software inventory tooling.
  • Correlate user-reported anomalous browser navigation with extension activity logs.

How to Mitigate CVE-2026-45244

Immediate Actions Required

  • Upgrade the Summarize Chrome extension to version 0.15.2 or later on all endpoints.
  • Disable the extension automation feature until the patched version is deployed.
  • Audit managed Chrome environments for unauthorized installations of vulnerable Summarize versions.

Patch Information

The vendor released the fix in commit e64fe3e and shipped it in release v0.15.2. The patch introduces a confirmToolCall step requiring explicit user approval before any automation tool invocation. See the GitHub Pull Request #219 and GitHub Release v0.15.2. Additional context is published in the VulnCheck Security Advisory.

Workarounds

  • Disable the extension automation feature in Summarize settings until upgrading.
  • Restrict the extension's Chrome debugger permission via enterprise policy.
  • Block installation of Summarize versions earlier than 0.15.2 using Chrome ExtensionSettings policy.
bash
# Chrome enterprise policy example: force-update Summarize to patched version
# Place under ExtensionSettings policy (managed Chrome)
{
  "<summarize-extension-id>": {
    "installation_mode": "force_installed",
    "update_url": "https://clients2.google.com/service/update2/crx",
    "minimum_version_required": "0.15.2"
  }
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSteipete Summarize

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

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

  • VulnCheck Security Advisory
  • Vendor Resources
  • GitHub Commit Overview

  • GitHub Pull Request Review
  • Related CVEs
  • CVE-2026-45243: Steipete Summarize Auth Bypass Vulnerability

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

  • CVE-2026-45246: Steipete Summarize Info Disclosure Flaw

  • CVE-2026-45242: Steipete Summarize Path Traversal Flaw
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