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

CVE-2026-45245: Steipete Summarize Auth Bypass Vulnerability

CVE-2026-45245 is an authentication bypass flaw in Steipete Summarize that exploits synthetic mouseover events to make unauthorized authenticated requests. This article covers the technical details, affected versions, and mitigations.

Published: May 21, 2026

CVE-2026-45245 Overview

CVE-2026-45245 affects the Steipete Summarize browser extension prior to version 0.15.1. The vulnerability resides in the hover summary feature, which dispatches authenticated daemon requests in response to mouseover events without verifying that the events originated from genuine user interaction. Malicious web pages can synthesize mouseover events over attacker-controlled links to coerce the extension into issuing authenticated requests to arbitrary URLs, including local and private-network endpoints. This effectively turns the extension into a server-side request forgery (SSRF) primitive against the user's internal network. The flaw is classified under CWE-918: Server-Side Request Forgery.

Critical Impact

Attackers can route authenticated requests through the Summarize daemon to reach private-network and loopback endpoints, exposing internal services to unauthorized access via stored extension tokens.

Affected Products

  • Steipete Summarize browser extension versions prior to 0.15.1
  • Chrome extension component apps/chrome-extension (hover controller and content script)
  • Local Summarize daemon endpoints reachable via stored authentication tokens

Discovery Timeline

  • 2026-05-18 - CVE-2026-45245 published to the National Vulnerability Database (NVD)
  • 2026-05-19 - Last updated in NVD database
  • Patch reference - Fix landed via GitHub Pull Request #218 and commit ecbb2c4, released in v0.15.2

Technical Details for CVE-2026-45245

Vulnerability Analysis

The Summarize extension exposes a hover summary feature that triggers when a user hovers over a link. The hover content script forwards the link URL to the extension background, which then issues an authenticated request to the local Summarize daemon. Prior to 0.15.1, the content script did not verify whether the triggering DOM event was generated by genuine user interaction. Any script in the page could call element.dispatchEvent(new MouseEvent('mouseover')) on an attacker-controlled anchor to force the extension into requesting any URL the attacker chose. Because the daemon request carries the user's stored token, the resulting traffic is authenticated and can target internal services that would otherwise be unreachable from the public web.

Root Cause

The root cause is a missing trust check on the originating DOM event. The hover handler treated all mouseover events identically and did not consult the Event.isTrusted property, which differentiates user-initiated events from script-synthesized ones. Combined with the lack of host validation on the hovered URL, the extension would relay requests targeting 127.0.0.1, RFC1918 ranges, and link-local addresses through the authenticated daemon channel.

Attack Vector

An attacker hosts a page containing hidden or styled anchor elements whose href points at local or private-network URLs such as http://127.0.0.1:8080/admin or http://192.168.1.1/. Page JavaScript dispatches synthetic mouseover events at these anchors. The Summarize hover handler accepts the events as legitimate hover triggers and instructs the daemon to fetch each URL with the user's authentication token attached. Responses or side effects from those internal endpoints are then reachable to the attacker through subsequent extension interactions.

typescript
// Patch in apps/chrome-extension/src/entrypoints/hover.content.ts
// Adds a trust check rejecting synthetic mouseover events
export function shouldHandleHoverTriggerEvent(event: Pick<Event, "isTrusted">): boolean {
  return event.isTrusted === true;
}

function ensureTooltip(): Tooltip {
  ensureStyle();
  let el = document.getElementById(TOOLTIP_ID) as HTMLDivElement | null;

Source: github.com/steipete/summarize commit ecbb2c4

typescript
// Patch in apps/chrome-extension/src/entrypoints/background/hover-controller.ts
// Adds private-network host filtering before issuing daemon requests
function isPrivateIpv4(hostname: string): boolean {
  const parts = hostname.split(".");
  if (parts.length !== 4) return false;
  const octets = parts.map((part) => Number.parseInt(part, 10));
  if (octets.some((octet, index) => !/^\d+$/.test(parts[index]) || octet < 0 || octet > 255)) {
    return false;
  }
  const [first, second] = octets;
  return (
    first === 10 ||
    first === 127 ||
    (first === 172 && second >= 16 && second <= 31) ||
    (first === 192 && second === 168) ||
    (first === 169 && second === 254) ||
    first === 0
  );
}

function isPrivateIpv6Hostname(hostname: string): boolean {
  const normalized = hostname.toLowerCase();
  if (!normalized.startsWith("[") || !normalized.endsWith("]")) return false;
  const address = normalized.slice(1, -1);
  return (
    address === "::1" ||
    address.startsWith("fe8") ||
    address.startsWith("fe9") ||
    address.startsWith("fea")
  );
}

Source: github.com/steipete/summarize commit ecbb2c4

Detection Methods for CVE-2026-45245

Indicators of Compromise

  • Authenticated requests from the Summarize daemon to loopback addresses (127.0.0.0/8, ::1) or RFC1918 ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) shortly after a user visits an untrusted page.
  • Daemon access logs showing requests to internal admin paths or metadata endpoints such as 169.254.169.254.
  • Browser extension telemetry indicating hover summary activations without corresponding pointer or focus user input.

Detection Strategies

  • Inventory installed browser extensions across managed endpoints and flag any Summarize installations with version below 0.15.1.
  • Inspect host-based proxy or daemon logs for outbound HTTP requests targeting private or loopback IP ranges originating from the Summarize background process.
  • Correlate web browsing telemetry with daemon request bursts to identify pages that trigger abnormal volumes of hover-summary fetches.

Monitoring Recommendations

  • Alert on any local daemon listener receiving authenticated requests for hostnames that resolve into private-network address space.
  • Monitor extension update channels and enforce a minimum version policy for steipete/summarize of 0.15.2 or later.
  • Capture and review Event.isTrusted=false anomalies via extension developer logs in pre-production validation builds.

How to Mitigate CVE-2026-45245

Immediate Actions Required

  • Upgrade the Summarize extension to version 0.15.2 or later on all user endpoints.
  • Restrict the local Summarize daemon to bind only to 127.0.0.1 and require token rotation after upgrade.
  • Audit recent daemon request logs for unexpected internal URLs and investigate any matches as potential exploitation.

Patch Information

The fix is delivered in Summarize 0.15.2 via Pull Request #218 and commit ecbb2c4. The patch hardens the hover trust boundary by adding shouldHandleHoverTriggerEvent, which rejects events where isTrusted is not true, and introduces isPrivateIpv4 and isPrivateIpv6Hostname host filters in the background hover controller. Together these changes block both the synthetic-event trigger and the private-network destination. Additional details are available in the Vulncheck advisory and the v0.15.2 release notes.

Workarounds

  • Disable the hover summary feature in the extension settings until the upgrade to 0.15.2 is deployed.
  • Block extension access to private-network ranges via host firewall rules or browser enterprise policy that restricts extension host permissions.
  • Revoke any stored daemon authentication tokens and reissue them after confirming the patched version is installed.
bash
# Verify installed extension version and force update via Chrome enterprise policy
# Example managed policy (JSON) enforcing minimum version 0.15.2
cat > /etc/opt/chrome/policies/managed/summarize-min-version.json <<'EOF'
{
  "ExtensionSettings": {
    "<summarize-extension-id>": {
      "installation_mode": "force_installed",
      "update_url": "https://clients2.google.com/service/update2/crx",
      "minimum_version_required": "0.15.2"
    }
  }
}
EOF

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 Score4.6

  • EPSS Probability0.01%

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

  • Vulncheck Security Advisory
  • Vendor Resources
  • GitHub Commit Summary

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

  • CVE-2026-45243: 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