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-2026-21347

CVE-2026-21347: Adobe Bridge RCE Vulnerability

CVE-2026-21347 is an integer overflow vulnerability in Adobe Bridge that enables remote code execution. Attackers can exploit this flaw through malicious files. This article covers technical details, affected versions, and mitigations.

Updated: May 14, 2026

CVE-2026-21347 Overview

CVE-2026-21347 is an integer overflow vulnerability [CWE-190] affecting Adobe Bridge versions 15.1.3, 16.0.1, and earlier. Successful exploitation allows arbitrary code execution in the context of the current user. The vulnerability requires user interaction: a victim must open a malicious file crafted by the attacker. Adobe published the issue on February 10, 2026, and assigned a CVSS 3.1 base score of 7.8. The vulnerability is tracked in Adobe Security Advisory APSB26-21 and impacts Bridge installations on both Microsoft Windows and Apple macOS platforms.

Critical Impact

An attacker who convinces a user to open a malicious file can execute arbitrary code with the privileges of the current user, leading to full compromise of the user session.

Affected Products

  • Adobe Bridge 15.1.3 and earlier
  • Adobe Bridge 16.0.1 and earlier
  • Adobe Bridge on Microsoft Windows and Apple macOS

Discovery Timeline

  • 2026-02-10 - CVE-2026-21347 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-21347

Vulnerability Analysis

The vulnerability is classified as an Integer Overflow or Wraparound [CWE-190] in Adobe Bridge file parsing logic. When Bridge processes a maliciously crafted file, an arithmetic operation on size or length values exceeds the maximum representable integer value. The result wraps to a smaller value than expected, leading to undersized memory allocations or incorrect boundary checks. Subsequent read or write operations using the original, larger size corrupt adjacent memory regions. An attacker who controls the corrupted memory can redirect execution flow to attacker-supplied code.

Exploitation occurs entirely within the local user context. The attack vector is local and requires user interaction, since the victim must open the malicious file in Adobe Bridge. No elevated privileges are required to trigger the flaw, and successful exploitation grants code execution at the privilege level of the user running Bridge.

Root Cause

The root cause is improper validation of integer values used in memory allocation or buffer indexing calculations within Adobe Bridge file parsers. Adobe has not publicly disclosed the specific file format or parser component affected. Consult the Adobe Security Advisory APSB26-21 for vendor-supplied technical context.

Attack Vector

The attacker delivers a malicious file to the target through email, file sharing, or compromised websites. The victim opens the file in a vulnerable Adobe Bridge version, triggering the integer overflow during parsing. Execution then transfers to attacker-controlled code in the user's session. No verified public proof-of-concept is available at the time of publication.

No verified public exploit code is available for CVE-2026-21347.
Refer to Adobe Security Advisory APSB26-21 for vendor details.

Detection Methods for CVE-2026-21347

Indicators of Compromise

  • Unexpected child processes spawned by Bridge.exe on Windows or Adobe Bridge on macOS, such as command shells, scripting hosts, or rundll32
  • Adobe Bridge crashes or access violations recorded in Windows Event Log or macOS crash reports immediately after opening a file
  • Suspicious files written to user-writable paths shortly after Bridge launches a document

Detection Strategies

  • Monitor process lineage for Adobe Bridge spawning interpreters (powershell.exe, cmd.exe, wscript.exe, osascript) or network utilities
  • Alert on Adobe Bridge process crashes that coincide with file-open events from untrusted directories such as Downloads or email attachment caches
  • Hunt for outbound network connections initiated by the Bridge process, which are atypical for a media management application

Monitoring Recommendations

  • Collect endpoint telemetry covering process creation, image loads, and file writes for the Adobe Bridge process across Windows and macOS endpoints
  • Inventory installed Adobe Bridge versions and flag systems running 15.1.3, 16.0.1, or earlier builds
  • Correlate user file-open activity in Bridge with subsequent privilege-bounded code execution events

How to Mitigate CVE-2026-21347

Immediate Actions Required

  • Apply the Adobe Bridge security updates referenced in Adobe Security Advisory APSB26-21 to all affected Windows and macOS endpoints
  • Restrict opening of Bridge-supported file formats received from untrusted sources until patching is complete
  • Communicate the user-interaction requirement to end users and reinforce caution with unsolicited file attachments

Patch Information

Adobe has released fixed versions of Adobe Bridge addressing CVE-2026-21347. Refer to Adobe Security Advisory APSB26-21 for the specific patched build numbers and download locations for Windows and macOS.

Workarounds

  • Block delivery of Bridge-associated file types at email and web gateways for users who do not require them
  • Use application allowlisting to prevent unauthorized child processes from being spawned by Bridge.exe
  • Run Adobe Bridge under a least-privilege user account to limit the impact of arbitrary code execution
bash
# Example: enumerate installed Adobe Bridge version on Windows (PowerShell)
Get-ItemProperty "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*" |
  Where-Object { $_.DisplayName -like "Adobe Bridge*" } |
  Select-Object DisplayName, DisplayVersion

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdobe Bridge

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Vendor Resources
  • Adobe Security Advisory APSB26-21
  • Related CVEs
  • CVE-2026-21346: Adobe Bridge RCE Vulnerability

  • CVE-2026-27222: Adobe Bridge DOS Vulnerability

  • CVE-2026-27310: Adobe Bridge Buffer Overflow Vulnerability

  • CVE-2026-27311: Adobe Bridge Buffer Overflow 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