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-1073

CVE-2021-1073: Nvidia GeForce Experience Auth Bypass Flaw

CVE-2021-1073 is an authentication bypass vulnerability in Nvidia GeForce Experience that allows malicious web pages to steal user login tokens during browser-based authentication, compromising user accounts and data.

Published: February 25, 2026

CVE-2021-1073 Overview

CVE-2021-1073 is an information disclosure vulnerability in NVIDIA GeForce Experience that affects all versions prior to 3.23. The vulnerability exists in the login flow when a user attempts to log in using a browser while other web pages are loaded in different tabs of the same browser. This condition allows malicious web pages to gain access to the user's login session token, potentially leading to account compromise.

Critical Impact

Successful exploitation allows unauthorized access to the victim's NVIDIA account session token, enabling attackers to access, alter, or delete user data associated with the compromised account.

Affected Products

  • NVIDIA GeForce Experience (all versions prior to 3.23)
  • Microsoft Windows (as the operating system platform)

Discovery Timeline

  • 2021-06-25 - CVE-2021-1073 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-1073

Vulnerability Analysis

This vulnerability represents a session token exposure flaw in the NVIDIA GeForce Experience authentication mechanism. The root cause lies in how the application handles login sessions when the user authenticates through a web browser. When multiple browser tabs are open during the login process, the application fails to properly isolate the authentication token, making it accessible to other web pages loaded in the browser.

The vulnerability requires user interaction, as the victim must actively attempt to log in to NVIDIA GeForce Experience while having other potentially malicious web pages open. Despite this requirement, the impact is significant because successful exploitation can lead to full account takeover, allowing attackers to access sensitive user information, modify account settings, or perform actions on behalf of the compromised user.

Root Cause

The vulnerability stems from improper token handling during the browser-based authentication flow. NVIDIA GeForce Experience fails to implement adequate isolation mechanisms for session tokens when processing login requests through a web browser. This allows cross-origin web pages to intercept or access the authentication token through browser APIs or shared storage mechanisms, violating the principle of secure session management.

Attack Vector

The attack vector for CVE-2021-1073 is network-based and requires the following conditions:

  1. The victim must have NVIDIA GeForce Experience installed (version prior to 3.23)
  2. The victim initiates a login attempt using their web browser
  3. At least one other web page (potentially attacker-controlled) must be loaded in another tab of the same browser
  4. The malicious page exploits the token exposure to capture the user's session credentials

The attacker does not need to be on the same network as the victim. Instead, they must lure the victim to a malicious web page that can exploit the token leakage during the authentication window. This can be achieved through phishing, malvertising, or compromised legitimate websites.

Detection Methods for CVE-2021-1073

Indicators of Compromise

  • Unusual login activity or unauthorized access to NVIDIA accounts
  • Session token artifacts appearing in browser local storage or cookies accessible to third-party domains
  • Unexpected API calls to NVIDIA services from unknown IP addresses

Detection Strategies

  • Monitor browser network traffic during GeForce Experience login attempts for token exposure to unauthorized domains
  • Implement endpoint detection rules for suspicious cross-origin resource sharing (CORS) violations involving NVIDIA authentication endpoints
  • Review user account activity logs for signs of unauthorized access following suspicious browser sessions

Monitoring Recommendations

  • Enable logging for NVIDIA GeForce Experience authentication events
  • Monitor endpoint security solutions for any indication of credential theft attempts
  • Implement browser security policies that restrict access to sensitive authentication data across different origins

How to Mitigate CVE-2021-1073

Immediate Actions Required

  • Update NVIDIA GeForce Experience to version 3.23 or later immediately
  • Advise users to close all browser tabs before initiating login to GeForce Experience on older versions
  • Review account activity for signs of unauthorized access and reset credentials if compromise is suspected

Patch Information

NVIDIA has released a security update addressing this vulnerability in GeForce Experience version 3.23. Users should download and install the latest version from the official NVIDIA website or through the GeForce Experience auto-update mechanism. For detailed information, refer to the NVIDIA Security Advisory.

Workarounds

  • Use a dedicated browser profile or incognito/private browsing mode exclusively for NVIDIA login activities
  • Ensure no other tabs are open when logging into NVIDIA GeForce Experience
  • Consider disabling GeForce Experience browser-based login until the update can be applied
  • Monitor NVIDIA account activity for unauthorized changes
bash
# Verify GeForce Experience version (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\NVIDIA Corporation\Global\GFExperience" | Select-Object -Property Version

# Alternative: Check installed version via application
# Open GeForce Experience > Settings > General > Check for updates

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNvidia Geforce Experience

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Nvidia Support Article
  • Related CVEs
  • CVE-2021-23175: Nvidia GeForce Experience Privilege Escalation
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