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-2022-2856

CVE-2022-2856: Google Chrome RCE Vulnerability

CVE-2022-2856 is a remote code execution vulnerability in Google Chrome on Android that enables attackers to redirect users to malicious websites through crafted HTML. This article covers technical details, affected versions, and steps.

Published: February 17, 2026

CVE-2022-2856 Overview

CVE-2022-2856 is an insufficient input validation vulnerability affecting the Intents component in Google Chrome on Android. This flaw allowed remote attackers to arbitrarily redirect users to malicious websites through specially crafted HTML pages. The vulnerability stems from improper handling of untrusted input in Chrome's Android Intent system, which is responsible for inter-application communication on the Android platform.

Critical Impact

This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating confirmed active exploitation in the wild. Attackers can leverage this flaw to redirect victims to malicious websites without their knowledge or consent, potentially leading to phishing attacks, malware distribution, or credential theft.

Affected Products

  • Google Chrome (prior to version 104.0.5112.101)
  • Google Android (Chrome browser component)
  • Google Chrome on Apple macOS
  • Google Chrome on Linux
  • Google Chrome on Microsoft Windows
  • Fedora 37 (bundled Chrome packages)

Discovery Timeline

  • 2022-08-16 - Google releases security patch in Chrome 104.0.5112.101
  • 2022-09-26 - CVE-2022-2856 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2022-2856

Vulnerability Analysis

This vulnerability resides in the Intents handling mechanism within Google Chrome for Android. Android Intents serve as a messaging system that allows applications to communicate with each other, request actions, and share data. When Chrome processes web content that triggers Intent-based navigation, it should rigorously validate all input parameters to ensure the requested action is safe and authorized.

The flaw occurs because Chrome failed to adequately validate untrusted input before processing Intent-related requests. This allows an attacker to craft a malicious HTML page that, when loaded by a victim, triggers an Intent that navigates the browser to an attacker-controlled website. The attack requires user interaction (visiting a malicious page), but once triggered, the navigation occurs without additional user consent.

Root Cause

The root cause is classified as CWE-20 (Improper Input Validation). The Chrome Intent handling code did not properly sanitize or validate URL parameters and Intent targets before executing navigation requests. This oversight allowed attackers to bypass Chrome's normal navigation security controls and force arbitrary URL navigation through the Intent mechanism.

Attack Vector

The attack is network-based and requires user interaction. An attacker must:

  1. Create a malicious HTML page containing specially crafted Intent triggers
  2. Lure the victim to visit this page (via phishing, malicious ads, or compromised websites)
  3. When the victim loads the page, the crafted Intent is processed
  4. Chrome's insufficient validation allows the Intent to redirect the browser to the attacker's malicious website

The vulnerability allows attackers to bypass normal navigation protections, enabling silent redirects to phishing sites, malware distribution points, or exploit kits. The attack particularly impacts the integrity of user browsing sessions, as users may not realize they have been redirected to a malicious domain.

Detection Methods for CVE-2022-2856

Indicators of Compromise

  • Unexpected browser redirects to unfamiliar domains when visiting legitimate websites
  • Chrome browser activity logs showing unusual Intent-based navigation events
  • Network traffic to known malicious domains following visits to compromised web pages
  • User reports of landing on phishing or suspicious websites unexpectedly

Detection Strategies

  • Monitor endpoint detection and response (EDR) solutions for anomalous Chrome process behavior on Android devices
  • Deploy web proxy or secure web gateway rules to detect and block known malicious redirect destinations
  • Implement network traffic analysis to identify unexpected domain redirects following user browsing sessions
  • Utilize threat intelligence feeds to correlate visited URLs with known exploit page indicators

Monitoring Recommendations

  • Enable detailed browser logging on managed devices to capture Intent processing events
  • Configure SIEM rules to alert on patterns of rapid redirects or navigation to newly registered domains
  • Establish baseline browser behavior metrics to identify anomalous redirect patterns
  • Monitor for Chrome crash reports or stability issues that may indicate exploitation attempts

How to Mitigate CVE-2022-2856

Immediate Actions Required

  • Update Google Chrome to version 104.0.5112.101 or later immediately on all affected platforms
  • Prioritize updates for Android devices where the vulnerability has the most direct impact
  • Enable automatic Chrome updates to ensure timely deployment of security patches
  • For Fedora 37 users, apply the latest Chrome package updates via the package manager

Patch Information

Google addressed this vulnerability in the Chrome 104.0.5112.101 stable channel update released on August 16, 2022. The patch improves input validation for Intent handling to prevent arbitrary website navigation. Organizations should verify Chrome version compliance across their device fleet and ensure automatic updates are enabled.

For detailed patch information, refer to the Google Chrome Stable Update announcement. Additional technical details are available in Chrome Bug Report #1345630.

Workarounds

  • If immediate patching is not possible, consider temporarily restricting access to untrusted websites through web filtering
  • Implement browser isolation technologies to contain potential exploit attempts
  • Educate users about the risks of clicking links from unknown sources and phishing awareness
  • Deploy network-level protections to block known malicious redirect destinations
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected: Google Chrome 104.0.5112.101 or higher

# Force Chrome update check (Linux)
sudo apt update && sudo apt upgrade google-chrome-stable

# For Fedora systems
sudo dnf update chromium

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability5.11%

  • 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
  • NVD-CWE-noinfo

  • CWE-20
  • Technical References
  • Fedora Package Announcement

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Google Chrome Stable Update

  • Chrome Bug Report #1345630
  • Related CVEs
  • CVE-2026-6920: Google Chrome GPU Sandbox Escape RCE Flaw

  • CVE-2026-6361: Google Chrome PDFium RCE Vulnerability

  • CVE-2026-6308: Google Chrome Media RCE Vulnerability

  • CVE-2026-6363: Google Chrome V8 RCE 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