The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-40451

CVE-2026-40451: DeepL Chrome Extension XSS Vulnerability

CVE-2026-40451 is a cross-site scripting flaw in DeepL Chrome extension versions 1.22.0 to 1.23.0 that allows attackers to execute arbitrary scripts and inject malicious HTML. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40451 Overview

CVE-2026-40451 is a cross-site scripting (XSS) vulnerability affecting the DeepL Chrome browser extension versions v1.22.0 to v1.23.0. This vulnerability allows an attacker to execute arbitrary script in a user's browser and inject malicious HTML into web pages viewed by the user. As a browser extension vulnerability, successful exploitation could compromise user sessions, steal sensitive information, or manipulate web content across sites the victim visits.

Critical Impact

Attackers can execute arbitrary JavaScript in a victim's browser context, potentially leading to session hijacking, credential theft, or malicious content injection across visited web pages.

Affected Products

  • DeepL Chrome browser extension v1.22.0
  • DeepL Chrome browser extension versions between v1.22.0 and v1.23.0
  • DeepL Chrome browser extension v1.23.0

Discovery Timeline

  • 2026-04-22 - CVE-2026-40451 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-40451

Vulnerability Analysis

This cross-site scripting vulnerability (CWE-79) exists within the DeepL Chrome browser extension. The flaw allows attackers to inject and execute malicious scripts within the context of the browser extension. Since browser extensions often have elevated privileges compared to standard web pages, XSS vulnerabilities in extensions can have significant security implications.

The vulnerability requires user interaction to exploit, meaning an attacker would need to craft a malicious scenario where the victim interacts with specially crafted content while the vulnerable extension is active. Upon successful exploitation, the attacker gains the ability to execute arbitrary JavaScript code and inject malicious HTML content into web pages the victim views.

Browser extension XSS vulnerabilities are particularly concerning because extensions may have access to sensitive browser APIs, cross-origin data, or stored credentials that standard web page scripts cannot access.

Root Cause

The vulnerability stems from improper input validation and inadequate sanitization of user-controlled data within the DeepL Chrome extension. When the extension processes certain inputs, it fails to properly escape or sanitize content before rendering it in the browser context, allowing injection of executable script content.

This is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), indicating that the extension does not properly neutralize script-related input before incorporating it into output rendered in the user's browser.

Attack Vector

The attack leverages the network vector, meaning an attacker can exploit this vulnerability remotely. However, user interaction is required for successful exploitation. A typical attack scenario involves:

  1. An attacker crafts malicious content designed to trigger the XSS vulnerability
  2. The victim, with the vulnerable DeepL extension installed, encounters this content
  3. The malicious script executes in the context of the user's browser session
  4. The attacker can then steal session tokens, modify page content, or perform actions on behalf of the user

For detailed technical information about this vulnerability, refer to the GitHub Security Advisory or the JVN Security Advisory JVN37524771.

Detection Methods for CVE-2026-40451

Indicators of Compromise

  • Unusual JavaScript execution or DOM modifications on pages where the DeepL extension is active
  • Unexpected network requests originating from the browser extension context
  • Browser extension behaving abnormally or making requests to unknown domains
  • User reports of unexpected content or pop-ups when using the DeepL extension

Detection Strategies

  • Monitor browser extension versions deployed across the organization and flag installations of DeepL Chrome extension versions v1.22.0 through v1.23.0
  • Implement Content Security Policy (CSP) monitoring to detect potential XSS exploitation attempts
  • Review browser extension activity logs for anomalous script injection patterns
  • Deploy endpoint detection solutions capable of monitoring browser extension behavior

Monitoring Recommendations

  • Enable browser extension audit logging to track extension activities and identify suspicious behavior
  • Implement centralized browser management to maintain visibility into installed extensions and their versions
  • Configure web proxy logging to capture and analyze traffic patterns associated with browser extensions
  • Establish alerting for users accessing sensitive resources while running vulnerable extension versions

How to Mitigate CVE-2026-40451

Immediate Actions Required

  • Update the DeepL Chrome browser extension to the latest patched version immediately
  • Conduct an inventory of all browser extensions deployed within the organization to identify vulnerable installations
  • Consider temporarily disabling the DeepL Chrome extension until the update can be applied
  • Educate users about the risks of browser extension vulnerabilities and the importance of keeping extensions updated

Patch Information

DeepL has released security updates to address this vulnerability. Users should update their DeepL Chrome browser extension to a version newer than v1.23.0 through the Chrome Web Store or their organization's extension management system. For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Temporarily disable or uninstall the DeepL Chrome extension until the patched version is deployed
  • Use browser policies to restrict extension permissions where possible
  • Implement network-level filtering to monitor and restrict extension-related traffic
  • Consider using alternative translation services or the DeepL web interface until the extension is updated
bash
# Chrome Enterprise Policy - Disable specific extension version (Windows Registry)
# Block vulnerable DeepL extension versions via group policy
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ExtensionInstallBlocklist" /v 1 /t REG_SZ /d "cofdbpoegempjloogbagkncekinflcnj;1.22.0-1.23.0" /f

# Alternative: Force extension update via Chrome policy
reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v ExtensionSettings /t REG_SZ /d "{\"cofdbpoegempjloogbagkncekinflcnj\":{\"minimum_version_required\":\"1.24.0\"}}" /f

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDeepl Chrome

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory

  • JVN Security Advisory JVN37524771
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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