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

CVE-2026-45243: Steipete Summarize Auth Bypass Vulnerability

CVE-2026-45243 is an authorization bypass flaw in Steipete Summarize that allows attackers to manipulate automation artifacts via spoofed messages. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-45243 Overview

CVE-2026-45243 is a missing authorization vulnerability [CWE-862] in the Steipete Summarize browser extension prior to version 0.15.1. The flaw resides in the content script window.postMessage bridge, which fails to validate the origin and authenticity of incoming messages. Malicious web pages can forge runtime messages with spoofed sender identifiers to interact with automation artifacts scoped to the affected browser tab. Attackers can list, read, create, overwrite, or delete these artifacts without authorization checks. The vulnerability requires user interaction, such as visiting a malicious page while the extension is installed.

Critical Impact

Malicious web pages can manipulate automation artifacts in the victim's browser tab, leading to unauthorized data access, tampering, or deletion through forged postMessage events.

Affected Products

  • Steipete Summarize browser extension versions prior to 0.15.1
  • Chrome extension component apps/chrome-extension
  • Automation artifacts bridge in the content script runtime

Discovery Timeline

  • 2026-05-18 - CVE-2026-45243 published to the National Vulnerability Database (NVD)
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-45243

Vulnerability Analysis

The Summarize extension exposes an automation artifacts bridge through a content script that listens for window.postMessage events. The bridge is intended to relay messages between the page context and the extension background runtime. However, the content script accepts messages without verifying the sender identity or the message origin.

Attackers craft messages that mimic legitimate runtime traffic by populating spoofed sender identifier fields. The extension processes these messages and executes automation operations, including listing existing artifacts, reading their contents, creating new artifacts, overwriting existing data, or deleting stored artifacts. All operations occur within the scope of the active tab where the malicious page is loaded.

Root Cause

The root cause is the absence of authorization gating on the postMessage bridge. The content script trusts message payloads at face value, relying on caller-supplied identifiers rather than enforcing that automation operations originate from a privileged, armed tab context. The fix introduces an explicit arming mechanism through ArtifactsArmMessage and a withArtifactsArmedTab guard.

Attack Vector

An attacker hosts a malicious web page that the victim visits while the vulnerable extension is installed and active. The page issues forged window.postMessage calls targeting the extension's content script. No authentication or extension-level interaction beyond visiting the page is required.

typescript
// Patch from apps/chrome-extension/src/automation/native-input-guard.ts
  enabled: boolean;
};

+export type ArtifactsArmMessage = {
+  type: "automation:artifacts-arm";
+  tabId: number;
+  enabled: boolean;
+};
+
+export function updateArmedTabs(args: {
  armedTabs: Set<number>;
  senderHasTab: boolean;
  tabId?: number;

Source: GitHub Commit 3575440

typescript
// Patch from apps/chrome-extension/src/automation/repl.ts
  parseArtifact,
  upsertArtifact,
} from "./artifacts-store";
-import { withNativeInputArmedTab } from "./native-input-guard";
+import { withArtifactsArmedTab, withNativeInputArmedTab } from "./native-input-guard";
  import { executeNavigateTool } from "./navigate";
  import { listSkills } from "./skills-store";

Source: GitHub Commit 3575440. The patch wraps artifact REPL operations with withArtifactsArmedTab, ensuring only explicitly armed tabs can invoke artifact operations.

Detection Methods for CVE-2026-45243

Indicators of Compromise

  • Unexpected automation:artifacts-* postMessage traffic originating from untrusted web origins in browser console logs.
  • Unexplained creation, modification, or deletion of automation artifacts in the Summarize extension storage.
  • Browser extension event logs showing artifact operations not tied to user-initiated actions.

Detection Strategies

  • Inventory installed browser extensions across managed endpoints and flag Summarize installations below version 0.15.1.
  • Monitor extension storage changes through enterprise browser management telemetry where available.
  • Correlate visits to untrusted domains with anomalous extension activity for users running the vulnerable version.

Monitoring Recommendations

  • Track browser extension version inventory through endpoint management tooling and alert on outdated Summarize installations.
  • Review web proxy logs for users accessing untrusted sites while running affected extension versions.
  • Enable browser audit logging where supported to capture content script messaging anomalies.

How to Mitigate CVE-2026-45243

Immediate Actions Required

  • Upgrade Steipete Summarize to version 0.15.2 or later, which incorporates the artifacts bridge guard from pull request #222.
  • Audit existing automation artifacts for unauthorized modifications or unexpected entries.
  • Restrict installation of the affected extension to trusted users until patching is complete.

Patch Information

The fix is committed in GitHub commit 3575440 and shipped in release v0.15.2. The patch introduces an ArtifactsArmMessage type and a withArtifactsArmedTab guard that requires explicit arming of a tab before artifact operations are accepted. Additional details are available in the VulnCheck Security Advisory.

Workarounds

  • Disable or remove the Summarize extension until the upgrade to 0.15.2 is deployed.
  • Avoid browsing untrusted websites while the vulnerable extension version remains active.
  • Apply enterprise browser policies that block installation of extension versions below 0.15.1.
bash
# Verify installed extension version on Chromium-based browsers (macOS example)
grep -R '"version"' "$HOME/Library/Application Support/Google/Chrome/Default/Extensions" \
  | grep -i summarize

# Enforce minimum version via Chrome enterprise policy (ExtensionSettings)
# {
#   "<extension-id>": {
#     "installation_mode": "force_installed",
#     "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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/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 Update

  • GitHub Pull Request
  • Related CVEs
  • CVE-2026-45244: 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