The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-7961

CVE-2026-7961: Google Chrome Information Disclosure Flaw

CVE-2026-7961 is an information disclosure vulnerability in Google Chrome that enables attackers on local networks to leak cross-origin data. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7961 Overview

CVE-2026-7961 is an input validation vulnerability in the Permissions component of Google Chrome prior to version 148.0.7778.96. The flaw allows an attacker positioned on the same local network segment as the victim to leak cross-origin data by sending crafted network traffic. Google classifies the Chromium security severity as Medium. The issue is tracked under CWE-20: Improper Input Validation and affects Chrome on Windows, macOS, and Linux.

Critical Impact

An adjacent-network attacker can bypass same-origin protections in Chrome's Permissions handling to read data belonging to other web origins, breaking a core browser security boundary.

Affected Products

  • Google Chrome prior to 148.0.7778.96 on Microsoft Windows
  • Google Chrome prior to 148.0.7778.96 on Apple macOS
  • Google Chrome prior to 148.0.7778.96 on Linux

Discovery Timeline

  • 2026-05-06 - CVE-2026-7961 published to NVD
  • 2026-05-07 - Last updated in NVD database
  • May 2026 - Google releases Stable Channel Update for Desktop addressing the issue

Technical Details for CVE-2026-7961

Vulnerability Analysis

The vulnerability resides in Chrome's Permissions subsystem, which mediates how web origins request and obtain capabilities such as geolocation, notifications, camera, and microphone access. Insufficient validation of untrusted input from the local network allows an attacker to influence permission state or related responses in ways that expose data scoped to other origins.

Because the attack vector is Adjacent Network, exploitation requires the attacker to share a logical network segment with the victim, such as a corporate LAN, a guest Wi-Fi, or a shared coffee-shop network. No user interaction or authentication is required. The confidentiality impact is limited to information disclosure; integrity and availability are not affected.

Further technical context is tracked in Chromium Issue Tracker #497008295.

Root Cause

The defect is an [CWE-20] improper input validation issue in the Permissions component. Chrome accepts data sourced from network responses without sufficient checks before using it in cross-origin permission decisions. Untrusted bytes flow into a code path that should only operate on validated, origin-scoped input.

Attack Vector

An attacker on the same local network segment crafts malicious network traffic that Chrome consumes through the Permissions flow. The malformed input causes Chrome to disclose data tied to a different origin than the attacker controls. Typical scenarios include rogue devices on shared Wi-Fi, compromised local services, and machine-in-the-middle positions on unencrypted protocols.

No verified public proof-of-concept exists for CVE-2026-7961. See the Chromium Issue Tracker entry for additional technical details.

Detection Methods for CVE-2026-7961

Indicators of Compromise

  • Chrome browser processes running with version strings earlier than 148.0.7778.96 on Windows, macOS, or Linux endpoints.
  • Unexpected outbound or intra-LAN traffic from Chrome to non-routable addresses, particularly to local services that the user did not knowingly access.
  • Anomalous permission prompt activity or permission state changes recorded in Chrome enterprise telemetry.

Detection Strategies

  • Inventory installed Chrome versions across the fleet and flag any build older than 148.0.7778.96 for remediation.
  • Monitor for adjacent-network reconnaissance patterns such as ARP sweeps, mDNS abuse, and unsolicited LAN HTTP responses targeting browser clients.
  • Correlate browser process telemetry with network egress to identify Chrome instances communicating with unusual local hosts during web sessions.

Monitoring Recommendations

  • Enable Chrome Enterprise reporting and forward browser version, extension, and policy telemetry to a centralized analytics platform.
  • Track DHCP and ARP tables on user network segments to identify unauthorized devices that could stage adjacent-network attacks.
  • Alert on Chrome update failures so endpoints stuck on vulnerable builds are surfaced quickly.

How to Mitigate CVE-2026-7961

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on all Windows, macOS, and Linux endpoints.
  • Verify auto-update is enabled and that managed devices have applied the patch by checking chrome://settings/help or enterprise reporting.
  • Restart Chrome on every endpoint after the update so the new binary is loaded into memory.

Patch Information

Google addressed CVE-2026-7961 in Chrome 148.0.7778.96 through the Stable Channel desktop release. Distribution and version notes are published in the Stable Channel Update for Desktop. Chromium-based browsers that consume upstream fixes (Edge, Brave, Opera, Vivaldi) should be updated to the corresponding vendor release that incorporates this patch.

Workarounds

  • Restrict use of untrusted shared networks; require employees to use VPN or trusted segments when browsing sensitive sites.
  • Apply the Chrome enterprise policy TargetVersionPrefix to force minimum version 148.0.7778.96 across managed devices.
  • Segment guest and IoT networks away from corporate user VLANs to reduce exposure to adjacent-network attackers.
bash
# Verify installed Chrome version on Linux/macOS
google-chrome --version

# Windows (PowerShell) - check installed Chrome version
(Get-Item "$Env:ProgramFiles\Google\Chrome\Application\chrome.exe").VersionInfo.ProductVersion

# Confirm version is >= 148.0.7778.96 before considering the host remediated

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoogle Chrome

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Chromium Issue Tracker #497008295
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-7949: Google Chrome Information Disclosure Flaw

  • CVE-2026-7955: Google Chrome Information Disclosure Flaw

  • CVE-2026-7960: Google Chrome Information Disclosure Bug

  • CVE-2026-7965: Google Chrome Information Disclosure Bug
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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