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-2024-0981

CVE-2024-0981: Okta Browser Plugin XSS Vulnerability

CVE-2024-0981 is a cross-site scripting flaw in Okta Browser Plugin versions 6.5.0 through 6.31.0 that occurs when saving credentials in Okta Personal. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-0981 Overview

CVE-2024-0981 is a Cross-Site Scripting (XSS) vulnerability affecting Okta Browser Plugin versions 6.5.0 through 6.31.0 across Chrome, Edge, Firefox, and Safari browsers. The vulnerability occurs when the plugin prompts users to save credentials within Okta Personal, where malicious input is not properly escaped before being rendered in the user interface.

Critical Impact

Attackers can inject malicious scripts through the credential save prompt, potentially leading to session hijacking, credential theft, or execution of arbitrary JavaScript in the context of the user's browser session.

Affected Products

  • Okta Browser Plugin for Chrome versions 6.5.0 through 6.31.0
  • Okta Browser Plugin for Edge versions 6.5.0 through 6.31.0
  • Okta Browser Plugin for Firefox versions 6.5.0 through 6.31.0
  • Okta Browser Plugin for Safari versions 6.5.0 through 6.31.0

Discovery Timeline

  • 2024-07-23 - CVE CVE-2024-0981 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0981

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw exists in the credential save functionality of the Okta Browser Plugin when Okta Personal is enabled with multi-account view.

When a user visits a website and the plugin detects credentials to save, it presents a prompt to store these credentials in Okta Personal. The vulnerability arises because the fields displayed in this prompt were not properly sanitized or escaped. An attacker could craft malicious input containing JavaScript code that gets executed when the plugin renders the credential save dialog.

Importantly, this vulnerability only affects installations where Okta Personal has been added to the plugin to enable the multi-account view feature. The Workforce Identity Cloud plugin without Okta Personal enabled is not affected by this issue.

Root Cause

The root cause of this vulnerability is improper input sanitization in the credential save prompt functionality. When user-supplied data from web page forms is passed to the browser plugin interface without proper HTML entity encoding or escaping, it creates an XSS attack surface. The fields containing username and potentially other credential-related information were rendered directly into the DOM without neutralizing potentially dangerous characters like <, >, ", and '.

Attack Vector

The attack requires user interaction (network-based with user action required). An attacker would need to craft a malicious web page or manipulate form fields on a legitimate site that the user visits. When the Okta Browser Plugin detects these credentials and prompts the user to save them, the malicious script embedded in the credential fields would execute in the context of the browser plugin.

The attack scenario involves:

  1. Attacker crafts a web page with credential fields containing XSS payloads
  2. User with vulnerable Okta Browser Plugin (with Okta Personal enabled) visits the page
  3. Plugin detects credentials and displays save prompt
  4. Malicious script executes when the unsanitized content is rendered
  5. Attacker can potentially steal session tokens, redirect users, or perform actions on behalf of the victim

For detailed technical information, refer to the Okta Security Advisory for CVE-2024-0981.

Detection Methods for CVE-2024-0981

Indicators of Compromise

  • Unusual JavaScript execution or browser behavior when using the Okta Browser Plugin
  • Unexpected network requests originating from the browser plugin context
  • Modified or suspicious entries in Okta Personal credential storage
  • User reports of unexpected prompts or behavior during credential saving operations

Detection Strategies

  • Monitor browser extension version deployments across enterprise endpoints and flag any instances of Okta Browser Plugin versions between 6.5.0 and 6.31.0
  • Implement Content Security Policy (CSP) headers on internal applications to help mitigate XSS exploitation attempts
  • Review browser extension permissions and audit installed extensions for vulnerable versions
  • Deploy endpoint detection solutions capable of monitoring browser extension behavior for anomalous script execution

Monitoring Recommendations

  • Enable browser extension management policies to track and report installed extension versions across the organization
  • Configure web application firewalls to detect and block common XSS payloads that might target this vulnerability
  • Monitor authentication logs in Okta for suspicious session activity that could indicate credential compromise
  • Implement centralized logging for browser extension activities where supported

How to Mitigate CVE-2024-0981

Immediate Actions Required

  • Update Okta Browser Plugin to version 6.32.0 or later across all browsers (Chrome, Edge, Firefox, Safari)
  • Audit all enterprise endpoints to identify and remediate vulnerable plugin versions
  • If immediate patching is not possible, consider temporarily disabling Okta Personal multi-account view functionality
  • Review Okta Personal stored credentials for any suspicious entries that may indicate prior exploitation

Patch Information

Okta has released version 6.32.0 of the Browser Plugin which implements proper escaping of credential fields, addressing the XSS vulnerability. The fix ensures that user-supplied data is properly sanitized before being rendered in the credential save prompt.

Organizations should update the Okta Browser Plugin through their respective browser extension stores:

  • Chrome Web Store
  • Microsoft Edge Add-ons
  • Firefox Add-ons
  • Safari Extensions

For additional details, see the Okta Security Advisory for CVE-2024-0981.

Workarounds

  • If Okta Personal is not required, remove it from the plugin configuration to disable multi-account view, which eliminates the vulnerable code path
  • Implement strict Content Security Policy headers on internal web applications to provide defense-in-depth against XSS attacks
  • Use browser extension management policies to restrict or block vulnerable versions of the Okta Browser Plugin until updates can be applied
  • Consider deploying endpoint protection solutions that can detect and block XSS exploitation attempts at the browser level
bash
# Browser extension version verification (example for Chrome on macOS)
# Check installed Okta Browser Plugin version
cat ~/Library/Application\ Support/Google/Chrome/Default/Extensions/*/manifest.json | grep -A2 "Okta"
# Verify version is 6.32.0 or higher

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOkta Browser Plugin

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.71%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Okta Security Advisory CVE-2024-0981
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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