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
    • 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-0102

CVE-2026-0102: Microsoft Edge Chromium Info Disclosure

CVE-2026-0102 is an information disclosure vulnerability in Microsoft Edge Chromium that allows malicious webpages to trigger autofill population without clear user consent, exposing stored data. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 20, 2026

CVE-2026-0102 Overview

CVE-2026-0102 is an Information Disclosure vulnerability affecting Microsoft Edge Chromium. Under specific conditions, a malicious webpage may trigger autofill population after two consecutive taps, potentially without clear or intentional user consent. This could result in disclosure of stored autofill data such as addresses, email, or phone number metadata.

Critical Impact

Sensitive user information stored in browser autofill (addresses, email addresses, phone numbers) may be disclosed to malicious websites without proper user consent through a two-tap interaction bypass.

Affected Products

  • Microsoft Edge Chromium (all versions prior to patch)

Discovery Timeline

  • 2026-02-17 - CVE-2026-0102 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-0102

Vulnerability Analysis

This vulnerability falls under CWE-359 (Exposure of Private Personal Information to an Unauthorized Actor). The flaw exists in how Microsoft Edge Chromium handles autofill form population events. Under normal circumstances, autofill functionality requires explicit user consent before populating form fields with stored personal data. However, this vulnerability allows malicious webpages to bypass this consent mechanism through a crafted two-tap interaction sequence.

The attack leverages the browser's autofill subsystem, which is designed to improve user experience by automatically filling in forms with saved information. The vulnerability occurs when the browser incorrectly interprets two consecutive tap events as valid user consent, even when the user's intent was not to authorize autofill population.

Root Cause

The root cause stems from improper validation of user consent in the autofill event handling logic. The browser fails to adequately distinguish between intentional user interactions meant to authorize autofill and other tap events that may occur in rapid succession. This creates a race condition-like scenario where the autofill system can be triggered without the user clearly understanding or consenting to the data disclosure.

Attack Vector

The attack is network-based and requires user interaction. An attacker would need to craft a malicious webpage that:

  1. Contains form fields configured to receive autofill data
  2. Implements JavaScript or DOM manipulation to induce two rapid tap events
  3. Positions interactive elements to maximize the likelihood of triggering the consecutive taps
  4. Captures the autofilled data and exfiltrates it to attacker-controlled infrastructure

The attack requires high complexity to execute successfully, as the specific conditions needed to trigger the autofill bypass must align with user behavior. The attacker must convince the victim to visit the malicious page and interact with it in a manner that produces the required tap sequence.

Detection Methods for CVE-2026-0102

Indicators of Compromise

  • Unusual form submission events containing autofill data to unfamiliar domains
  • Network traffic showing exfiltration of personal information (addresses, emails, phone numbers) to third-party servers
  • Browser history showing access to suspicious or newly registered domains with form-heavy content
  • JavaScript console logs or network requests indicating rapid DOM manipulation around form elements

Detection Strategies

  • Monitor for anomalous outbound network connections following visits to untrusted websites
  • Implement web content filtering to block known malicious domains exploiting browser vulnerabilities
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring browser behavior and form submissions
  • Review browser extension and autofill settings across enterprise endpoints for unauthorized modifications

Monitoring Recommendations

  • Enable enhanced browser logging to capture autofill-related events and form submissions
  • Configure web proxies to inspect and log form data submissions for sensitive information patterns
  • Implement Data Loss Prevention (DLP) rules to detect potential PII exfiltration via web traffic
  • Regularly audit browser versions across the organization to ensure timely patching

How to Mitigate CVE-2026-0102

Immediate Actions Required

  • Update Microsoft Edge Chromium to the latest patched version as soon as available
  • Consider temporarily disabling autofill functionality for sensitive data types (addresses, phone numbers, email) until patching is complete
  • Educate users about the risks of interacting with unfamiliar or suspicious websites
  • Review and restrict autofill permissions in enterprise browser policies

Patch Information

Microsoft has released a security advisory for this vulnerability. Organizations should consult the Microsoft Security Response Center Advisory for official patch information and remediation guidance. Applying the vendor-provided security update is the recommended remediation approach.

Workarounds

  • Disable browser autofill for addresses, phone numbers, and email fields via browser settings or Group Policy
  • Implement browser isolation solutions to contain potential exploitation attempts
  • Use browser extensions or security tools that provide additional consent prompts for autofill actions
  • Configure Content Security Policy (CSP) headers on internal applications to mitigate risks from injected content
bash
# Microsoft Edge Group Policy configuration to disable autofill
# Navigate to: Administrative Templates > Microsoft Edge > Password manager and protection
# Set "Enable AutoFill for addresses" to Disabled
# Set "Enable AutoFill for payment instruments" to Disabled

# Registry-based workaround for Windows endpoints
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v AutofillAddressEnabled /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v AutofillCreditCardEnabled /t REG_DWORD /d 0 /f

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Edge

  • SeverityLOW

  • CVSS Score3.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-359
  • Vendor Resources
  • Microsoft CVE-2026-0102 Advisory
  • Related CVEs
  • CVE-2025-49741: Microsoft Edge Information Disclosure Flaw

  • CVE-2024-30056: Microsoft Edge Information Disclosure Flaw

  • CVE-2023-36409: Microsoft Edge Information Disclosure Flaw

  • CVE-2024-38222: Microsoft Edge Information Disclosure Flaw
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