Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2021-30533

CVE-2021-30533: Google Chrome Auth Bypass Vulnerability

CVE-2021-30533 is an authentication bypass flaw in Google Chrome's PopupBlocker that allows attackers to bypass navigation restrictions via crafted iframes. This article covers technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2021-30533 Overview

CVE-2021-30533 is an insufficient policy enforcement vulnerability in the PopupBlocker component of Google Chrome prior to version 91.0.4472.77. This security flaw allows a remote attacker to bypass navigation restrictions via a crafted iframe, potentially enabling malicious actors to circumvent browser security controls designed to protect users from unwanted pop-ups and unauthorized navigation events.

Critical Impact

This vulnerability has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Attackers can leverage this flaw to bypass popup blocking mechanisms and redirect users to malicious content through specially crafted iframes.

Affected Products

  • Google Chrome versions prior to 91.0.4472.77
  • Fedora 33 (bundled Chromium packages)
  • Fedora 34 (bundled Chromium packages)

Discovery Timeline

  • 2021-06-07 - CVE-2021-30533 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2021-30533

Vulnerability Analysis

This vulnerability stems from CWE-863: Incorrect Authorization, where the PopupBlocker component in Google Chrome fails to properly enforce navigation policies when processing iframe elements. The flaw allows attackers to craft malicious iframes that can bypass the browser's built-in popup blocking mechanisms, which are critical security controls for preventing unwanted navigation and phishing attacks.

The vulnerability requires user interaction to exploit, as the victim must visit a webpage containing the malicious iframe. Once triggered, the attacker can redirect the user to arbitrary destinations, bypassing the navigation restrictions that Chrome normally enforces. This creates significant risk for phishing campaigns, drive-by downloads, and other social engineering attacks that rely on unauthorized navigation.

Root Cause

The root cause of CVE-2021-30533 lies in insufficient policy enforcement within Chrome's PopupBlocker component. The browser fails to adequately validate navigation requests originating from iframe elements, allowing carefully crafted content to circumvent the popup blocking policy. This represents an authorization bypass where the browser incorrectly permits navigation actions that should be blocked by its security policies.

Attack Vector

The attack is network-based and requires user interaction. An attacker hosts a malicious webpage containing a specially crafted iframe designed to exploit the policy enforcement weakness. When a victim visits the attacker-controlled page, the malicious iframe can trigger unauthorized navigation, bypassing Chrome's popup blocking protections and potentially redirecting the user to phishing sites, malware distribution points, or other malicious destinations.

The attack flow involves:

  1. Attacker crafts a webpage with a malicious iframe element
  2. Victim visits the attacker-controlled webpage
  3. The iframe exploits the PopupBlocker policy enforcement flaw
  4. Navigation restrictions are bypassed, allowing unauthorized redirects
  5. Victim may be redirected to malicious content without proper browser warnings

Detection Methods for CVE-2021-30533

Indicators of Compromise

  • Unexpected browser redirections or popup windows appearing despite popup blocker being enabled
  • Presence of suspicious iframe elements with obfuscated JavaScript or unusual navigation patterns
  • Browser history showing visits to unknown or suspicious domains following visits to legitimate sites
  • User reports of being redirected to phishing pages or malware distribution sites

Detection Strategies

  • Monitor for suspicious iframe creation and navigation events in browser telemetry
  • Implement network-level detection for traffic patterns associated with popup bypass techniques
  • Deploy endpoint detection rules to identify Chrome processes exhibiting anomalous navigation behavior
  • Review web proxy logs for redirections to known malicious domains following user browsing activity

Monitoring Recommendations

  • Enable Chrome browser logging and analyze for PopupBlocker bypass attempts
  • Implement web filtering solutions to block known malicious domains leveraging this vulnerability
  • Deploy SentinelOne Singularity Platform for comprehensive endpoint visibility and browser-based threat detection
  • Monitor for CISA KEV catalog updates related to this vulnerability exploitation

How to Mitigate CVE-2021-30533

Immediate Actions Required

  • Update Google Chrome to version 91.0.4472.77 or later immediately
  • Apply Fedora security updates for Chromium packages on Fedora 33 and Fedora 34 systems
  • Verify Chrome auto-update functionality is enabled and functioning correctly
  • Review organizational browser deployment policies to ensure timely security updates

Patch Information

Google released a security update addressing this vulnerability on May 25, 2021. The fix is included in Chrome version 91.0.4472.77 and all subsequent releases. Organizations should reference the Chrome Stable Channel Update Blog for official patch details. Additional information is available in the Chromium Issue Tracker.

For Fedora users, updated packages have been released as documented in the Fedora Security Advisory. Gentoo users should consult GLSA 2021-07-06 for applicable updates.

Workarounds

  • Restrict access to untrusted websites until patches can be applied
  • Consider using browser isolation technologies to contain potential exploitation attempts
  • Implement strict content security policies on internal web applications to limit iframe capabilities
  • Deploy web filtering to block access to domains known to exploit this vulnerability
bash
# Verify Chrome version on Linux/macOS
google-chrome --version

# Force Chrome update check (macOS/Linux)
# Navigate to chrome://settings/help in the browser

# Check for Fedora security updates
sudo dnf check-update chromium

# Apply Fedora security updates
sudo dnf update chromium --security

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGoogle Chrome

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability10.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-863
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2021-06

  • CISA Vulnerability Catalog Entry
  • Vendor Resources
  • Google Chrome Update Blog

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5911: Google Chrome Policy Bypass Vulnerability

  • CVE-2026-5919: Google Chrome WebSockets SOP Bypass Flaw

  • CVE-2026-5903: Google Chrome Auth Bypass Vulnerability

  • CVE-2026-5901: Google Chrome Auth Bypass Vulnerability
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