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

CVE-2026-34660: Adobe Connect Auth Bypass Vulnerability

CVE-2026-34660 is an authentication bypass flaw in Adobe Connect Desktop Application that enables arbitrary code execution. Attackers can exploit this to gain elevated access through malicious URLs. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 17, 2026

CVE-2026-34660 Overview

CVE-2026-34660 is an Incorrect Authorization vulnerability [CWE-863] affecting Adobe Connect Desktop Application versions 2025.9.15, 2025.8.157, and earlier on Windows and macOS. The flaw allows arbitrary code execution in the context of the current user. An attacker can inject malicious scripts into a web page to gain elevated access or control over the victim's account or session. Exploitation requires user interaction: the victim must visit a maliciously crafted URL or interact with a compromised web page. The vulnerability has a changed scope, meaning impact extends beyond the vulnerable component itself.

Critical Impact

Successful exploitation enables arbitrary code execution under the current user context, with scope change allowing impact beyond the vulnerable component.

Affected Products

  • Adobe Connect Desktop Application 2025.9.15 (Windows and macOS)
  • Adobe Connect Desktop Application 2025.8.157 (Windows and macOS)
  • Earlier versions of Adobe Connect Desktop Application

Discovery Timeline

  • 2026-05-12 - CVE-2026-34660 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-34660

Vulnerability Analysis

The vulnerability is classified as Incorrect Authorization [CWE-863]. Adobe Connect Desktop Application fails to properly enforce authorization checks on certain operations. This authorization gap permits an attacker to trigger actions that should be restricted, leading to script injection into a web page rendered by the application. Once injected, the script executes within the privilege context of the current user. Because the CVSS scope is changed, the executed code can affect resources beyond the vulnerable component's security authority.

Root Cause

The underlying weakness is an authorization check that does not correctly verify whether the requesting actor is permitted to perform a given action. Adobe's advisory APSB26-50 confirms the categorization as Incorrect Authorization. The flaw enables script injection paths that should be blocked by proper access controls in the Connect Desktop Application client.

Attack Vector

The attack vector is network-based with required user interaction. An attacker crafts a malicious URL or compromises a web page that the Adobe Connect Desktop Application processes. When the victim opens the URL or interacts with the compromised page, the application's flawed authorization logic allows injected scripts to execute. The result is arbitrary code execution in the user's session, which can lead to account takeover or further lateral activity. No prior authentication is required from the attacker side.

Detailed technical exploitation specifics have not been publicly released. Refer to the Adobe Security Advisory APSB26-50 for vendor-provided information.

Detection Methods for CVE-2026-34660

Indicators of Compromise

  • Unexpected child processes spawned by the Adobe Connect Desktop Application binary on Windows or macOS endpoints.
  • Outbound network connections from Adobe Connect to non-Adobe domains following user interaction with external URLs.
  • Browser or application telemetry showing Adobe Connect handlers invoked from untrusted web pages.

Detection Strategies

  • Hunt for Adobe Connect Desktop processes executing scripting interpreters such as powershell.exe, cmd.exe, wscript.exe, or osascript.
  • Inspect endpoint logs for protocol handler invocations originating from external browser sessions that load Adobe Connect URLs.
  • Correlate user clicks on shared meeting links with subsequent process creation anomalies in the Adobe Connect process tree.

Monitoring Recommendations

  • Enable detailed process creation and command-line auditing on endpoints running Adobe Connect Desktop Application.
  • Monitor for file writes by Adobe Connect to user-writable autostart locations such as %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup or macOS LaunchAgents.
  • Track URL-based launches of the Adobe Connect protocol handler and validate referrers.

How to Mitigate CVE-2026-34660

Immediate Actions Required

  • Inventory all endpoints with Adobe Connect Desktop Application installed and identify versions at or below 2025.9.15 and 2025.8.157.
  • Apply the fixed version supplied in Adobe Security Bulletin APSB26-50 as soon as it is available in your change window.
  • Instruct users to avoid clicking Adobe Connect meeting links from untrusted senders until patching completes.

Patch Information

Adobe has released fixes as documented in Adobe Security Advisory APSB26-50. Administrators should download the patched Adobe Connect Desktop Application build for Windows and macOS and deploy it through standard software distribution tooling. Verify the installed version after deployment to confirm remediation.

Workarounds

  • Remove or disable the Adobe Connect Desktop Application on endpoints where it is not required, using the browser-based client until patching is complete.
  • Block or unregister the Adobe Connect custom URL protocol handler on managed endpoints to prevent automatic launch from web pages.
  • Apply web filtering policies to restrict access to untrusted sites that could host malicious Adobe Connect URLs.
bash
# Windows: Query installed Adobe Connect version via registry
reg query "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall" /s /f "Adobe Connect"

# macOS: Query installed Adobe Connect version
mdls -name kMDItemVersion "/Applications/Adobe Connect.app"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAdobe Connect

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Vendor Resources
  • Adobe Security Advisory APSB26-50
  • Related CVEs
  • CVE-2026-34659: Adobe Connect Desktop RCE Vulnerability

  • CVE-2026-27245: Adobe Connect Reflected XSS Vulnerability

  • CVE-2026-27246: Adobe Connect DOM-Based XSS Vulnerability

  • CVE-2026-27303: Adobe Connect RCE 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