A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-1674

CVE-2024-1674: Google Chrome Navigation Bypass Vulnerability

CVE-2024-1674 is a navigation bypass flaw in Google Chrome that allows attackers to circumvent navigation restrictions through malicious HTML pages. This article covers the technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-1674 Overview

CVE-2024-1674 is a navigation handling flaw in Google Chrome versions prior to 122.0.6261.57. The vulnerability allows a remote attacker to bypass navigation restrictions by serving a crafted HTML page to a target browser. Google classified the issue under the Chromium security severity rating of Medium, while the National Vulnerability Database scored it as High due to the network attack surface and broad impact on confidentiality, integrity, and availability. The flaw affects Google Chrome on all supported desktop platforms and downstream Fedora 38 and Fedora 39 packages that ship Chromium-based builds.

Critical Impact

A remote attacker can bypass browser navigation restrictions through a crafted web page, enabling unauthorized cross-origin actions and undermining same-origin browsing protections.

Affected Products

  • Google Chrome versions prior to 122.0.6261.57
  • Fedora 38 Chromium packages
  • Fedora 39 Chromium packages

Discovery Timeline

  • 2024-02-20 - Google releases Stable Channel update for Desktop addressing the issue
  • 2024-02-21 - CVE-2024-1674 published to the National Vulnerability Database
  • 2024-12-04 - Last updated in NVD database

Technical Details for CVE-2024-1674

Vulnerability Analysis

The issue is an inappropriate implementation in the Navigation component of the Chromium engine. Navigation logic enforces security boundaries between origins, tabs, and frame contexts. When that logic is implemented incorrectly, attackers can trigger navigations that should otherwise be blocked or constrained by the browser's security model. Google describes the impact as a bypass of navigation restrictions, which typically encompasses behaviors such as URL spoofing, cross-origin information disclosure, or unintended interaction between privileged and unprivileged browsing surfaces. The vulnerability requires user interaction, since the victim must visit or interact with attacker-controlled HTML content. No authentication is required, and the attack is delivered entirely over the network through standard web traffic.

Root Cause

The root cause lies in how the Chromium Navigation stack validates or sequences navigation events. Improper enforcement allows a crafted HTML document to drive the browser into a state where restriction checks are not applied as intended. The advisory is tagged NVD-CWE-noinfo because Google has not disclosed the specific weakness class. The patch landed in Chromium issue tracker entry 40095183 and shipped in Chrome 122.0.6261.57.

Attack Vector

Exploitation requires a victim to load attacker-controlled HTML, typically through a phishing link, a malicious advertisement, or a compromised website. Once rendered, the crafted page triggers the flawed navigation path to evade browser restrictions. The vulnerability manifests during navigation handling within the rendering process. Detailed technical mechanics are not publicly available because the Chromium issue tracker entry remains restricted. See the Chromium Issue Tracker Entry and the Chrome Releases Blog Update for vendor information.

Detection Methods for CVE-2024-1674

Indicators of Compromise

  • Browser process activity navigating to unexpected origins immediately after rendering an untrusted page
  • Outbound HTTP/HTTPS requests to attacker-controlled domains following user interaction with phishing content
  • Chrome installations reporting versions earlier than 122.0.6261.57 in asset inventories

Detection Strategies

  • Inventory all endpoints running Chrome and flag versions below 122.0.6261.57 for remediation
  • Correlate browser telemetry with proxy and DNS logs to identify navigations toward newly registered or low-reputation domains
  • Monitor for renderer process anomalies, including unexpected child process spawning following web content rendering

Monitoring Recommendations

  • Ingest browser version telemetry into a centralized logging or SIEM platform to track patch compliance
  • Enable web proxy URL categorization and block access to known malicious or uncategorized sites
  • Alert on user reports of unexpected redirects, URL bar inconsistencies, or unsolicited downloads

How to Mitigate CVE-2024-1674

Immediate Actions Required

  • Update Google Chrome to version 122.0.6261.57 or later on all managed endpoints
  • Apply the corresponding Fedora 38 and Fedora 39 Chromium package updates from the Fedora Package Announcement
  • Restart browser sessions after the update so that the patched binary is loaded into memory
  • Verify enterprise auto-update policies are enforcing the patched version without delay

Patch Information

Google addressed the flaw in the Stable Channel desktop release 122.0.6261.57 for Windows, macOS, and Linux. Refer to the Chrome Releases Blog Update for the full advisory and channel rollout details. Fedora shipped corresponding Chromium updates for Fedora 38 and Fedora 39.

Workarounds

  • Restrict user navigation to trusted websites through enterprise web filtering until patches are deployed
  • Enforce Chrome enterprise policies that disable execution of untrusted extensions and limit risky web features
  • Train users to avoid clicking links from unsolicited messages and to report suspicious redirects
bash
# Verify the installed Chrome version on Linux endpoints
google-chrome --version

# Update Chromium on Fedora systems
sudo dnf update -y chromium

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Chrome Releases Blog Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-9115: Google Chrome Auth Bypass Vulnerability

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

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

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